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
Brian Fiete
ab004faa78
Fixed cursor repositioning for closing quotes
2020-11-06 09:57:19 -08:00
Brian Fiete
6302b5e247
Fixed freeze during OpenCodeBlock
2020-11-03 05:25:53 -08:00
Brian Fiete
6e71cbc765
Fixed indenting for op-assignment operator overloads
2020-10-22 07:05:11 -07:00
Brian Fiete
2aa2611362
Fixed closing paren detection issue
2020-10-21 09:06:19 -07:00
Brian Fiete
1a44732189
Clear paren pair list on new statement
2020-10-17 13:09:18 -07:00
Brian Fiete
743a8da08b
Reworked IDE paren pair support
2020-10-17 12:59:10 -07:00
Brian Fiete
2a57d9d447
Fixed line paste indent issues
2020-10-17 06:46:16 -07:00
Brian Fiete
640a20c961
Made Home/End go to extents of symbol being renamed
2020-10-13 08:01:28 -07:00
Brian Fiete
c3b697c0a4
Fixed ctrl+click Go To Definition timing issue
2020-10-13 07:27:25 -07:00
Brian Fiete
29beeb4e77
Fixed PgUp/PgDown in autocomplete list
2020-10-12 11:23:22 -07:00
Brian Fiete
a80410786d
Fixed OpenCodeBlock indent/lockup issue
2020-10-01 23:25:22 -07:00