Commit Graph

252 Commits

Author SHA1 Message Date
Rainer Kottenhoff
b4c4df15ae - minor corrections 2017-10-25 23:52:29 +02:00
Rainer Kottenhoff
9450bdbc58 + fixing some issues regarding margins configuration 2017-10-25 23:23:26 +02:00
Rainer Kottenhoff
0f4e6bdda8 + add Book Mark style (Color Background and Alpha) to customize schemes...
+ replace old bookmark pixmap (visible margin) by Scintilla's BOOKMARK marker style
2017-10-25 15:34:28 +02:00
Rainer Kottenhoff
6b257f17a6 Merge branch 'Scintilla_401' into Bookmark_Enhancements 2017-10-25 13:39:57 +02:00
Rainer Kottenhoff
f169b6e57a + update compiler version detection 2017-10-25 13:16:18 +02:00
Rainer Kottenhoff
22132b97b2 + update to Scintilla v.4.0.1 (401) 2017-10-25 12:43:19 +02:00
Rainer Kottenhoff
cc24558789 - non functional draft version 2017-10-25 11:37:39 +02:00
Rainer Kottenhoff
d596bd3e96 + feature: add "Swap Strings" button in Find/Replace dialog 2017-10-25 10:49:05 +02:00
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
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
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
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
d0c7fbc8ef + prepare new matching brace highlighting (SCI_BRACEHIGHLIGHTINDICATOR API...) 2017-10-19 16:21:03 +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
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
411b992df1 + feature: show warning before loading file with unknown (custom schemes) file name extension 2017-10-18 00:07:59 +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
Derick Payne
7d07b7481f Preparing Build 610 2017-10-16 22:13:17 +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
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
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
Derick Payne
462416b8b4 Prepared Build 605 2017-10-15 19:28:28 +02:00
Rainer Kottenhoff
97b162e2e3 Merge branch 'Bugfix_1015' into FileHistory 2017-10-15 18:59:09 +02:00
Rainer Kottenhoff
d352b3d6bd +fix: crash on accessing UndoRedo structure while NP3 instance has not been initialized completely (.LOG file opening bug) 2017-10-15 18:52:13 +02:00
Rainer Kottenhoff
6cb00e36d2 +fix: crash on accessing UndoRedo selection history while instance has not been initialized. 2017-10-15 18:46:35 +02:00
Rainer Kottenhoff
48d008c181 + first version of caret/encoding history 2017-10-15 18:28:04 +02:00
Derick Payne
3c996729cf Prepared Build 600 2017-10-15 15:37:21 +02:00
Rainer Kottenhoff
5be1173808 Merge branch 'master' into FileHistory 2017-10-15 13:54:53 +02:00
Rainer Kottenhoff
aa216aa7ef Merge remote-tracking branch 'origin/AHK_RegrTest_Enh' into FileHistory 2017-10-15 13:45:52 +02:00
Rainer Kottenhoff
53f092a570 + prepare file history extension (caret position and encoding settings) 2017-10-15 13:45:32 +02:00
Derick Payne
41c34f88c6 Merge branch 'master' of https://github.com/rizonesoft/Notepad3 2017-10-15 13:11:30 +02:00
Derick Payne
f28a547648 Preparing Build 583 2017-10-15 13:10:38 +02:00
Rainer Kottenhoff
b05ef4dc2b +fix: virtual space access: column indicator 2017-10-13 12:24:31 +02:00
Rainer Kottenhoff
9088191b2b + fix: Customize Schemes... Font... selection: bold/italic now detected (bold: if selection >= FW_SEMIBOLD) 2017-10-13 11:14:05 +02:00
Rainer Kottenhoff
ee6386d90e + fix: StatusBar Col display is not correct in case of Virtual Space Access 2017-10-10 11:35:22 +02:00
Rainer Kottenhoff
42200dc7af + generalized internal multi-byte codepage definitions (code cleanup) 2017-10-10 09:02:54 +02:00
Rainer Kottenhoff
05726e5751 + StrSafe Path Functions only available for Win 8 and higher - can't switch to yet 2017-10-09 10:21:27 +02:00
Rainer Kottenhoff
eeb7850d3a + fix: Recode to ANSI (in case of Chinese ANSI code-page) 2017-10-09 09:34:48 +02:00
Derick Payne
e263ee7f22 Prepared Build 568 2017-10-08 19:59:25 +02:00
Derick Payne
8ba3569172 Merge pull request #108 from RaiKoHoff/Bugfixes_1006c
+fix: reverting "reload as UTF-8 not work bugfix" from Notepad2-mod b…
2017-10-08 19:05:27 +02:00