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

1190 commits

Author SHA1 Message Date
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
Brian Fiete
9daae6baa6 Fixed BeefBuild null crash 2022-08-23 06:46:21 -07:00
Simon Lübeß
9119443918 Fixed memory leak 2022-08-13 21:20:04 +02:00
Simon Lübeß
fefffd4f64 Fixed Bookmark selection after delete + refactoring 2022-08-13 20:38:55 +02:00
Simon Lübeß
6884b9fc21 Merge branch 'master' into BookmarkPanel 2022-08-13 18:02:49 +02:00
Brian Fiete
e087c95c71 Added 'Show in Workspace Panel' 2022-08-04 09:02:30 -07:00
Brian Fiete
05c2e1587c Copy/cut/paste support for workspace files and folders 2022-08-04 08:19:01 -07:00
Brian Fiete
047ae9acc3 Ctrl+C on project files 2022-08-01 14:05:44 -04:00
Brian Fiete
b12ceeb625 Fixit for expanding auto constructor 2022-08-01 10:47:17 -04:00
Brian Fiete
17dfc96a1f Maintain cursor visibility when applying saved collapse data 2022-07-30 18:26:36 -04:00
Brian Fiete
de4269bf32 Keep saved collapse data from collapsing around the cursor 2022-07-30 17:43:55 -04:00
Brian Fiete
b5b72df36a Improvements to Win32 'using' field debugging 2022-07-30 11:05:03 -04:00
Brian Fiete
1a0e28af92 Added 'using' field invocation support to debugger 2022-07-30 09:41:05 -04:00
Brian Fiete
e071bd0014 Broaden folder rename fix 2022-07-28 09:05:23 -04:00
Brian Fiete
1ce00ccf11 Fixed folder renaming issue with case-only change 2022-07-28 09:04:00 -04:00
Brian Fiete
1c7b7df25f Fixed deleting of active config 2022-07-27 14:39:14 -04:00
Brian Fiete
837184e674 Fixed Event<T> when allocator doesn't align (64-bit) 2022-07-27 13:46:08 -04:00
Brian Fiete
cf78a02ab4 Remove dead code 2022-07-26 13:42:15 -04:00
flying-dude
e6b2f76b64 fix compiler warning about unused variable on linux 2022-07-23 21:54:50 +02:00