Commit Graph

89 Commits

Author SHA1 Message Date
Rainer Kottenhoff
86e1cdab58 + feature: initial version of Nim Lexer 2018-01-09 19:08:55 +01:00
Rainer Kottenhoff
bafec446cc + feature: "Customize Schemes..." UI change to represent "relative sizing hierarchy" 2018-01-09 13:23:17 +01:00
Rainer Kottenhoff
310c3c11ad + change: Menu "Mark Occurrences" whole word matching: radio button behavior 2018-01-07 13:59:48 +01:00
Rainer Kottenhoff
08b10b0729 + fix: Menu "Mark Occurrences" whole word matching: add check indicator if one of word matching options (selected / current) is used 2018-01-07 13:02:19 +01:00
Rainer Kottenhoff
4e28d3e6d3 + fix: renaming menu entries Edit: "Clear" -> "Delete"
+ enhancement: structured "Mark Occurrences" menu hierarchy
2018-01-06 13:22:01 +01:00
Rainer Kottenhoff
437accfdf0 + fix: menu wording 2018-01-03 21:30:39 +01:00
Rainer Kottenhoff
c92b2c2ce3 + add: switch to draw all occurrences in visible area only
+ opt: delayed mark all occurrences for better UI response
2018-01-03 17:34:58 +01:00
Rainer Kottenhoff
ec58295fd9 + feature: (Mark Occurences) instant word highligting 2018-01-02 22:06:52 +01:00
Rainer Kottenhoff
f1daba87bd + fix: add hints for free text style properties in "Customize Schemes..." 2017-12-31 12:20:21 +01:00
Rainer Kottenhoff
745dd915b5 + feature: Regex - "Dot matches all" vs. "Dot does not match line-breaks" switchable by option in find/replace dialg 2017-12-26 17:23:40 +01:00
Rainer Kottenhoff
7cefb75de0 + fix: Onigmo regex: . matches any charakter and does not stop at line breaks
+ fix: Onigmo regex: remove extend mode, where # is used as line rest comment
2017-12-23 20:10:17 +01:00
Rainer Kottenhoff
4169772193 + fix: inconsistencies: cut,copy,replace,... mainmenu and context menu vs. toolbar 2017-12-21 23:07:08 +01:00
Derick Payne
67f8664854 Added Online Documentation menu item 2017-12-21 22:23:13 +02:00
Rainer Kottenhoff
e8322a3d42 + fix: resource file (.rc) broken by GitHub merge :-/ 2017-12-21 14:26:10 +01:00
Rainer Kottenhoff
02c1a1a358
Merge branch 'master' into DefFont_TwoDefaults 2017-12-21 14:21:04 +01:00
Derick Payne
3251101e61 Contributors update 2017-12-21 00:37:08 +02:00
Rainer Kottenhoff
e38d932636 +fix: Scheme names and corresponding resourceid references 2017-12-19 22:51:57 +01:00
Rainer Kottenhoff
d3b8dbdc74 + feature: Dual configuration of Default Text Font or Current Scheme's Default Text Font 2017-12-19 21:54:01 +01:00
Rainer Kottenhoff
9d6e12e92f + fix: "Default Font..." configuration issue 2017-12-18 13:47:19 +01:00
Rainer Kottenhoff
99c3112046 + fix: Onigmo word boundaries issues (incl. "double" escaped esc) (not solved yet: multi escaped esc) 2017-12-16 21:36:43 +01:00
Rainer Kottenhoff
08e4ba9a8a + fix: reverting to buffered draw, until screen flickering issues are clarified
+ fix: Onigmo regex engine handling string/line end meta char '$' independent of EOL mode
2017-12-15 16:11:46 +01:00
Rainer Kottenhoff
40385765b5 + fix: replace dialog: resize regex text box to not overlay other control 2017-12-15 10:04:06 +01:00
Rainer Kottenhoff
10d55c17d7 +fix: consistent texts for "Hyperlink Hotspots" 2017-12-08 12:43:38 +01:00
Rainer Kottenhoff
8b17a597f1 + refactoring and enhancements for Hyperlink Hotspot feature 2017-12-08 12:05:01 +01:00
Rainer Kottenhoff
e10375fdcc + feature: enhanced URL Hotspot highlighting 2017-12-08 00:27:12 +01:00
Rainer Kottenhoff
df4fae8cc7 + feature: add Awk Script syntax highlighting (Python lexer based) 2017-12-05 13:36:36 +01:00
Rainer Kottenhoff
a9e81fac86 + change request: move "Mark Occurrences" check box from menu to find/replace dialog options 2017-11-30 15:10:36 +01:00
Rainer Kottenhoff
c8501af6c7 + fix: adapt text for messagebox: no valid drop-file 2017-11-29 00:39:07 +01:00
Rainer Kottenhoff
720e0c0574 + workaround: drag n' drop from 32-bit process on Notepad3 x64 window 2017-11-29 00:24:28 +01:00
Rainer Kottenhoff
9dc0a56c85 + fix: transform backslash issues
+ fix: C/C++ keywords and types
+ timer call for mark occurrences during find/repl
2017-11-22 11:04:51 +01:00
Rainer Kottenhoff
06fdaace9e Merge remote-tracking branch 'notepad3_orig_rizone/master' into DeelX_LookAround_Assertions 2017-11-20 15:52:18 +01:00
Rainer Kottenhoff
b45c4a9a8b + create: current development changes with old regex engine 2017-11-15 16:13:57 +01:00
Rainer Kottenhoff
3f26ba15fa + fix: add dialog system menu option to activate/deactivate new enhancement 2017-11-11 13:19:48 +01:00
Rainer Kottenhoff
a0c14ce8f5 + feature: Mark occurrences coloring is now configurable via "Customize Schemes..." 2017-11-03 14:20:53 +01:00
Rainer Kottenhoff
aabdc7514b + minor enhancements regarding Typedefs and Keywords_2nd for "D" and "Go" programming languages 2017-10-26 18:57:25 +02:00
Rainer Kottenhoff
8b3be7f61c + split C++ Keywords in two parts (1st: standard keywords, 2nd: keywords starting with double underscore "__xxx")
+ updated keywords for C++11/C++14
2017-10-26 17:34:18 +02:00
Rainer Kottenhoff
a3c27fa29a + add 1st version of "D" and "Go" programming language support 2017-10-26 17:04:09 +02:00
Rainer Kottenhoff
c3f354fd0d + repair empty resource file (Notepad3.rc) 2017-10-26 00:32:11 +02:00
Rainer Kottenhoff
281a675a16 Merge branch 'master' into Bookmark_Enhancements 2017-10-26 00:03:08 +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
d596bd3e96 + feature: add "Swap Strings" button in Find/Replace dialog 2017-10-25 10:49:05 +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
411b992df1 + feature: show warning before loading file with unknown (custom schemes) file name extension 2017-10-18 00:07:59 +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
53f092a570 + prepare file history extension (caret position and encoding settings) 2017-10-15 13:45:32 +02:00