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

170 commits

Author SHA1 Message Date
Brian Fiete
f258b4a25b Added UnversionedLibDir to config 2019-10-04 10:39:25 -07:00
Brian Fiete
d48d03c58b Made type lookup errors 'var' instead of 'Object', less error cascading 2019-10-04 10:38:36 -07:00
Brian Fiete
570c03f25c Fixed some @ var lookups 2019-10-04 10:37:22 -07:00
Brian Fiete
e5de09488e Fixed some indenting issues, added indenting test 2019-10-04 10:36:53 -07:00
Brian Fiete
df4573dca1 Proj fix 2019-10-01 12:49:07 -07:00
Brian Fiete
c308908d41 Variant dbgvis fix 2019-10-01 12:48:22 -07:00
Brian Fiete
f266fe69d1 Fixes for large strings, multiple 'opposite' operators 2019-10-01 12:48:08 -07:00
Brian Fiete
1346e241db Fix for stepInto 2019-10-01 12:46:56 -07:00
Brian Fiete
62346a53b0 Adding better support for platforms 2019-10-01 12:46:38 -07:00
Brian Fiete
85648cda63 Added expression bodies for properties 2019-09-30 12:24:02 -07:00
Brian Fiete
69e3bf94f7 Squiggle fix for non-default font, manually add method fix 2019-09-30 12:23:27 -07:00
Brian Fiete
e43beb5794 Copying fix 2019-09-30 12:22:31 -07:00
Brian Fiete
c931f92632 Added support for autocomplete inserting property overrides 2019-09-29 09:21:51 -07:00
Brian Fiete
ce66b658c4 Mintest revisions 2019-09-29 07:44:39 -07:00
Brian Fiete
908dbe1a6e Minor IDE modifications 2019-09-29 07:44:23 -07:00
Brian Fiete
f8d4d0ded0 Properly throw error on Dispose call on using for immutable values 2019-09-29 07:43:36 -07:00
Brian Fiete
dfbf7a2792 We were failing on an invalid type lookup in a tuple bind 2019-09-29 07:42:58 -07:00
Brian Fiete
4b2238337d Only close if we click on a valid item 2019-09-29 07:42:24 -07:00
Brian Fiete
957039e7cc Fixed ! unary op in debugger, "<null parent>" error on valueless 2019-09-28 16:27:19 -07:00
Brian Fiete
d28a804c18 Displaying main module instead of hot object name in callstack 2019-09-28 12:16:15 -07:00
Brian Fiete
092df41b37 Removed MakePropRebuildTarget, relying on link config string check 2019-09-28 12:15:57 -07:00
Brian Fiete
987adaec5c Improved ListView cursor key handling, removed debug NOPs 2019-09-28 12:15:36 -07:00
Brian Fiete
959da9884c Working on properly rebuilding target even if we restart ide 2019-09-28 09:48:37 -07:00
Brian Fiete
3eeeaf647e Changing target platform 2019-09-27 16:59:13 -07:00
Brian Fiete
bac46ef6e9 Changes to improve IDE Module Panel, allowing loading image and pdb 2019-09-27 13:05:39 -07:00
Brian Fiete
d41a8c5683 Order-independent hash fixes 2019-09-27 13:04:33 -07:00
Brian Fiete
2ea5d31c37 Minor IDE changes 2019-09-27 13:03:47 -07:00
Brian Fiete
be3c968e2b Support for empty parent, for | to separate columns 2019-09-27 13:01:54 -07:00
Brian Fiete
3552837b4f Adding -run message 2019-09-27 13:01:16 -07:00
Brian Fiete
c0fe3c4dc6 Adding awareness of window minimization/maximization 2019-09-27 13:01:03 -07:00
Brian Fiete
e7a96d8786 Loading settings file, adding -run option to help text 2019-09-27 12:59:28 -07:00
Brian Fiete
b42f488ed3 Removed alt font hard fail 2019-09-26 10:06:10 -07:00
Brian Fiete
7189c89f45 Removing debug spam 2019-09-26 08:30:07 -07:00
Brian Fiete
235a3c6f62 Fixed missing unwind tables in main, which broke SEH catching 2019-09-26 08:29:34 -07:00
Brian Fiete
5b34fb1948 Fixing broken dll imports 2019-09-26 08:28:45 -07:00
Brian Fiete
d62b777197 Make Beef functions castable to int in release mode 2019-09-26 08:28:21 -07:00
Brian Fiete
59f5faac5f Clearing breakpoints on detach 2019-09-26 08:27:51 -07:00
Brian Fiete
4fcbdc423d Minor IDE fixes 2019-09-26 08:26:49 -07:00
Brian Fiete
e4635f0f52 Added module name to stack traces 2019-09-26 08:25:54 -07:00
Brian Fiete
1e8004981f CrashCatch test 2019-09-26 08:25:15 -07:00
Brian Fiete
ad1ba70fdd Fixed some Win7 compat issues 2019-09-25 07:51:06 -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
c67fbd66ba Added BeefIDE_d warning 2019-09-23 14:55:26 -07:00
Brian Fiete
6143c617b7 Fixes to debugging source-server files 2019-09-23 13:48:11 -07:00
Brian Fiete
aa313a1a9d Made GetActualPath tolerant of multiple slashes 2019-09-23 13:47:21 -07:00
Brian Fiete
54b77f400a Fixes for 'Welcome' 2019-09-23 11:50:11 -07:00
Brian Fiete
c6ef4b9b75 Added missing Welcome images 2019-09-23 11:07:58 -07:00
Brian Fiete
fa0311f849 Adding WelcomePanel 2019-09-23 09:41:21 -07:00
Brian Fiete
5f84a7e4e3 Adding "CTRL UP/DOWN" tutorial for autocomplete 2019-09-23 09:40:56 -07:00
Brian Fiete
e65e4049fa Fixed GetActualPath where path begins with a slash 2019-09-23 07:39:53 -07:00