1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-17 23:56:05 +02:00
Commit graph

242 commits

Author SHA1 Message Date
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
blat-blatnik
318cb6524d Added setting to open new tabs on right instead of left 2021-11-30 23:37:44 +01:00
Brian Fiete
345746d34d zlib interface 2021-11-14 18:01:37 -08:00
miere43
c0b787cbf0 Fix incorrect search & replace for "char => char8" in comments 2021-10-30 00:11:37 +03:00
Brian Fiete
1a37f5e0ad 2d cels 2021-10-26 06:16:13 -07:00
Brian Fiete
9a9ad47d2a UI fixes 2021-10-13 12:10:21 -07:00
Brian Fiete
fb1d1aecc0 Support for TrueType collections 2021-09-22 11:33:47 -07:00
Brian Fiete
7ef88f4b9c Simple XML support, string-to-num conversions 2021-09-22 08:04:42 -07:00
Brian Fiete
507fb82e4a Json array detection fix 2021-09-10 14:09:22 -07:00
Brian Fiete
a0343678bc Fix for starting with array 2021-09-10 11:51:30 -07:00
Hiroko
3056357386
[Fix] Graphics: Image rendering issue
In the DrawQuad function, hard-coded vertical vertex components were used instead of the unused v1 and v2 parameters.
This prevented narrowing the image vertically.
2021-08-28 21:40:04 +02:00
Brian Fiete
3cd94cbc8e
Merge pull request #1130 from disarray2077/fix_ide_textwrites
Fix issues with the methods for writing files
2021-08-02 11:01:50 -07:00
Brian Fiete
d5ce181dc6
Merge pull request #1129 from disarray2077/fix_stackoverflow_dew
Fix stack overflow in DarkEditWidget
2021-08-02 10:49:45 -07:00
Brian Fiete
d14ae8e69d Widened parsed int to int64 2021-08-02 10:44:56 -07:00