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

124 commits

Author SHA1 Message Date
Brian Fiete
7ddec857f6 Fixed Emit marker in generic types where unspecialized has no emission 2022-04-25 13:45:18 -07:00
Brian Fiete
a30e539d29 Allow Compiler.Emit during lambda capture phase 2022-04-18 10:42:08 -07:00
Brian Fiete
b9a9a4bfac Improved emit embeds for method entry/exit 2022-04-17 12:44:31 -07:00
Brian Fiete
2d808ec649 Slight change to Emit tag drawing 2022-04-17 08:01:49 -07:00
Brian Fiete
44ecb92315 Auto ctor fixes 2022-04-16 16:43:21 -07:00
Brian Fiete
61a39f2a92 Fixed reformat opening collapsed regions 2022-04-16 08:23:43 -07:00
Brian Fiete
4d1e14a1c3 Show comptime emits as embedded sourceviews 2022-04-16 06:27:54 -07:00
Brian Fiete
332bebe4ff Symbol rename fixes for extended utf8 chars 2022-03-19 07:01:45 -07:00
Brian Fiete
9b7fc5564e Improved collapsing anchor/start logic 2022-03-02 16:42:12 -08:00
Brian Fiete
6fe9c97649 Improved #region collapse behavior 2022-03-02 12:10:16 -08:00
Brian Fiete
5fc95f8f07 Improved display of anchorless collapses 2022-03-02 10:49:29 -08:00
Brian Fiete
fa3b69e0c7 Fixes collapse case where anchorLine==startLine, and anchorLine==endLine 2022-03-01 10:49:12 -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
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
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
c6ca4c8bb4 Don't unindent when typing ':' in multiline string literal 2022-01-16 08:00:23 -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
fe9286f41c Fix small selection issues after uncomment 2021-12-27 09:35:34 -05:00
Brian Fiete
0cd0c8905c Fixed issue typing '/' 2021-12-22 09:55:52 -05:00
Brian Fiete
a5794d210c Removed multi-line line commenting from ToggleComment 2021-12-21 18:11:46 -05:00
Brian Fiete
8ff8ff0df1 Make CommentBlock work when selection ends with ws at line start 2021-12-21 17:14:17 -05:00
Brian Fiete
688d1f8dd1 CommentLines improvements 2021-12-21 17:06:18 -05:00
Brian Fiete
4c421033ab Comment tweaks
`//` is placed at the column where text starts on the first line
Toggle comment can insert a line comment with no selection
Selection state is retained
Undo restores selection and cursor position
2021-12-21 14:46:29 -05:00
Brian Fiete
dc1a7f9cbb Selection fix 2021-12-21 07:49:40 -05:00
Brian Fiete
35ebc965d7
Merge pull request #1266 from marsej/Comment-toggle-alternate-style-fix
Added editor option for // -style comments in certain cases
2021-12-21 07:31:42 -05:00
Brian Fiete
1155bd9600 Editor fixes 2021-12-21 07:13:47 -05:00
unknown
28ad51fbfb fix some whitespaces 2021-12-18 20:51:04 +02:00
unknown
76e94d1cdc Add CommentLines CommentBlocks and replace ToggleComment 2021-12-18 20:29:15 +02:00
unknown
8522ca4216 commenting blank now does nothing 2021-12-11 07:02:11 +02:00
unknown
6e011678b4 fix whitespace 2021-12-11 06:15:53 +02:00
unknown
20261f5d0d Added ToggleCommentAlt as Toggle comments alternate style under Settings/Editor 2021-12-11 06:02:11 +02:00
unknown
b3cf28f500 Added ToggleCommentAlt for who prefer multi-line // comments 2021-12-11 05:58:45 +02:00
miere43
3e201c324d Add "Delete All Right" command to IDE
Deletes all characters from cursor position to the end of current line.
2021-11-04 23:18:27 +03:00
Brian Fiete
b3ef4be15d Fixed out-of-bounds text else 2021-10-13 12:09:36 -07:00
Brian Fiete
cc75c3bd16 Fixed right-click crash in file from disabled project 2021-07-31 10:27:23 -07:00
Brian Fiete
b743bd5dd8 Fixed false read-only check for non-editing chars 2021-06-29 08:35:58 -07:00
EinBurgbauer
d5347b6506 fix source content readonly edit 2021-05-18 11:57:38 +02:00
Fusion
7a7cc716c6 Add colorization options for primitives, structs, generic params and make typealias match aliased type color. 2021-03-22 22:24:05 +01:00
Brian Fiete
8e9d7ed4c4 Lost changes 2021-02-25 10:14:22 -08:00
Brian Fiete
1b7a4139e7 Select line on empty selection for Comment/Uncomment Selection 2021-02-01 14:15:52 -08:00
Brian Fiete
cadd1f809f Fixed issue with Autocomplete Require Control disabled 2020-12-28 15:42:58 -08:00
Brian Fiete
77946cafdf Improved handling of char pairs 2020-11-30 09:47:14 -08:00
Brian Fiete
e34dee7438 Format on Save 2020-11-10 06:03:50 -08:00