Commit Graph

73 Commits

Author SHA1 Message Date
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
Rainer Kottenhoff
eeb7850d3a + fix: Recode to ANSI (in case of Chinese ANSI code-page) 2017-10-09 09:34:48 +02:00
Rainer Kottenhoff
e25edbeb4a +fix: reverting "reload as UTF-8 not work bugfix" from Notepad2-mod branch - fix does not work properly: identifying ANSI files as ASCII (and force reload ad UTF-8, if configured) - that is not correct 2017-10-08 17:40:27 +02:00
Rainer Kottenhoff
fddaa67b19 + fix: minor StatusBar string corrections 2017-10-06 11:03:01 +02:00
Rainer Kottenhoff
eea77201fc + StatusBar information enhancements 2017-10-06 10:45:00 +02:00
Derick Payne
011cbff8b8 Corrected UFT Spelling on Encoding menu
Corrected MENUITEM "ASCII as UFT-&8\tCtrl+Shift+F8", CMD_RELOADASCIIASUTF8 - UFT -> UTF
2017-10-03 15:24:20 +02:00
Rainer Kottenhoff
4b4c01bc2b - code cleanup 2017-09-29 14:45:14 +02:00
Rainer Kottenhoff
d2e5897e9c + fixing punctuation chars for "Accelerated Word Navigation" (Settings2: ExtendedWhiteSpaceChars= add non word chars here)
+ add count for "Mark(ed) Occurences" in StatusBar
2017-09-28 14:02:07 +02:00
Rainer Kottenhoff
7569ff93c7 + add new Settings "Virtual Space on Rectangular Selection" used to select rectange not delemited by line endings
(but including virtual space)
2017-09-10 10:20:17 +02:00
Rainer Kottenhoff
34ce1288d0 + change accelerator key for feature "Complete Word" from Ctrl+Enter to Ctrl+Alt+Enter
+ add feature "Insert New (empty) Line above current line Ctrl+Enter (as in VisualStudio)
2017-09-08 13:57:51 +02:00
Rainer Kottenhoff
1736875cad + fix broken "Complete Word" feature (Ctrl+Enter/Return) 2017-09-08 12:52:39 +02:00
Rainer Kottenhoff
d1a53c3fb1 + relaunch elevated keeping current changes in a buffer 2017-09-01 16:45:31 +02:00
Rainer Kottenhoff
e5ab61a440 - dropping WinXP support , using compiler toolset vc141 Win SDK 10.0.14393.0
(current VC++ redistributable needed ?)
2017-08-30 18:18:00 +02:00
Rainer Kottenhoff
fcd9630519 + refactoring: Encoding handling
+ more operations for selctions undo/redo
2017-08-29 14:55:13 +02:00
Rainer Kottenhoff
369fbe814b + remove support for obsolete Korean Johab (1361) codepage. 2017-08-28 16:34:29 +02:00
Rainer Kottenhoff
f0524f0321 + switching Scintilla internal codepage to UTF-8 only (resp. Japanese, Chinese and Korean DBCS)
single-byte encoding is supported externally and converted (fore and back) to UTF-8 internally,
  this simplifies i.e. clipboard exchange, etc.
2017-08-28 16:19:03 +02:00
Rainer Kottenhoff
accbcdcb2e + fix: wrong shortcut in menu on word navigation (Ctrl+LEFT/RIGHT)
+ add: toggle option for accelerated word navigation (Ctrl+LEFT/RIGHT)
  according to issue #27 (https://github.com/rizonesoft/Notepad3/issues/27)
  - [Settings2] parameter "ExtendedWhiteSpaceChars=" defines a
    set of chars to be ignored (handled as whitespaces) to find the next beginning of a word
    if "Accelerated word navigation" is switched ON
2017-08-17 17:56:08 +02:00