1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-30 05:15:59 +02:00
Commit graph

415 commits

Author SHA1 Message Date
Brian Fiete
ad987a58bd Fixed Ctrl+Backspace 2020-07-24 05:21:29 -07:00
Brian Fiete
1117aa9b8a Fixed ctrl+backspace during autocomplete 2020-07-22 15:32:04 -07:00
Brian Fiete
f651a473e6 Split off ImportFiles so it can be called by script engine 2020-07-19 05:50:08 -07:00
Brian Fiete
09d8d428ec Fixed address display 2020-07-19 05:49:36 -07:00
Brian Fiete
1604ea61cb Fixed 'params' detection issue 2020-07-19 05:49:18 -07:00
Brian Fiete
42c4b5f992 Clarified file loading error message 2020-07-18 09:23:29 -07:00
Brian Fiete
55db457590 Autocomplete flashing fix 2020-07-18 06:51:09 -07:00
Brian Fiete
86a41649ec Added Diagnostics panel 2020-07-18 06:50:28 -07:00
Brian Fiete
b1af9de159 Fixed drawing issue with long docs 2020-07-14 09:33:51 -07:00
Brian Fiete
037b2ac1e4 Added reflection category to distinct build options (wip) 2020-07-11 16:24:07 -07:00
Brian Fiete
e097ffc4fe Fixed multiple extensions with ; seperation 2020-07-07 10:47:15 -07:00
Brian Fiete
5b59c15357 Fixed variant issue 2020-07-06 12:57:08 -07:00
Brian Fiete
9e009b134c Scope Prev/Next, other minor improvements 2020-06-23 15:24:50 -07:00
Brian Fiete
d31c9df8ac Remove debug text 2020-06-23 11:52:10 -07:00
Brian Fiete
c6f1f358a9 Added multi-line custom build command 2020-06-22 08:49:23 -07:00
Brian Fiete
d9b047a924 Fixed browse issue with no workspace 2020-06-21 10:12:56 -07:00
Brian Fiete
271d88f261 Added float format flags 2020-06-19 06:42:52 -07:00
Brian Fiete
82a108714d Added more 'alt' lookups 2020-06-19 06:41:50 -07:00
Brian Fiete
85943230b1 Added mouseover propery evaluation 2020-06-15 09:01:49 -07:00
Brian Fiete
98d0b90789 Removed faulty assert 2020-06-15 06:59:49 -07:00
Brian Fiete
ad89d4cc82 Fixed autocomplete panel invoke issue 2020-06-14 08:39:52 -07:00
Brian Fiete
b275f5b8c6 Fixed issue clicking on thread list while sampling 2020-06-13 15:55:30 -07:00
Brian Fiete
d463832168 Added more editor keys and commands 2020-06-13 15:55:08 -07:00
Brian Fiete
82d2963a9e Fixed some large-file stack overflow issues 2020-06-13 04:57:58 -07:00
Brian Fiete
2b574916cc Fix for removing project 2020-06-05 14:17:06 -07:00
Brian Fiete
e8678b8b82 Fixed case of installing library from mismatched path 2020-06-05 09:23:47 -07:00
Brian Fiete
069960ad71 Fixed incorrect resetting of VS settings 2020-06-05 09:23:12 -07:00
Brian Fiete
e94108a92d Fixed AutocompleteRequiresControl setting 2020-06-05 08:35:26 -07:00
Brian Fiete
a469707377 Fixed crash when closing with autocomplete up 2020-06-05 08:29:11 -07:00
MineGame159
2574f4dec5 Added AutocompleteRequireControl setting 2020-06-05 16:31:23 +02:00
Brian Fiete
5d9a5f183d Fixed some auto-include/ignore project item issues 2020-06-04 17:19:57 -07:00
Brian Fiete
014263c3a7 Added ability to rename namespaces 2020-05-31 07:12:17 -07:00
Brian Fiete
dfde0c6dda
Merge pull request #292 from HydrogenC/patch-1
Deprecate [Stdcall]
2020-05-28 09:06:41 -07:00
Brian Fiete
323f984a72 Fixed autocomplete positioning code 2020-05-25 14:56:40 -07:00
LZMPDev
ad0dab0d4c Revamp Stdcall 2020-05-25 20:46:28 +08:00
Brian Fiete
287c91c4b7 Fixed CheckAdjustFile in minidump debugging 2020-05-25 00:14:16 -07:00
Brian Fiete
84aecbca81 Smoother mouse wheel scrolling 2020-05-25 00:10:35 -07:00
Brian Fiete
387ba470d4 Fixed some file/dir deleting issues 2020-05-20 06:43:41 -07:00
Brian Fiete
9a2d200b70 Fixed a few read-only modifications 2020-05-20 06:42:38 -07:00
Brian Fiete
9ede79e29d Added word wrapping for documentation 2020-05-20 06:25:02 -07:00
Brian Fiete
01f82d1250 Fixed symbol renaming closing in temp tab 2020-05-19 12:28:31 -07:00
Brian Fiete
a9e8277836 Fixed issue where breakpoint configure from hover watch closes 2020-05-19 10:42:20 -07:00
Brian Fiete
4fe6bcaa86 Made some fixes for not having a resolve compiler enabled 2020-05-19 09:09:18 -07:00
Brian Fiete
d11c79e43e Added more informational mouseovers 2020-05-17 06:10:56 -07:00
Brian Fiete
0113ce7115 Improved handling of platform configs 2020-05-15 08:52:48 -07:00
Brian Fiete
5e5084886c Added option for autocomplete on enter 2020-05-12 09:16:39 -07:00
Brian Fiete
c2077acc2b Closed dialog on 'yes' on force-create dialog 2020-05-12 06:44:34 -07:00
Brian Fiete
40fe76d903 Added missing ()'s for allocations 2020-05-11 10:16:24 -07:00
Brian Fiete
b52db47d55 Got rid of Action<T>/Func<T> 2020-05-08 07:10:35 -07:00
Brian Fiete
ea072ad77b Added Ctrl+Backspace support for deleting text span 2020-05-07 11:48:10 -07:00