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

205 commits

Author SHA1 Message Date
Brian Fiete
6ded6a37cc Improved emit marker resolve/build selection, emitted Go To Definition 2022-07-02 10:32:19 -07:00
disarray2077
61961d71e1
Fix LoadTextFile failure when in autoRetry 2022-07-01 15:31:45 -03:00
Brian Fiete
ab494ad8d4 Improve emit views where compile and resolve emissions differ 2022-06-13 08:52:17 -07:00
Brian Fiete
087a129007 Improved cwd handling in comptime, generator file/folder edit 2022-05-27 12:20:11 -07:00
Brian Fiete
866bddde2e Emit marker fixes - idSpan fix, persistent opening, specialized squiggle 2022-05-26 15:39:32 -07:00
Brian Fiete
f1257fb7fc Fixed some of invalid utf8 2022-05-24 11:51:18 -07:00
Brian Fiete
44c1123637 Fixed cursor location after line paste undo 2022-05-22 18:55:49 -07:00
Brian Fiete
56cc35f266 Added watch lock, watch stack offsets (ie: {1}, {Func^2}) 2022-05-21 11:58:01 -07:00
Brian Fiete
1b9e0490f2 Embedded string view in watch window, series watch format 2022-05-18 13:23:10 -07:00
Brian Fiete
67329ac774 Formatting options 2022-05-16 11:01:30 -07:00
Brian Fiete
e87bf5b029 UpdateF, dx reinit 2022-05-15 08:00:55 -07:00
Brian Fiete
6273c242f2 Null check for mContent in Deactivate 2022-05-13 12:11:19 -07:00
Brian Fiete
7ddec857f6 Fixed Emit marker in generic types where unspecialized has no emission 2022-04-25 13:45:18 -07:00
Brian Fiete
b9a9a4bfac Improved emit embeds for method entry/exit 2022-04-17 12:44:31 -07:00
Brian Fiete
fb8d528c6b Unindent fix with empty line at end of file 2022-04-16 10:44:58 -07:00
Brian Fiete
4d1e14a1c3 Show comptime emits as embedded sourceviews 2022-04-16 06:27:54 -07:00
Brian Fiete
6d12b42456 Slightly better handling of clicking within a selection 2022-03-31 08:42:57 -07:00
Brian Fiete
c3f7a996e0 Improved platform/config rename and delete 2022-03-03 09:53:19 -08:00
Brian Fiete
4d73c90dab Fixed IdSpan.LookupContext 2022-03-02 17:16:02 -08:00
Brian Fiete
16f307f7ca Check both LOCAL_MACHINE and CURRENT_USER for fonts 2022-03-02 09:47:46 -08:00
Brian Fiete
b6e2be1e99 Improved QuickFind behavior 2022-03-01 06:11:28 -08:00
Brian Fiete
90735e3bf8 Collapsible regions (aka outlining aka code folding) 2022-02-28 11:27:12 -08:00
Brian Fiete
f37fb2c1b7 Comptime improvments, IOn<X> interfaces, const payload enum 2022-02-11 05:47:32 -05:00
Hiroko
bb0678c839
[Fix] Beefy2D missing quotes in build config
Missing quotes in the Beefy2D project configuration causes (only) Release builds to fail, if 'BeefySysLib64.lib' is located in a path with spaces in it.
2022-01-24 19:29:45 +01:00
Brian Fiete
3c091be0d5 Reduced brightness of char pair hilite 2022-01-20 08:16:15 -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
blat-blatnik
41159bdb38 Merge remote-tracking branch 'upstream/master' into HighlightMatchingParens 2022-01-11 22:48:27 +01:00
blat-blatnik
85ac4d5f83 Hilite matching parentheses under cursor 2022-01-11 22:48:08 +01:00
Brian Fiete
3f6d4d1199 DeleteChar mJustInsertedCharPair fix 2022-01-11 15:57:07 -05:00
Brian Fiete
bc060ec362 Made CursorToLineStart work like VS (and others) 2022-01-11 10:58:36 -05:00
disarray2077
6d2803dbb1 Add support for file drag drop 2022-01-07 12:51:57 -03:00
disarray2077
2fd78b36e7 Improve open error for files from network 2022-01-07 10:22:26 -03:00
blat-blatnik
bb4b4ef185 Slightly better positioning of highlight rect 2022-01-07 08:58:18 +01:00
blat-blatnik
8e476812f8 Correct handling of horizontal scrolling 2022-01-07 08:52:20 +01:00
blat-blatnik
28a0d118e5 Added option to highlight current line when editing source files 2022-01-07 01:49:20 +01:00
Brian Fiete
befc60aa63 Improved errors on files 2021-12-31 10:26:32 -05:00
Brian Fiete
674f0f6a56 Cast fix 2021-12-30 07:51:01 -05:00
Brian Fiete
a03b5c3eba Color ctor fix 2021-12-30 07:12:31 -05:00
Brian Fiete
1ac5992d8e Fix for Up/Down with selection without mAllowVirtualCursor 2021-12-28 10:42:34 -05:00
Brian Fiete
da58610736 HasSelection fix for cursor up/down 2021-12-27 09:35:54 -05:00
Brian Fiete
905ccae64c Fixed cursor up/down when there's a selection 2021-12-27 06:17:14 -05:00
Brian Fiete
6e988b90aa Moved default 'Comment Lines' to 'Ctrl+K, Ctrl+/' 2021-12-23 06:29:25 -05:00
Brian Fiete
d5642b6558 Added safe mode toggle to Preferences menu 2021-12-21 08:29:15 -05:00
Brian Fiete
73099e4a04 Code generator support 2021-12-11 09:08:42 -08:00
Brian Fiete
9f57be150e
Merge pull request #1252 from blat-blatnik/OpenTabsOnRight
[IDE] Added setting to open new tabs on right instead of left
2021-12-06 09:39:49 -08:00
Brian Fiete
e29a785fee Compression interface change 2021-12-05 12:08:03 -08:00
Brian Fiete
00463b92b2 CopyToDependents for Linux 2021-12-03 14:43:38 -08:00
Brian Fiete
61222f8525 Zero-sized compression fixes 2021-12-02 14:43:36 -08:00
blat-blatnik
0e0a989e8e Should work for all tabs now. 2021-12-01 00:21:12 +01:00