Brian Fiete
980132c3cc
Made workspace user file try to use workspace-relative paths
2020-09-17 07:12:46 -07:00
Brian Fiete
10da44e341
Fixed keyboard focus when navigating workspace files
2020-09-17 06:11:39 -07:00
Brian Fiete
7fdce4b5af
Fixed crash closing window with 'old version' showing
2020-09-16 05:58:05 -07:00
Brian Fiete
6511d6a845
Recent file selector (ctrl+tab)
2020-09-03 06:49:19 -07:00
Brian Fiete
12ed915194
Fixed Go To Definition for operator overloads
2020-08-29 07:07:24 -07:00
Brian Fiete
7a65003679
Added Interface colorization type
2020-08-13 07:00:49 -07:00
Brian Fiete
9bbcb8eb5e
Added a RefType colorization type
2020-08-13 06:28:31 -07:00
Brian Fiete
42c4b5f992
Clarified file loading error message
2020-07-18 09:23:29 -07:00
Brian Fiete
82d2963a9e
Fixed some large-file stack overflow issues
2020-06-13 04:57:58 -07:00
Brian Fiete
a469707377
Fixed crash when closing with autocomplete up
2020-06-05 08:29:11 -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
387ba470d4
Fixed some file/dir deleting issues
2020-05-20 06:43:41 -07:00
Brian Fiete
01f82d1250
Fixed symbol renaming closing in temp tab
2020-05-19 12:28:31 -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
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
Brian Fiete
657e758ec1
Fixed recent files when closing files (ended up with a bunch of seps)
2020-05-06 17:01:06 -07:00
Brian Fiete
dbd9b32e3f
Renamed System.Collections.Generic to System.Collections
2020-04-29 06:40:03 -07:00
Brian Fiete
2165a6401e
Fixed doing a Browse after a wrong AutoFind
2020-04-20 06:59:39 -07:00
Brian Fiete
2f78063927
Added Quick Info key
2020-03-24 15:26:32 -07:00
Brian Fiete
61468d818f
Added MD5 file hashes to Beef
2020-03-23 12:07:05 -07:00
Brian Fiete
a51fa2b657
Added an origX/origY to MouseClick
2020-03-21 07:09:21 -07:00
Brian Fiete
9102a54ce4
Added click to toggle breakpoint, ctrl-click for goto definition
2020-03-12 06:53:11 -07:00
Brian Fiete
14ac27c977
Removed 'internal' protection - it's all about [Friend] now
2020-03-09 06:34:16 -07:00
Brian Fiete
7d64d6dd21
Fixes for new override system
2020-02-21 06:18:19 -08:00
Brian Fiete
7ad6df2c6e
Fixed spelling mistake
2020-02-08 06:12:04 -08:00
Brian Fiete
b068aa8d29
Fixed some errors panel issues
2020-01-20 17:12:07 -08:00
Brian Fiete
7894fc73cc
Improved handling of missing source file
2020-01-15 08:33:16 -08:00
Brian Fiete
8970ebcd93
Added error/warning panel, region support
2020-01-06 13:49:35 -08:00
Brian Fiete
4dcd7f9c6a
Fixed constExprs with ints, hover for enum values, _ for enums
2019-12-24 13:13:04 -08:00
Brian Fiete
1c6c06fa4d
Breakpoint hotkeys, autocomplete fix
2019-12-13 14:25:15 -08:00
Brian Fiete
18fa7e8a7b
QuickFind fixes
2019-12-03 17:36:08 -08:00
Brian Fiete
533ef0856b
Changed how has checks work
2019-11-22 12:27:13 -08:00
Brian Fiete
987adaec5c
Improved ListView cursor key handling, removed debug NOPs
2019-09-28 12:15:36 -07:00
Brian Fiete
2ea5d31c37
Minor IDE changes
2019-09-27 13:03:47 -07:00
Brian Fiete
54d5884213
Fixes for ShowWrongHash, looking into debug info issues in opt llvm
2019-09-24 08:58:04 -07:00
Brian Fiete
6143c617b7
Fixes to debugging source-server files
2019-09-23 13:48:11 -07:00
Brian Fiete
eb139fd33c
Fixes for debugger, -run and -new support for BeefBuild
2019-09-22 08:25:38 -07:00
Brian Fiete
a32d18d962
Debugger fixes
...
Removing some debugger remote-requests
2019-09-20 09:21:29 -07:00
Brian Fiete
ba2c4faa59
Added a wait-for-classify on initial showing to reduce color flashing
2019-09-18 09:58:40 -07:00
Brian Fiete
2f01da9e86
Small IDE fixes
2019-09-10 11:26:14 -07:00
Brian Fiete
ff610742c5
IDE ui issues
...
Fixed an autocomplete issue with path edits
Made renaming symbols aware of file/project locking
Fixed saving of Settings after running test
Fixed async autocomplete update when not terminated with ')'
2019-09-07 06:40:03 -07:00
Brian Fiete
0ce6e44523
Fixed some IDE issues
...
Fixed some issues related to creating new projects and workspace
Added 'Refresh' option to project
Fixed auto-include refresh
Fixed folder rename
Fixed EOF issue involving DbgModule string table
2019-09-05 08:18:24 -07:00
Brian Fiete
a367b8165f
Win32 debugging fixes, more work on custom compile commands
...
Fixed working dir for 'launch'
Fixed attaching to process - stack trace wasn't updating properly
Fixed more custom compile stuff, and BeefySysLib bin destination
Fixed linking issues related to Bfp* and Bp* exports in both BeefRT and BeefySysLib
Fixed a crash with conditional breakpoints
Fixed release mode IDE issues (related to hot swap breakpoints)
Fixed hotswapping type data with LLVM builds
Fixed 'Pause' state processing Running_ToTempBreakpoint for ScriptManager
Fixed Win32 step out when there's an ESP adjustment at the return site
Made step-out skip over "unimportant" instructions at return site
2019-08-29 14:19:07 -07:00
Brian Fiete
09016c8dc0
Bug fixes, installer, [Export]
...
Fixed a bunch of bugs in aggregate const initializers
Fixed ZIP bugs
Fixed a compilation case where we change protection while reifying a type
Added another project kind - Dynamic Library
Added [Export] for DLL method exporting
Fixed some issues of things being generated as __NOINLINE incorrectly
Fixed an issue with module extensions with not-yet-demanded on-demand methods
Started adding Installer
2019-08-27 08:04:41 -07:00
Brian Fiete
078564ac9e
Initial checkin
2019-08-23 11:56:54 -07:00