Rainer Kottenhoff
d8b3fc63dd
+ fix: issue #139 and #143 (remove seöection undo/redo for non-text-changing operations on selections)
...
+ fix: issue #144 (Left arrow no longer moves to previous line)
+ fix: issue #145 (Mark Occurrences Counter is broken)
2017-10-24 11:20:21 +02:00
Rainer Kottenhoff
97a9383f52
Merge remote-tracking branch 'notepad3_orig_rizone/master' into Select_UndoRedo_fixes
2017-10-24 09:20:19 +02:00
Derick Payne
8baacd6e62
Prepared Build 632
2017-10-23 23:22:52 +02:00
Derick Payne
5f69ab4ad3
Merge pull request #141 from RaiKoHoff/CustomScheme_FileEXt
...
Increase buffers for edit box in "Customize Schemes..." dialog
2017-10-23 16:52:05 +02:00
Derick Payne
c7ae1667f5
Merge pull request #142 from RaiKoHoff/Select_UndoRedo_fixes
...
Select undo redo fixes
2017-10-23 16:51:48 +02:00
Rainer Kottenhoff
6eb4d02593
+ fix: pasting clipboard content into selection box should replace text and cancel selection then
...
(in case of swapping clipboard, the selection is preserved)
2017-10-23 10:42:49 +02:00
Rainer Kottenhoff
b74feba1d8
+ change buffers for operating edit box in customize schemes
2017-10-23 10:04:50 +02:00
Rainer Kottenhoff
91cfe3691c
Merge remote-tracking branch 'notepad3_orig_rizone/master' into CustomScheme_FileEXt
...
# Conflicts:
# src/Notepad3.rc
# src/Styles.c
2017-10-23 09:13:23 +02:00
Rainer Kottenhoff
977c21e433
Merge remote-tracking branch 'notepad3_orig_rizone/master'
2017-10-23 08:46:19 +02:00
Derick Payne
0d718a3b59
Merge pull request #138 from RaiKoHoff/VirtualSpaceAccess
...
In case of rectangular selection, virtual space access should be default behavior
2017-10-23 08:13:38 +02:00
Rainer Kottenhoff
1cd30a4847
+ implement Feature Request #51 (buffer size of file extension edit box)
2017-10-21 13:10:13 +02:00
Rainer Kottenhoff
bc564b622a
+ first prottotype of VirtualSpace RectangularSelection by default
...
(very old behavior can be turned on by [Settings2] DenyVirtualSpaceAccess=1)
2017-10-20 16:18:16 +02:00
Rainer Kottenhoff
8bfa35c4ab
+ first draft of "Alt-Key-Down Virtual Space Access" rectangular selection only
...
(redo/undo action does not work properly yet?)
2017-10-20 14:40:13 +02:00
Rainer Kottenhoff
cdecfb5756
+ add switch ([Settings2] UseOldStyleBraceMatching) to preserve old style brace matching behavior
2017-10-20 08:54:13 +02:00
Rainer Kottenhoff
2c9f47950a
- revert Neil's proposed patch and rely on Scintilla upstream decision for next revision
...
+ switch to SCI_BRACEHIGHLIGHTINDICATOR API (following Neil's recomendation)
2017-10-20 00:49:20 +02:00
Rainer Kottenhoff
5a34995f96
+ wrap Neil's patch by NP3_MATCH_BRACE_RECT_SEL_PATCH define, to switch patch on/off
2017-10-19 23:03:39 +02:00
Rainer Kottenhoff
d0c7fbc8ef
+ prepare new matching brace highlighting (SCI_BRACEHIGHLIGHTINDICATOR API...)
2017-10-19 16:21:03 +02:00
Rainer Kottenhoff
774e72b9f2
+ applying patch from Neil Hodgson (Master of Scintilla Lib - respond to scintilla lib issue report #1976 )
2017-10-19 12:32:57 +02:00
Derick Payne
73ddfe6618
Merge pull request #135 from RaiKoHoff/Changes_1018_B
...
issues on doc and portable .ini
2017-10-18 22:18:45 +02:00
Rainer Kottenhoff
90e7ddbfaa
- fix: add *.exe for np3portableapps to .gitignore
2017-10-18 17:13:33 +02:00
Rainer Kottenhoff
6fba734c65
+ fixing .ini paths for np3portableapps
2017-10-18 17:02:55 +02:00
Rainer Kottenhoff
2377d52b7f
+ restore wrongly discarded np3portableapps .ini files for NP3Portable, redirecting .ini reading to correct path
2017-10-18 16:57:10 +02:00
Rainer Kottenhoff
949a637fbe
+ doc: minor changes to Notepad3.txt
2017-10-18 14:46:20 +02:00
Rainer Kottenhoff
02d9bd9f24
+ doc: doc/Notepad3.txt - add description of [Section2] .ini settings (mostly taken from orig. Notepad2 FAQs)
2017-10-18 14:01:53 +02:00
Derick Payne
2026e8f01f
Merge pull request #134 from RaiKoHoff/Changes_1018+
...
Changes for NP3s default (distrib) settings (.ini)
2017-10-18 09:58:42 +02:00
Derick Payne
9f5a259e1c
Merge pull request #133 from RaiKoHoff/WarnDlg
...
show warning before loading unknown file
2017-10-18 09:57:55 +02:00
Rainer Kottenhoff
ccb423317e
+ changes for default (distrib) Notepad3.ini:
...
- remove settings for "Favorites" directory -> NP3 uses then users system default folder (%USERPROFILE%\Favorites)
- default to modern displays settings, using Scintilla's new technology : SciDirectWriteTech=1, SciFontQuality=3
- settings [Section2] (cannot be set via GUI) add all possible names and default values, if applicable
2017-10-18 09:23:02 +02:00
Rainer Kottenhoff
e8d80269b1
+ License.txt: switch to UTF-8 encoding
2017-10-18 08:32:27 +02:00
Rainer Kottenhoff
411b992df1
+ feature: show warning before loading file with unknown (custom schemes) file name extension
2017-10-18 00:07:59 +02:00
Rainer Kottenhoff
a9b2e6b5ea
Merge remote-tracking branch 'notepad3_orig_rizone/master'
2017-10-17 22:09:13 +02:00
Derick Payne
75cd98a9d8
Merge pull request #132 from RaiKoHoff/Changes_610+
...
fixes crash in Favorites Management
2017-10-17 16:57:55 +02:00
Rainer Kottenhoff
05c7927634
+ add code snippet (activation only prepare for future extensions)
2017-10-17 14:08:55 +02:00
Rainer Kottenhoff
3b084fcae5
+ fix: crash in Favorites management (release version only, debug version didn't crash - so hard to find)
...
+ small code refactoring (replacing deprecated methods)
2017-10-17 12:56:10 +02:00
Rainer Kottenhoff
21754a8637
Merge remote-tracking branch 'Notepad3_upstream_Rizone/master'
2017-10-17 08:21:26 +02:00
Derick Payne
7d07b7481f
Preparing Build 610
2017-10-16 22:13:17 +02:00
Rainer Kottenhoff
e7729ae53b
Merge remote-tracking branch 'notepad3_orig_rizone/master'
2017-10-16 21:57:16 +02:00
Derick Payne
7215257b5e
Merge pull request #129 from RaiKoHoff/FileHistory
...
File history: "remember file encoding" and optional "preserve caret position"
2017-10-16 21:46:21 +02:00
Derick Payne
db138fd1e2
Merge pull request #128 from RaiKoHoff/Cleanup
...
- cleanup unnecessary portable build artifacts
2017-10-16 21:35:53 +02:00
Rainer Kottenhoff
6e62bcdb83
- remove unnecessary portable build artifacts
2017-10-16 21:34:08 +02:00
Rainer Kottenhoff
610cb1912d
+ File History Dlg: rename button "Remove" -> "Discard" (discard selected item from file history list)
2017-10-16 21:28:56 +02:00
Rainer Kottenhoff
5de1a1e9e5
- cleanup unnecessary portable build artifacts
2017-10-16 17:55:13 +02:00
Rainer Kottenhoff
f205614c1b
- remove build artefacts
2017-10-16 17:46:04 +02:00
Rainer Kottenhoff
bd802ba7b7
+ File History:
...
+ add remove button for list items
+ checkbox for "preserve caret position" settings
+ small fixes
2017-10-16 17:18:08 +02:00
Rainer Kottenhoff
3f0a464cc5
Merge branch 'master' into FileHistory
2017-10-16 09:07:29 +02:00
Rainer Kottenhoff
f5aba989c0
- remove unnecessary build artifacts from np3portable
2017-10-16 09:06:48 +02:00
Rainer Kottenhoff
163972c444
Merge remote-tracking branch 'Notepad3_upstream_Rizone/master'
2017-10-16 09:04:29 +02:00
Rainer Kottenhoff
9b03858006
+ minor bugfixes for session feature (file history: remember caret pos and encoding)
2017-10-16 01:21:11 +02:00
Rainer Kottenhoff
7b691ea7f3
Merge branch 'FileHistory'
2017-10-15 23:06:05 +02:00
Derick Payne
462416b8b4
Prepared Build 605
2017-10-15 19:28:28 +02:00
Derick Payne
0ec2668ce3
Merge pull request #124 from RaiKoHoff/Bugfix_1015
...
fixing .LOG file opening crash
2017-10-15 19:15:25 +02:00