1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-24 18:48:01 +02:00
Commit graph

190 commits

Author SHA1 Message Date
Brian Fiete
aa21020255 undef ToString fix 2021-02-01 05:34:49 -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
3bbf2d8313 Comptime updates, start of metaprogramming support 2021-01-08 16:21:03 -08:00
Brian Fiete
f9b9b15214 DeleteDictionaryAndKeysAndItems to DeleteDictionaryAndKeysAndValues 2021-01-04 04:56:44 -08:00
Brian Fiete
1be37e6f24 Deprecated DeleteAndClearItems 2021-01-02 09:08:25 -08:00
Brian Fiete
78ae79b802 Test improvements (continue after fail, console output, error location) 2020-12-29 09:23:00 -08:00
Brian Fiete
4e27903fe5 Profile profiler memory leak during compilation 2020-12-25 15:36:24 -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
ee4aa8a592 Properly enable/disable test menu items 2020-11-19 09:55:46 -08:00
Brian Fiete
e1a74ce81a Load debug visualizers when loading crash dump 2020-11-16 05:22:35 -08:00
Brian Fiete
e34dee7438 Format on Save 2020-11-10 06:03:50 -08:00
Brian Fiete
330eb037e8 Fixed save buffers during symbol rename 2020-11-08 07:45:37 -08:00
Brian Fiete
cabacdd183 Improved EditData GetFileTime 2020-11-04 09:50:41 -08:00
Brian Fiete
716ec05394 Fixed FileWatcher overflow manual override 2020-11-04 06:51:30 -08:00
Brian Fiete
6afaf4faad Renamed Build Solution to Build Workspace. More menu items. 2020-11-02 13:07:46 -08:00
Brian Fiete
8ee47190cd
Merge pull request #585 from eveningstarinc/master
Fix misc bugs w/ IDE build in folders with a space
2020-10-26 09:58:52 -07:00
Brian Fiete
72411118c2 Added safe mode 2020-10-15 10:44:29 -07:00
Hunter Bridges
81b909c541 Fix misc bugs w/ IDE build in folders with a space
- Add quotes to bin/msbuild.bat paths
- Tweak PostBuildCmds in Debugger64 and IDEHelper
- Tweak Debug paths in IDE project to be relative to Workspace
- Modify AppendWithOptionalQuotes to not add more quotes if source string already in quotes
- Modify quoting behavior in build shell command construction
2020-10-12 15:49:25 -07:00
Brian Fiete
60b162ba90 Fixed crash hovering over tab for new file 2020-10-12 01:24:39 -07:00
Brian Fiete
75b4032794 Version bump 2020-10-05 14:26:09 -07:00
Brian Fiete
05d5b5f594 Fixed file rename with entry in recent file list 2020-09-29 12:58:24 -07:00
Brian Fiete
da508156c1 Separate Close Panel and Close Document 2020-09-28 05:56:09 -07:00
Brian Fiete
784bd6d374 Made 'Test' a project type 2020-09-27 22:20:26 -07:00
Brian Fiete
52ccdfe46a Fixed error text 2020-09-26 06:03:29 -07:00
Brian Fiete
e94566b958 ShowRecentFile fix 2020-09-25 09:58:30 -07:00
Brian Fiete
4b64f2c14d Fixed show-recent-on-close issue with renamed files 2020-09-25 09:39:50 -07:00
Brian Fiete
cfe46abeaa Fixed tiny tabbed view issue from file recovery 2020-09-22 10:58:22 -07:00
Brian Fiete
fd3265445d Fixes for new out-var rules, unassigned variable detection 2020-09-22 07:44:47 -07:00
Brian Fiete
b975acb711 IDE file recovery 2020-09-18 05:30:21 -07:00
Brian Fiete
a215bac755 Added Relaunch option on crash dialog 2020-09-17 14:15:38 -07:00
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
c04778ec5a Right-click close options for tabs 2020-09-11 23:26:59 -07:00
Brian Fiete
8d934192c0 IDE - Close All Except / Close Tabs 2020-09-11 17:47:38 -07:00
Brian Fiete
d205ef68a3 Version bump 2020-09-11 13:04:09 -07:00
Brian Fiete
a650c7ab9c Early support for line/statement moving 2020-09-06 09:05:00 -07:00
Brian Fiete
7400e7099c Fixed focus issue with popup error 2020-09-04 08:58:29 -07:00
Brian Fiete
0347f997f2 Support for Forward/Backward mouse buttons 2020-09-03 08:14:24 -07:00
Brian Fiete
6511d6a845 Recent file selector (ctrl+tab) 2020-09-03 06:49:19 -07:00
Brian Fiete
4d55a32c90 Relaxed project name restrictions. Auto-refresh of installed libraries. 2020-08-31 11:32:33 -07:00
Brian Fiete
79c9f5d818 Fixed generic interference with generic tuples 2020-08-26 06:10:36 -07:00
Brian Fiete
0adfbce884 Added 'Reload Settings' and 'Reset UI' to File/Preferences menu 2020-08-12 08:48:40 -07:00
Brian Fiete
b7b065855d Start of wasm support 2020-08-06 09:24:37 -07:00