Commit Graph

87 Commits

Author SHA1 Message Date
Basile Burg 318f2419e7 diff dialog, add button to reload with history destruction 2020-04-25 01:59:48 +02:00
Basile Burg a07b503370 maybe something missing after patching indent mode - #31 2020-04-24 21:17:05 +02:00
Basile Burg b730a4ed52 fix #31 - case where brace auto close is triggered while in comment 2020-04-24 21:00:17 +02:00
Basile Burg e732b27eeb remove remaining refs to dastworx 2020-04-21 03:33:40 +02:00
Basile Burg 5e17d5617e Add a D library to replace various D programs from the toolchain 2020-04-16 11:03:01 +02:00
Basile Burg e844f6f171 fix #26 - calltips, parameter highlighting des not work correctly when there are typectors in the parameters 2020-04-16 10:51:28 +02:00
Basile Burg 5b137657dd fix #10 - calltip window position is incorrect when the argument is located on another line thant the call 2020-03-22 08:52:04 +01:00
Basile Burg 2eac241ac4 calltips, fix overflowing text depending on the editor zoom level 2020-03-11 15:35:35 +01:00
Basile Burg 0730394875 fixup 9f22e42fff and 0923410ffc 2020-03-11 12:44:06 +01:00
Basile Burg 9f22e42fff fix #9 - highlighting of argument in calltips does not work in auto functions 2020-03-11 12:36:34 +01:00
Basile Burg 0923410ffc calltips, highlight current argument
and remove calltips stacking for now
2020-03-11 01:27:58 +01:00
Basile Burg 7a04995921 gdb commander, allow to evaluate the editor expression when mouse motion stops
this does not work very well because of the missing dereference (*) when required
so use of temporaries during debug might be advisable.
2020-02-13 03:35:38 +01:00
Basile Burg d3ec00991e fix possible range error when renaming an identifier 2019-11-16 07:10:08 +01:00
Basile Burg e07c701c62 fix #471 - ENTER key doesn't work on non D source if the "alwaysAdvancedFeatures" editor option is not activated 2019-05-09 00:59:52 +02:00
Basile Burg 7d76556cbc remove deprecated autoClose modes 2019-04-02 13:06:01 +02:00
Basile Burg 3339404419 auto close pairs, deactivate unclear condifition not to close
and make remove offset from relExpressions to change caret "p" instead
2019-02-10 04:29:05 +01:00
Basile Burg 3f343fe634 fix #444 - Wrong indentation at level 0 2019-02-08 11:37:20 +01:00
Basile Burg 17be43d096 fix more reg in autoindent and auto brace close 2019-02-07 00:00:23 +01:00
Basile Burg e6e0dc6215 style, remove all occurences of `then\ [a-z,A-Z]` 2019-02-05 19:08:09 +01:00
Basile Burg 474a07dca4 cosmetics changes 2019-02-05 18:22:39 +01:00
Basile Burg 6750020d16 prevent cases of superfluous indirections on `Items[i]` 2019-02-03 21:05:53 +01:00
Basile Burg 7d372c1eba fix possible wrong line index when lefttoken on LF is on another line 2019-02-02 17:09:21 +01:00
Basile Burg b140ac1c84 use a simpler logic to compute indent on LF 2019-02-02 16:55:25 +01:00
Basile Burg 5b707be2f8 nothing 2019-02-02 04:38:09 +01:00
Basile Burg 2624f049cc fix upstram, auto indent broken after ENTER 2019-02-02 04:37:58 +01:00
Basile Burg 6a3a49f1f2 refact, extract method to lex editor lines 2019-02-02 03:32:16 +01:00
Basile Burg 1dc0dab22b fixup auto indent broken and deprecate modes not based on the lexems
close #431
close #433
2019-02-01 23:08:58 +01:00
Marco Leise 5698637bec Fix inconsistencies in brace closing behavior. 2019-01-28 09:32:24 +01:00
Basile Burg de6a7d4813 fix #417 - Adjustments required in pair auto closing 2019-01-22 09:31:49 +01:00
Basile Burg 57d766a268 fix typo in code comments 2019-01-20 19:25:49 +01:00
Basile Burg a5d47eb6d1 fix #402 - Quote auto closing is only triggered in strings 2019-01-20 10:03:15 +01:00
Basile Burg f3db219e83 fix #400 - inconsistencies in automcompletion, after backspace 2019-01-20 08:29:39 +01:00
Basile Burg 6d1fe59a8c add synedit ecSmartWordLeft and ecSmartWordRight shortcuts 2019-01-15 15:26:44 +01:00
Basile Burg aa7c00512c fix #404 - When completion menu is invoked, other popups should set hidden 2019-01-14 04:33:29 +01:00
Basile Burg 5901c852e5 fix #398 - Freeze when pressing space on empty auto-complete list 2019-01-11 21:54:26 +01:00
Basile Burg 39d9ee85d1 fix possible range violation when allowing cursor past EOL 2019-01-07 09:20:22 +01:00
Basile Burg f603fe1879 Get rid of old `TCE<Name>` class identifiers, step 2, #374 2019-01-02 21:10:48 +01:00