Brian Fiete
|
c5f58c34ba
|
Fixed some comment/uncomment issues
|
2024-02-01 08:18:25 -05:00 |
|
Brian Fiete
|
f96de4722e
|
Improved right-cursor movement over utf8 codepoints
|
2024-01-22 08:39:53 -05:00 |
|
Zorbn
|
cc3bc66ca4
|
Fix crash when trying to move lines out of bounds
|
2023-11-27 13:55:03 -08:00 |
|
Brian Fiete
|
6045137bce
|
Fixed autocomplete for lambda param names
|
2022-11-16 13:55:33 -08:00 |
|
Brian Fiete
|
ae8ea6281d
|
Fixed cursor placement after OpenCodeBlock with 'spaces' indenting
|
2022-08-25 13:32:41 -07:00 |
|
Brian Fiete
|
a587e6249e
|
Added named parameters to autocomplete
|
2022-08-25 07:47:33 -07:00 |
|
Brian Fiete
|
b12ceeb625
|
Fixit for expanding auto constructor
|
2022-08-01 10:47:17 -04:00 |
|
Brian Fiete
|
17dfc96a1f
|
Maintain cursor visibility when applying saved collapse data
|
2022-07-30 18:26:36 -04:00 |
|
Brian Fiete
|
de4269bf32
|
Keep saved collapse data from collapsing around the cursor
|
2022-07-30 17:43:55 -04:00 |
|
Brian Fiete
|
ce64d43b6a
|
Fixed enter-with-selection issue
|
2022-07-15 09:06:17 -04:00 |
|
Brian Fiete
|
8b1d5efa96
|
Fix BeefBuild
|
2022-07-12 06:06:10 -04:00 |
|
Brian Fiete
|
4c2530e227
|
Serialize IDE collapse state
|
2022-07-12 05:53:22 -04:00 |
|
Brian Fiete
|
066a83e60b
|
Show more shortcuts in right-click menus
|
2022-07-02 12:09:10 -07:00 |
|
Brian Fiete
|
6ded6a37cc
|
Improved emit marker resolve/build selection, emitted Go To Definition
|
2022-07-02 10:32:19 -07:00 |
|
Brian Fiete
|
1d2811f50d
|
Appended fields
|
2022-06-27 10:55:31 -07:00 |
|
Brian Fiete
|
ab494ad8d4
|
Improve emit views where compile and resolve emissions differ
|
2022-06-13 08:52:17 -07:00 |
|
Brian Fiete
|
1360afbea1
|
Improved cross-project emit markers
|
2022-06-01 11:00:33 -07:00 |
|
Brian Fiete
|
e3b3089623
|
Made open emit markers even more persistent
|
2022-05-27 07:24:33 -07:00 |
|
Brian Fiete
|
866bddde2e
|
Emit marker fixes - idSpan fix, persistent opening, specialized squiggle
|
2022-05-26 15:39:32 -07:00 |
|
Brian Fiete
|
1b9e0490f2
|
Embedded string view in watch window, series watch format
|
2022-05-18 13:23:10 -07:00 |
|
Brian Fiete
|
c925d7ccc2
|
Fixed switch closing brace with indented cases
|
2022-05-18 07:18:39 -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
|
5271f5e2fd
|
Improvements to emit markers on emits only in specialized types
|
2022-05-02 07:48:29 -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
|
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 |
|