1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-02 22:36:00 +02:00
Commit graph

443 commits

Author SHA1 Message Date
Brian Fiete
8d95b97e87 Fixed error mouseover 2022-02-12 12:56:48 -05:00
Brian Fiete
cd3318cc3e Show invocation param info in mouseover 2022-02-12 12:43:10 -05:00
disarray2077
82852d824d
Fix IDE crash in Release build 2022-02-10 16:31:40 -03:00
Brian Fiete
0e579d07b9 Wasm improvements 2022-02-08 17:02:35 -05:00
Brian Fiete
438394099a Fixed fixits on types with comptime-emitted code 2022-02-02 08:00:55 -05:00
Brian Fiete
21366d48ec Another autocomplete null check for output window 2022-02-01 13:23:18 -05:00
Brian Fiete
0ac49db97e Fixed crash pressing enter in output window 2022-01-31 15:45:14 -05:00
Brian Fiete
db015a4112 Fixed placement of lock symbol on projects in a folder 2022-01-27 07:54:33 -05:00
Brian Fiete
37c4074c44 Ability to explicitly set target triple 2022-01-25 14:39:52 -05:00
Brian Fiete
125d5c0c8c Added Target CPU workspace override 2022-01-25 07:04:54 -05:00
Brian Fiete
3c091be0d5 Reduced brightness of char pair hilite 2022-01-20 08:16:15 -05:00
Brian Fiete
66cfe1b28c Paired char hilite selection tweak 2022-01-18 13:36:56 -05:00
Brian Fiete
7e0d3407cc Paired char hiliting tweaks 2022-01-18 13:26:43 -05:00
Brian Fiete
fa01e7ad17
Merge pull request #1375 from blat-blatnik/HighlightMatchingParens
Highlight matching parens under cursor
2022-01-18 12:31:11 -05:00
Brian Fiete
3bb7f72116 Minor workspace folder tweaks 2022-01-18 12:01:56 -05:00
fusion
c321ef490c Remove project from workspace folder on project remove 2022-01-18 17:25:04 +01:00
fusion
c5061009ac Add support for workspace folders 2022-01-18 01:59:57 +01:00
Brian Fiete
c6ca4c8bb4 Don't unindent when typing ':' in multiline string literal 2022-01-16 08:00:23 -05:00
Brian Fiete
a69dd47cea Autocomplete documentation fix with fuzzy autocomplete disabled 2022-01-13 18:32:26 -05:00
Brian Fiete
b49cd5d12a Cmd line option to disable file recovery 2022-01-13 11:38:48 -05:00
Brian Fiete
e79a3755fd Fixed Replace in Files 'x' with 'xx' case 2022-01-12 09:01:37 -05:00
Brian Fiete
a70c34050b Fixed clipping of bottom of HoverWatch edit widget 2022-01-12 08:52:35 -05:00
blat-blatnik
adcab798b0 Correct handling of reopening previously closed text buffers 2022-01-11 23:10:54 +01:00
blat-blatnik
14c43d117c Remove TODO 2022-01-11 22:50:08 +01:00
blat-blatnik
85ac4d5f83 Hilite matching parentheses under cursor 2022-01-11 22:48:08 +01:00
Brian Fiete
eb375362a1 Arithmetic overflow checks 2022-01-11 08:17:09 -05:00
blat-blatnik
15d42bdf48 Save IDE settings on apply 2022-01-08 22:48:52 +01:00
Brian Fiete
59ba0dd0d4 Fixed some safe mode crashes 2022-01-08 07:42:53 -05:00
Brian Fiete
2634d0c7ec Properly handle aborted background classifying 2022-01-08 06:54:48 -05:00
Brian Fiete
018db49902 Require explicit insert action for multiline autocomplete insertions 2022-01-07 10:47:46 -05:00
Brian Fiete
73376d2f75 Added 'Add Watch' to some right-click menus (ie: autos) 2022-01-07 10:36:21 -05:00
disarray2077
2fd78b36e7 Improve open error for files from network 2022-01-07 10:22:26 -03:00
Brian Fiete
36311cab2d Added line number hiliting 2022-01-07 07:00:55 -05:00
Brian Fiete
498d6f2116 Merge remote-tracking branch 'origin/master' 2022-01-07 06:45:40 -05:00
Brian Fiete
fdd1a34d86
Merge pull request #1357 from blat-blatnik/HighlightCurrentLine
Add option to highlight current line in editor
2022-01-07 12:45:13 +01:00
Brian Fiete
a679d4dd11 Null check 2022-01-07 06:42:16 -05:00
blat-blatnik
28a0d118e5 Added option to highlight current line when editing source files 2022-01-07 01:49:20 +01:00
disarray2077
287e7f5642
Update attach to process list exclusion 2022-01-06 18:03:23 -03:00
disarray2077
93fcfda1bd
Make IDE remove itself from attach to process list 2022-01-06 17:53:06 -03:00
Brian Fiete
c2ff007a1d Scaling fixes 2022-01-06 12:09:58 -05:00
Brian Fiete
ba0c23b8c5 Fixed 'method not generated' comptime error 2021-12-31 14:17:17 -05:00
Brian Fiete
85c936f014 Fixed deferred delete crash 2021-12-31 08:11:22 -05:00
Brian Fiete
90065d64c8 Fixed "Safe Mode" crash 2021-12-31 08:11:09 -05:00
Brian Fiete
adf282dfa7 Remove stricmp 2021-12-28 14:57:14 -05:00
Brian Fiete
e4c05473a8 Fixed zero-entry autocomplete timing display 2021-12-28 11:52:34 -05:00
Brian Fiete
62c3998521
Merge branch 'master' into FuzzyAutoComplete 2021-12-28 17:07:19 +01:00
Brian Fiete
7c03f5e2cd Added CPU usage to profiler thread list 2021-12-28 08:30:33 -05:00
Brian Fiete
b57ac935e5 Add "Time Autocomplete" internal IDE flag 2021-12-27 14:25:34 -05:00
Brian Fiete
9d63e3e585
Merge pull request #1295 from marsej/ErrorsPanel-fix
Fix flaky ShowErrorNext and random re-ordering in ErrorsPanel
2021-12-27 19:38:10 +01:00
Brian Fiete
fe9286f41c Fix small selection issues after uncomment 2021-12-27 09:35:34 -05:00