1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-19 00:20:25 +02:00
Commit graph

1008 commits

Author SHA1 Message Date
Brian Fiete
52f746aae9 Ignore path error 2023-07-24 10:31:42 -07:00
Brian Fiete
589095277e parentWidget null check 2023-06-30 07:09:54 -04:00
Brian Fiete
19a2855da9 Display error for theme file failure 2023-06-23 07:15:38 -04:00
sere3925sere
7484b50970
Update IDEApp.bf 2023-06-15 18:51:11 +04:00
sere3925sere
8a8088127f
Update BuildContext.bf 2023-06-15 18:48:56 +04:00
Brian Fiete
2fd5d67e07 Startup panel tweaks 2023-06-08 10:06:14 -04:00
Brian Fiete
8b5fca82ec Fixed CurrentBookmark deleted ref 2023-06-08 10:05:29 -04:00
Brian Fiete
73d3e0f5e2
Merge pull request #1858 from Fusioon/startup_panel
Add startup panel
2023-06-08 08:28:28 -04:00
Fusioon
64a23ceb9a Add startup panel 2023-06-04 13:41:44 +02:00
Brian Fiete
0e274aee8e Fixed recent files leak 2023-06-01 08:49:26 -04:00
Brian Fiete
ed444416f0 Improved settings reloading recent file menu item updating 2023-06-01 08:00:16 -04:00
Fusioon
479a218258 Fix IDE starting in normal window instead of maximized 2023-05-24 22:23:39 +02:00
disarray2077
64700d7a95 Fix detection of external modifications 2023-05-05 15:03:24 -03:00
Brian Fiete
d3ca45d80a Better setting/project/workspace handling of concurrent IDE instances 2023-04-25 09:59:32 -07:00
Brian Fiete
ac6f58f118 Switch some captures to '?' 2023-03-17 08:39:05 -07:00
Brian Fiete
398cb0c7ad Improved profiler - better filtering, show 'hot' paths 2023-03-14 09:32:01 -07:00
Brian Fiete
0033a420a8 compileInstance null check 2023-02-23 05:59:18 -05:00
Brian Fiete
c7ae0988dc Improved hot compilation handling of DLLs 2023-02-20 16:21:56 -05:00
Brian Fiete
d405104757 Improved ability to locate source files from moved PDB 2023-02-20 14:45:29 -05:00
Brian Fiete
227b5f4982 Added "inside" dragging to listview 2023-02-08 10:18:15 -05:00
Hunter Bridges
94447c558e Fix construction of arArgs in IDE.BuildContext.QueueProjectGNUArchive on Windows 2023-02-07 13:07:14 -08:00
Brian Fiete
20b1827632 Null check 2023-01-26 10:54:49 -05:00
Brian Fiete
b4dc3039fc Fix status bar button overlap with selection info 2022-12-13 17:59:57 -05:00
Chernyavsky Andrey
cd90c3f5be Fixed memory leak of temporary tab 2022-11-25 14:29:47 +05:00
Brian Fiete
08d292d3ea Pin tab menu tweak 2022-11-22 07:37:02 -08:00
Chernyavsky Andrey
98a03d5d46 Feature: Pinned tabs 2022-11-22 01:24:49 +05:00
Brian Fiete
6045137bce Fixed autocomplete for lambda param names 2022-11-16 13:55:33 -08:00
Brian Fiete
7dfb279e48 Fixed Cut/Paste workspace menu items 2022-11-10 09:09:41 -08:00
Brian Fiete
8e191b074b SDL platform improvements 2022-11-10 06:37:55 -08:00
Brian Fiete
d20b53b187 Improved SDL platform support, 'ar' lib reworking 2022-11-07 09:57:27 -08:00
Brian Fiete
258a6653f9 SDL/OGL platform improvements 2022-11-03 10:58:24 -07:00
Brian Fiete
bb73aced22 Profiler changes 2022-10-25 08:28:45 -04:00
Brian Fiete
208f9f2c60 Turn off Beep failure for BeefBuild 2022-09-20 13:24:32 -07:00
MineGame159
18bc4c400b Mark console output methods in IDEApp as virtual 2022-09-20 15:53:52 +02:00
Brian Fiete
266b351f72 0.43.5 version bump 2022-09-07 13:51:45 -07:00
Brian Fiete
e16be338ea Better handling of disabled projects 2022-08-26 09:01:40 -07:00
Brian Fiete
ae8ea6281d Fixed cursor placement after OpenCodeBlock with 'spaces' indenting 2022-08-25 13:32:41 -07:00
Brian Fiete
5dfe300599 Fixed fail test 2022-08-25 12:13:26 -07:00
Brian Fiete
a587e6249e Added named parameters to autocomplete 2022-08-25 07:47:33 -07:00
Brian Fiete
acb644830c Fixed split deferred call processor 2022-08-24 14:49:05 -07:00
Brian Fiete
2e9174be8d Improved resizing when UI scale changes 2022-08-24 07:42:57 -07:00
Brian Fiete
63c335959e Draw selection info in the status bar 2022-08-24 07:06:27 -07:00
Brian Fiete
231265628b Fixed theme images 2022-08-23 13:48:24 -07:00
Brian Fiete
05e002d8f5 Used file-scoped namespace 2022-08-23 11:26:34 -07:00
Brian Fiete
c6d9aa37f8 Fixed parsing 2022-08-23 11:25:36 -07:00
MineGame159
46fbca7668 Add BfParser_GetIndexAtLine 2022-08-23 20:00:48 +02:00
MineGame159
24b03fa5aa Merge branch 'master' into idehelper-changes 2022-08-23 19:56:42 +02:00
Brian Fiete
f2c7c6947e Added legacy bookmark support 2022-08-23 10:52:28 -07:00
Brian Fiete
ebcaffbae9 Bookmark panel tweaks 2022-08-23 10:45:57 -07:00
MineGame159
852d11c6c3 Add BfParser_GetLineCharAtIdx, include fields in document symbols and optionally include location in type defs 2022-08-23 19:13:15 +02:00