Commit Graph

201 Commits

Author SHA1 Message Date
METANEOCORTEX\Kotti
09a63bed81 +ren: renaming feature from obscure "Accelerated Word Navigation" to better name "Alternate Word Separators" 2022-08-29 12:30:35 +02:00
METANEOCORTEX\Kotti
238c451029 +fix: allow switching encoding for empty document 2022-02-14 11:44:52 +01:00
Pairi Daiza
f72a889092
+ chg: Rizonesoft Copyright © 2008-2021 to year "2008-2022" 2022-01-01 09:22:40 +01:00
METANEOCORTEX\Kotti
6bc214bb6d +upd: to Scintilla Lib v.5.1.5 (incl. adapt. for length queries on Sci-Calls: SCI_GETTEXT, SCI_GETSELTEXT, and SCI_GETCURLINE) 2021-12-09 13:24:23 +01:00
METANEOCORTEX\Kotti
e8f490b3df +rfc: FileIO parameter refactoring 2021-12-06 19:48:27 +01:00
METANEOCORTEX\Kotti
51499d9869 +rev: reverting and fixing several F/R pattern issues 2021-11-15 17:10:41 +01:00
METANEOCORTEX\Kotti
ebb1a71bd6 Merge branch 'Dev_RC' into Dev_LongPath
# Conflicts:
#	src/Edit.c
2021-11-12 14:48:00 +01:00
METANEOCORTEX\Kotti
5d715ab90f some more LongPath handling 2021-09-30 15:50:08 +02:00
rkotten
7389e774b7 +chg: Some more LongPath and static buffer refactorings 2021-09-22 17:49:59 +02:00
METANEOCORTEX\Kotti
86e1e023ec + chg: make current path LongPath aware (stage I) 2021-09-09 18:12:51 +02:00
Rainer Kottenhoff
a8b9b2b16f + fix: F/R-Dlg: show match while typing protected characters 2021-07-23 11:55:19 +02:00
Rainer Kottenhoff
456be83425 + chg: add some more coding fonts to prefer over Consolas (if installed)
+ bld: linker: hardware-enforced stack-protection
+ rfc: some code cleanup
2021-05-15 12:13:09 +02:00
Rainer Kottenhoff
b8bf6f8ae6 + fix: optimized handling of multi-step undo/redo notifications 2021-05-13 14:19:06 +02:00
Rainer Kottenhoff
bb94d9b21c + enh: Base64 Decoding: select source code-page for decoding
+ chg: Base64: default Encoding/Decoding based on current code-page
2021-05-07 11:42:51 +02:00
Rainer Kottenhoff
8ea1dd92ce + add: Base64 Encoding/Decoding 2021-05-06 17:22:56 +02:00
Rainer Kottenhoff
b34598fb5f + add: file/dir exists/not-found to hyperlink tooltip (if file-url)
+ chg: new default for hyperlink tooltip is OFF
+ chg: immediate indicator hover response (colordef-hotspot, hyperlink-tooltip, hex-code-tooltip)
2021-04-25 12:40:55 +02:00
Rainer Kottenhoff
46a798deec + fix: copy multi-selection to clipboard: separate each match by line-break 2021-04-20 10:14:37 +02:00
Rainer Kottenhoff
93ff330060 + add: Line Comment Add/Remove commands, additonal to existing Toggle
+ chg: Line Comment BockEdit shortcut changed (Ctl+Alt+Q  =>  Alt+Shift+Q)
+ chg: Line Comment has separate popup menu (Edit -> Selection)
2021-04-19 12:59:42 +02:00
Rainer Kottenhoff
711aa4a14f + add: cut lines for rectangular and multi selection 2021-04-15 16:02:57 +02:00
Rainer Kottenhoff
6d899074e1 + chg: drag-n-drop: replace current file (Ctrl+ for new instance)
+ chg: drag-n-drop: allow multiple files to drop
+ chg: menu/shortcut:  launch "New Empty Wnd" <-> "Duplicate Instance"
+ fix: prevent dup instance, if setting does not allow
2021-04-13 13:58:28 +02:00
Rainer Kottenhoff
d5475fafc8 + fix: lazy styling (no need for SCN_STYLENEEDED) 2021-04-12 22:59:49 +02:00
Rainer Kottenhoff
7d9f1158da +chg: turning "Line Comment Block Edit" from option into command (Ctrl+Alt+Q) 2021-03-29 19:49:35 +02:00
Rainer Kottenhoff
252af18400 + add: 1st part of exclusive lock file open mode
+ rfc: som minor refactorings
2021-03-19 21:01:39 +01:00
Rainer Kottenhoff
41ee3f9fd8 + add: some filesystem path vs. file:// URL helpers (backslash invert)
+ fix: ShellExecute() lpVerb for open hyperlink (Ctrl+Click) set to "open" instead of undefined (first defined protocol handler)
2021-02-28 17:51:13 +01:00
Rainer Kottenhoff
3d1c78a499 + add: Converter: File-System Path to URL and vice versa 2021-02-26 16:37:25 +01:00
Rainer Kottenhoff
c742228238 + chg: remove target range preservation from most methods (no need for this) 2021-02-21 12:19:41 +01:00
Rainer Kottenhoff
989e39cdff + rfc: minor refactorings 2021-02-21 12:15:41 +01:00
Rainer Kottenhoff
bfbf8e7920 + fix: F/R: fixes some issues around RegEx zero-length match/findings 2021-02-18 15:20:40 +01:00
Rainer Kottenhoff
b9b93e81be + fix: Wildcard search: unintentional wrap around 2021-02-05 12:37:45 +01:00
Pairi Daiza
a1706a2a75 + chg: Rizonesoft Copyright © 2008-2020 to year "2008-2021" 2021-01-01 10:48:00 +01:00
Rainer Kottenhoff
cea113e66a + fix: Multi-Replace using RegExpr and Group-References 2020-12-18 13:44:23 +01:00
Rainer Kottenhoff
fbf83129a5 + fix: file save problem after switching encoding to GB2312 (52936)
+ sty: code styling reformat (AStyle: OTBS)
+ fix: file encoding analysis with 7-bit ASCII only
2020-11-25 12:47:14 +01:00
Rainer Kottenhoff
b3488836c4 + fmt: AStyle ALLMAN core code base 2020-11-19 20:15:29 +01:00
Rainer Kottenhoff
85c0fefafe + fix: delete marker of (comletely) deleted lines 2020-09-06 11:03:52 +02:00
RaiKoHoff
eda6285e0f + add: Focused-View: mode Fold-Only
+ fix: not intended bookmarker on F/R dialog mark findings
2020-08-24 11:36:03 +02:00
Rainer Kottenhoff
ebcad99c7d + add: FocusedView Options: Bookmarks/Line-Highlight combined with Folding 2020-08-22 14:14:45 +02:00
Rainer Kottenhoff
18c794bb63 + fix: Context menu procedures for Occurrences Bookmarks on Focused-View 2020-08-21 01:09:16 +02:00
RaiKoHoff
bb808bb7b8 + add: Bookmark margin context menu 2020-08-20 19:59:27 +02:00
RaiKoHoff
b13ab0a741 + fix: find any next/prev. bookmark (std or word) 2020-08-19 12:40:03 +02:00
RaiKoHoff
c168123a04 + fix: DateTime and Timestamp handling 2020-08-04 15:16:03 +02:00
Rainer Kottenhoff
564e1e48d8 + fix: Ensure selection visible (scroll to pos)
+ fix: extend selection to next find (Ctrl+Alt+F2)
2020-08-01 18:27:05 +02:00
RaiKoHoff
72d9e4aa81 + chg: review document modified handler (dirty-flag)
+ fix: no document modified flag on forced re-decode file (recode) w/ other encoding
2020-07-23 16:51:27 +02:00
RaiKoHoff
be82c05822 + fix: TimeStamp handling
+ chg: grepWinNP3 About dialog wrapping long text
+ fix: menu selection operation (disable w/o selection)
2020-07-21 15:50:24 +02:00
RaiKoHoff
b75096dfb2 + fix: fixing some CppCheck complaints 2020-05-12 17:33:01 +02:00
RaiKoHoff
962d6ec2da + chg: minor changes for dialog handling on DPI changed 2020-05-08 15:39:16 +02:00
RaiKoHoff
c13f6a0414 + add: Regex multi-select feature 2020-04-30 17:20:38 +02:00
RaiKoHoff
7af705f9a9 Merge remote-tracking branch 'upstream/master' into NewFeatures_grepWinNP3
# Conflicts:
#	Versions/day.txt
#	res/Notepad3.exe.manifest.conf
#	src/Notepad3.c
#	src/VersionEx.h
2020-03-27 11:59:43 +01:00
RaiKoHoff
da3d11469e + fix: stop scrolling on context menu click
+ fix: scrolling behavior: normalize view vs. ensure visibility
2020-03-27 09:59:36 +01:00
Rainer Kottenhoff
e530db85fd Merge remote-tracking branch 'notepad3_orig_rizone/master' into NewFeatures
# Conflicts:
#	Versions/build.txt
#	res/Notepad3.exe.manifest.conf
#	src/TypeDefs.h
#	src/VersionEx.h
2020-03-21 16:55:11 +01:00
Rainer Kottenhoff
dd9bc1fef7 + fix: insert selected language correspondig short & long DateTime format
+ different RegEx search pattern spec for Update TimeStamps
2020-03-21 15:52:01 +01:00