1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-26 03:28:02 +02:00
Commit graph

525 commits

Author SHA1 Message Date
Brian Fiete
16ed9ff8cf Avoid deselecting watch items on right-click menu popup 2024-04-27 07:24:36 -04:00
Brian Fiete
f1a275d6ef Fixed dumb null crash 2024-03-26 12:10:15 -04:00
Brian Fiete
af9f6a5cba mListView empty check 2024-03-26 11:03:40 -04:00
Brian Fiete
bceca3e699 Improvements to Find in Watch 2024-03-26 07:30:54 -04:00
Brian Fiete
82b4974a82 Find in Watch 2024-03-25 06:18:50 -04:00
Brian Fiete
cbdfe505ca Properly set mCopiedConfigCombo in NewConfigDialog 2024-03-22 16:51:14 -04:00
Brian Fiete
d7bf451c9f Handle Break When Value Changes with watches prefixed with @Beef: or @C: 2024-03-22 15:11:40 -04:00
Brian Fiete
dea665055e CheckReadOnly for Autocomplete 2024-03-16 11:01:35 -04:00
Brian Fiete
ddd9b1b218 Extensive runtime refactor to reduce generated executable sizes 2024-03-16 07:23:29 -04:00
Brian Fiete
295e3b649a Fixed issue of symbol hilite disappearing when text files auto-reload 2024-03-03 07:28:08 -05:00
Brian Fiete
ae6a2b7ca4 Null check 2024-03-03 06:29:47 -05:00
Brian Fiete
b609ff68b1 Improve OpenHotPaths 2024-02-25 16:43:16 -05:00
Brian Fiete
59f2451cf9 InsertCharPair fix for start-of-line insertions 2024-02-24 08:54:57 -05:00
Brian Fiete
c5f58c34ba Fixed some comment/uncomment issues 2024-02-01 08:18:25 -05:00
Brian Fiete
f96de4722e Improved right-cursor movement over utf8 codepoints 2024-01-22 08:39:53 -05:00
Brian Fiete
7057bcd099 Fixed multimon workspace right-click menu 2023-12-31 07:12:22 -05:00
Brian Fiete
ecc38960f3 Immediate window fixes 2023-12-28 10:35:23 -05:00
Brian Fiete
e245c922db Go To Definition improvements 2023-12-28 10:28:24 -05:00
Zorbn
cc3bc66ca4 Fix crash when trying to move lines out of bounds 2023-11-27 13:55:03 -08:00
Martin Cietwierkowski
d9d954254f Add output window filtering options similar to what Visual Studio
offers.

To use right click on output window, and select which messages should
appear and which should be filtered out.

By default all types of messages appear as they normally would before
this change.

These settings are persisted into workspace_user file

This change helps keep the clutter out of the output window so that
program output logs are easier to read, especially on application
startup.
2023-08-23 20:18:45 -04:00
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
2fd5d67e07 Startup panel tweaks 2023-06-08 10:06:14 -04:00
Fusioon
64a23ceb9a Add startup panel 2023-06-04 13:41:44 +02:00
Brian Fiete
398cb0c7ad Improved profiler - better filtering, show 'hot' paths 2023-03-14 09:32:01 -07: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
Brian Fiete
b4dc3039fc Fix status bar button overlap with selection info 2022-12-13 17:59:57 -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
d20b53b187 Improved SDL platform support, 'ar' lib reworking 2022-11-07 09:57:27 -08:00
Brian Fiete
ae8ea6281d Fixed cursor placement after OpenCodeBlock with 'spaces' indenting 2022-08-25 13:32:41 -07:00
Brian Fiete
a587e6249e Added named parameters to autocomplete 2022-08-25 07:47:33 -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
ebcaffbae9 Bookmark panel tweaks 2022-08-23 10:45:57 -07: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
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
1c7b7df25f Fixed deleting of active config 2022-07-27 14:39:14 -04:00
Brian Fiete
b24f1209eb Replaced mAddProjectTargetFolder with GetSelectedWorkspaceFolder() 2022-07-16 09:36:21 -04:00
Brian Fiete
8e34de65ea
Merge pull request #1651 from Fusioon/folders-addproject
Add project import options to workspace folder context menu
2022-07-16 06:38:19 -04:00
Fusion
ea39dc6f2b Propertly remove nested workspace folders. 2022-07-16 03:13:03 +02:00
Brian Fiete
ce64d43b6a Fixed enter-with-selection issue 2022-07-15 09:06:17 -04:00
Fusion
1eb2b97db7 Fix access after delete of workspace folders when deleting parent and child 2022-07-14 21:29:24 +02:00