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

579 commits

Author SHA1 Message Date
Brian Fiete
1b7a4139e7 Select line on empty selection for Comment/Uncomment Selection 2021-02-01 14:15:52 -08:00
Brian Fiete
e33ca41fd0 Constrain with GetWorkspaceRectFrom 2021-02-01 13:58:57 -08:00
Brian Fiete
142332baaa Hoverwatch wordwrapping 2021-02-01 13:56:17 -08:00
Brian Fiete
aa21020255 undef ToString fix 2021-02-01 05:34:49 -08:00
Brian Fiete
518c9773f3
Merge pull request #879 from bttelle/issue-619
Fix close of inactive IDE tab without closing pane
2021-02-01 05:32:47 -08:00
Brian Fiete
afd5b29127 Use cached CE emission on fastFinish 2021-02-01 05:21:41 -08:00
Joseph Battelle
66e8ab8823 Fix close of inactive IDE tab without closing pane
When you close an inactive IDE tab, the 'nextTab' is null instead of the
already active one. This then results in the entire pane closing even
with tabs remaining. Ensuring nextTab is always valid keeps the pane open.

This may fix issue #619 as the behavior described is similar.
2021-01-31 20:31:10 -08:00
Brian Fiete
4678dcb9e5 Added (partially-working) '-deterministic' debug cmd line param 2021-01-30 14:43:10 -08:00
Brian Fiete
061ca6acd7 -forceSafe 2021-01-27 15:16:28 -08:00
Brian Fiete
a7183ad803 Properly use last window position when opening IDE 2021-01-26 11:06:48 -08:00
Brian Fiete
3dd6c2719e minlib fix 2021-01-22 09:09:15 -08:00
Brian Fiete
0543dfec65 Fixed file moving issues, multi-select issues 2021-01-21 05:19:27 -08:00
Brian Fiete
e1394e2fb7 Fixed variable assignment detection with classes member values 2021-01-21 04:42:15 -08:00
Brian Fiete
7787efda7e Fixed ToString issue with missing interface impl in type with extension 2021-01-20 14:47:29 -08:00
Brian Fiete
dcfcc03a55 Better failure indication in test summary 2021-01-20 13:50:28 -08:00
Brian Fiete
3c8bb9bed9 Added extension methods to navigation bar 2021-01-20 13:07:22 -08:00
Brian Fiete
3560554127 Fixed extension methods in autocomplete, added extmethod icon 2021-01-20 12:43:55 -08:00
Brian Fiete
6c3b2d9eea Fixed safe mode crash 2021-01-20 09:19:05 -08:00
Brian Fiete
e35318c688 Fixed unspecialized method variation calculated return value 2021-01-20 06:42:44 -08:00
Brian Fiete
a681da30be Removed '=' in generic constraints 2021-01-15 14:59:02 -08:00
Brian Fiete
4890303508 Added comptype 2021-01-15 14:28:21 -08:00
Brian Fiete
e3f51e39ed Added 'concrete' constraint 2021-01-13 09:24:15 -08:00
Brian Fiete
8f3060fd3c Comptime method reflection, method entry/exit emission 2021-01-13 05:09:09 -08:00
Brian Fiete
960ec51842 Minlib fixes 2021-01-09 04:55:37 -08:00
Brian Fiete
0f33968030 Comptime naming fixes 2021-01-09 04:20:45 -08:00
Brian Fiete
3bbf2d8313 Comptime updates, start of metaprogramming support 2021-01-08 16:21:03 -08:00
Brian Fiete
327a92ba10 Fixed truncated string in Console.WriteLine test output 2021-01-05 15:58:47 -08:00
Brian Fiete
97d7324874 Fixed fail test 2021-01-04 13:57:28 -08:00
Brian Fiete
f9b9b15214 DeleteDictionaryAndKeysAndItems to DeleteDictionaryAndKeysAndValues 2021-01-04 04:56:44 -08:00
Brian Fiete
f6174aade2 Support for file dragging in workspace panel 2021-01-03 11:51:53 -08:00
Brian Fiete
5fd037bc58 Fixed project serialization with ignored files 2021-01-03 06:25:06 -08:00
Brian Fiete
3c9dfc4bef Setting link language to en-US 2021-01-03 06:24:49 -08:00
Brian Fiete
1be37e6f24 Deprecated DeleteAndClearItems 2021-01-02 09:08:25 -08:00
Brian Fiete
08f8ccd4d8
Merge pull request #782 from xposure/master
Added CreateObject support for Arrays
2021-01-02 04:49:59 -08:00
xposure
caf81a72e3 Added CreateObject support for Arrays in minlib 2021-01-01 19:29:05 -05:00
Brian Fiete
06a1ea841f Fixed some generic param cases with generic methods in generic variants 2021-01-01 15:33:00 -08:00
Chris Phillips
c399b79bd5 Add IsArray and IsSizedArray to Type 2020-12-31 15:02:12 -05:00
Brian Fiete
78ae79b802 Test improvements (continue after fail, console output, error location) 2020-12-29 09:23:00 -08:00
Brian Fiete
cadd1f809f Fixed issue with Autocomplete Require Control disabled 2020-12-28 15:42:58 -08:00
Brian Fiete
4e27903fe5 Profile profiler memory leak during compilation 2020-12-25 15:36:24 -08:00
Brian Fiete
27a586df04 Fixed atom deletion issue 2020-12-25 05:22:02 -08:00
Brian Fiete
0952f3f278 Fixed slow const eval detection 2020-12-24 07:45:58 -08:00
Brian Fiete
ff1f8aff3f Initial const eval feature release 2020-12-23 08:53:38 -08:00
Brian Fiete
6bb363fb4b CTFE updates, including heap support 2020-12-17 04:51:05 -08:00
Brian Fiete
c46e86f416 Error checking for ShowCode 2020-12-14 10:21:06 -08:00
Brian Fiete
9560a8de88 Fixed issue manually adding project in same directory as workspace 2020-12-14 05:49:58 -08:00
Brian Fiete
9c948d37ff Version bump to 0.42.9 2020-12-09 14:20:45 -08:00
Brian Fiete
8852e7e194 Protected protection improvements 2020-12-06 07:32:01 -08:00
Brian Fiete
5096e65fc7 More commutable attributes 2020-12-04 14:10:42 -08:00
Brian Fiete
687dde063f Include inner-overload method in classview 2020-12-04 05:22:49 -08:00