Commit Graph

524 Commits

Author SHA1 Message Date
Rainer Kottenhoff
8fa6fbae05 + fix: minor issues in context of undo/redo (virtual) rectangular (empty) selection 2018-02-01 18:34:55 +01:00
Rainer Kottenhoff
d28e7c8eed + enh: replace (virtual) rectangular (empty) selection 2018-02-01 17:19:13 +01:00
Derick Payne
84e6816641 Releasing Build 862 2018-01-31 14:09:23 +02:00
Rainer Kottenhoff
da9221e20e + fix: Char2Hex: remove limit single byte selection 2018-01-29 18:49:30 +01:00
Rainer Kottenhoff
e4638836be + enh: make selection block indentation similar to VisualStudio 2018-01-29 11:31:36 +01:00
Rainer Kottenhoff
4a22ba160e + fix: preserve selection on Line Comment toggle 2018-01-29 01:37:50 +01:00
Rainer Kottenhoff
05aa7dd909 + fix: font selection dialog does not reset some styles correctly 2018-01-29 00:58:28 +01:00
Rainer Kottenhoff
109ebe4b03 + fix: sensible handling of "Block -> (Un)Indent" for different kinds of selections 2018-01-29 00:11:45 +01:00
Rainer Kottenhoff
6f0fd57793 + fix: revert TAB+Selection action corresponding to VisualStudio's behavior 2018-01-28 00:03:31 +01:00
Rainer Kottenhoff
408f99fc70 + fix: avoid some issues regarding folding, using SCI_SETAUTOMATICFOLD 2018-01-27 14:49:12 +01:00
Rainer Kottenhoff
8c3fd8d071 + enh: add Accelerator Keys: Alt+LEFT/RIGHT to FOLD/EXPAND folding section 2018-01-27 01:29:52 +01:00
Rainer Kottenhoff
8d291ea803 + fix: support scintilla msg: SCN_NEEDSHOWN (EXPAND folded sections if needed)
+ revert: Accelerator Key "Alt+UP/DOWN" for navigation (jump) between folded section headlines
2018-01-27 00:54:24 +01:00
Rainer Kottenhoff
25e4344acf + fix: "Line Comment" id noselection and current pos == indent pos 2018-01-26 23:16:20 +01:00
Rainer Kottenhoff
995dd2f53d + enh: version check for VS 2017 v.15.5.5 2018-01-26 19:47:25 +01:00
Rainer Kottenhoff
c473e1e9c6 + fix: selection (anchor and current caret position) handling 2018-01-26 16:42:52 +01:00
Rainer Kottenhoff
324b638abc + fix: TAB indentation handling according to predecessors (NP2) 2018-01-26 09:17:05 +01:00
Rainer Kottenhoff
447f82aebf + fix: Toggle All folds behavior 2018-01-25 23:19:51 +01:00
Rainer Kottenhoff
f4d5c5dea2 + fix: some more select and replace target issues 2018-01-25 15:52:28 +01:00
Rainer Kottenhoff
19ff7752a2 + fix: wrong test on rectangular selection 2018-01-25 02:13:36 +01:00
Rainer Kottenhoff
839e1f38ce + refactor: set/replace selection handling 2018-01-25 02:06:39 +01:00
Rainer Kottenhoff
556c50bb1b + fix: redo/undo and jump-to behavior having an active selection 2018-01-24 17:54:32 +01:00
Rainer Kottenhoff
872210b7ad + fix: handling of document modified flag in case of NotifyChange bypass 2018-01-24 09:25:43 +01:00
Rainer Kottenhoff
b8126f8b55 + fix: lock NotifyUpdate and TargetSelection in case of multi action redo/undo and target replacements 2018-01-24 00:53:39 +01:00
Rainer Kottenhoff
6804a02047 + fix: SpeedUp undo/redo action collections 2018-01-24 00:16:44 +01:00
Rainer Kottenhoff
aa1c3c7d4c + refactoring: usage of undo/redo action stack 2018-01-23 22:13:27 +01:00
Rainer Kottenhoff
ef2b2030b8 + fix: sentencecase some strings in "Customize Schemes..." 2018-01-23 18:19:12 +01:00
Rainer Kottenhoff
b9f8073e50 + fixes: performance for several modify text operations ... 2018-01-23 17:09:50 +01:00
Rainer Kottenhoff
18cbea9702 + cleanup: tidyup Customize Schemes... Style Namings 2018-01-19 18:43:39 +01:00
Rainer Kottenhoff
ad51d85c0a + fix: rectangular selection: (virtual empty) selection persists after clear 2018-01-19 11:35:03 +01:00
Rainer Kottenhoff
51d701b8b9 + fix: revisit usage of "Mark Occurrences" and "Hyperlink Styling" delay usage 2018-01-19 10:16:24 +01:00
Rainer Kottenhoff
9bf2da2f03 + add: Setting2 parameter to adjust "Mark Occ" and "Hyperlink" styling delay 2018-01-18 15:58:00 +01:00
Rainer Kottenhoff
59cdd06097 + fix: VS 15.5.4 update 2018-01-17 15:16:29 +01:00
Rainer Kottenhoff
3a36b03c58 + clean code: Highlight current line stuff gathered 2018-01-16 11:15:32 +01:00
Rainer Kottenhoff
7e83a202af + CR: Accelerator Key F1 now opens Online Documentation in browser 2018-01-16 09:12:36 +01:00
Rainer Kottenhoff
3b27985034 + CR: reverting back to "?" for help menu and activation (Alt+?) key 2018-01-16 08:25:28 +01:00
Rainer Kottenhoff
957e0ca04f + fix: add menu access key for command line help 2018-01-16 00:06:27 +01:00
Rainer Kottenhoff
9ba805dc59 + fix: Alt+H should open history file access dialog not help menu (add ? to revert to known access key) 2018-01-16 00:04:42 +01:00
Rainer Kottenhoff
dec5280501 + fix: bug in joining lines algorithm 2018-01-15 23:12:58 +01:00
Rainer Kottenhoff
31cff17cd0 + fix: byte counting for selection 2018-01-15 14:10:55 +01:00
Rainer Kottenhoff
1e6d688d46 + fix: Join Lines (preserve paragraphs) issue
+ new: Accelerator Key "Ctrl+Alt+J" -> Fuse Lines ( := Join Lines, line-breaks NOT replaced by Space )
2018-01-15 13:45:43 +01:00
Rainer Kottenhoff
957d2ca7b2 + fix: in memory recoding of text 2018-01-15 09:19:08 +01:00
Rainer Kottenhoff
b3f263d7c3 + clean code ... 2018-01-15 01:59:18 +01:00
Derick Payne
35e2a86b11 Build 828 Released!
- Removed normal installation.
- Executables not compressed with UPX.
- Added important links to the Readme.md file.
2018-01-13 14:05:20 +02:00
Rainer Kottenhoff
e93a97492c Merge branch 'Enh_Statusbar' into NewDev 2018-01-13 10:15:06 +01:00
Rainer Kottenhoff
86153a39b5 + enh: status bar: count number of bytes in current encoding 2018-01-13 10:09:25 +01:00
Rainer Kottenhoff
24332f8f33 + fix: Onigmo regex engine PERL syntax: supporting named groups referencing in replacement text 2018-01-13 01:29:15 +01:00
Rainer Kottenhoff
3013e0b8ad + fix: selection of 1st or 2nd standard lexer (Default Text) based on Use2ndStandard flag 2018-01-12 12:06:50 +01:00
Rainer Kottenhoff
947797a501 + fix: bug on switching between 1st and 2nd standard lexers 2018-01-12 11:31:02 +01:00
Rainer Kottenhoff
fca7de523d + fix: revert naming for "2nd Default Text"
+ clean code: reasonable assumption for memory allocation of style handling (backup, save, load)
+ tuning: statusbar partitioning
2018-01-12 11:01:57 +01:00
Rainer Kottenhoff
36b978ea04 + fix: optimized status bar partitioning 2018-01-12 01:14:56 +01:00