Commit Graph

1367 Commits

Author SHA1 Message Date
Rainer Kottenhoff
ece5ccfa3a + fix: Only (manually) revert file on request, if text has changed (save needed). 2019-05-15 10:51:15 +02:00
Rainer Kottenhoff
c8cbc21efc + upd: compiler version (VS2017) and Scintilla (current GitHub mirror) 2019-05-15 09:52:48 +02:00
Pairi Daiza
95cfc58d31 MUI - Translation of "Always On Top" (copy text from "menu_xx_yy.rc") 2019-05-14 22:45:56 +02:00
Rainer Kottenhoff
d18c083388 + fix: Dirty state on FileRevert
+ fix: Tooltip for "Always On top" button
2019-05-14 11:45:27 +02:00
Rainer Kottenhoff
ad13a3217e Merge branch 'Dev_RC' into Dev_NewFeatures
# Conflicts:
#	Versions/build.txt
#	language/np3_hu_hu/strings_hu_hu.rc
#	res/Notepad3.exe.manifest.conf
#	src/Edit.c
#	src/Notepad3.c
#	src/VersionEx.h
2019-05-14 02:52:30 +02:00
Rainer Kottenhoff
f64e5fcb22 + chg: "Always on top" default button position (factory settings) 2019-05-14 02:31:06 +02:00
Rainer Kottenhoff
41b40d2dae + chg: version info only 2019-05-14 02:13:02 +02:00
Rainer Kottenhoff
1ad6981660 + add: Toolbar button (Pin) for "Always on Top" indicator 2019-05-14 02:11:50 +02:00
Rainer Kottenhoff
77d1531c29 + add: binary file detection (by zufuliu) 2019-05-14 00:25:02 +02:00
Rainer Kottenhoff
0460c7bc28 + fix: ignoring "encrypted raw" loading for inconsisteny checks (typedefs missing) 2019-05-13 01:46:39 +02:00
Rainer Kottenhoff
056779bc7b + fix: ignoring "encrypted raw" loading for inconsisteny checks 2019-05-13 01:45:30 +02:00
Rainer Kottenhoff
2965dd8d21 Merge branch 'Dev_RC' into Dev_NewFeatures
# Conflicts:
#	src/Edit.c
#	src/Notepad3.c
2019-05-13 01:18:41 +02:00
Rainer Kottenhoff
af7e142814 + fix: [Suppressed Messages], understand old settings files 2019-05-12 14:08:05 +02:00
Rainer Kottenhoff
eb09b90b62 + fix: no inconsistency (line-breaks, indentation) checks for files with unknown extensions 2019-05-12 12:41:43 +02:00
Rainer Kottenhoff
41f09008ea + fix: caret mode: block,ovrblck 2019-05-12 12:02:26 +02:00
Rainer Kottenhoff
406b8c3634 + chg: version info files 2019-05-12 02:52:49 +02:00
Rainer Kottenhoff
d99af6513d + chg: adapt warning dialog according to new FileRevert / AutoReload undo/redo history 2019-05-12 02:38:25 +02:00
Rainer Kottenhoff
4b890eaf4c + fix. cleanup some refactorings for undo/redo beyont FileRevert / AutoReload 2019-05-12 02:11:18 +02:00
Rainer Kottenhoff
789b80c318 + chg: enable Undo on FileRevert / AutoReload 2019-05-11 16:35:39 +02:00
Rainer Kottenhoff
69cd94da4e + experimental: enable undo on File revert 2019-05-11 12:38:38 +02:00
Rainer Kottenhoff
c58f0f16ff + fix: minor fixes and code cleanup 2019-05-10 23:48:20 +02:00
Rainer Kottenhoff
a2bdb6d1bd + upd: beta channel build 2019-05-10 22:36:20 +02:00
Rainer Kottenhoff
9fe01b87e8 + chg: rename "Doc Tail Chasing" => "Monitoring Log"
+ chg: initial default of Toolbar buttons: removed  "Monitoring Log" (eye buton)
2019-05-10 20:26:29 +02:00
Rainer Kottenhoff
010ac1c9fc + upd: merge current Scintilla GitHub mirror development stage 2019-05-06 11:53:20 +02:00
Rainer Kottenhoff
a40d8e5011 + enh: Find/Replace dialog <-> "Focused View" enhancements 2019-05-05 18:01:55 +02:00
Rainer Kottenhoff
5a8b0cc9a3 + fix: "FocusedView" started from Find/Replace dialog
+ fix: behavior of "Warn Inconsistent Line-Breaks" dialog
2019-05-05 12:16:25 +02:00
Rainer Kottenhoff
2755439a7d + chg: optimized FileWatching interval for "Chasing Tail" mode 2019-05-04 12:38:40 +02:00
Rainer Kottenhoff
072b86dd1d + opt: optimizing prev. commit 2019-05-04 09:26:50 +02:00
Rainer Kottenhoff
3a33be1d51 + enh: reflect inconsistent line-breaks in status bar 2019-05-04 09:17:53 +02:00
Rainer Kottenhoff
cf68540906 + fix: document end position calculation 2019-05-03 23:15:50 +02:00
Rainer Kottenhoff
0bedd4a6e0 + chg: remove Compact Encoding Detection (CED) as 2nd encoding detector (rely on UCHARDET only) 2019-05-03 16:01:57 +02:00
Rainer Kottenhoff
b4ed69c377 + chg: remove Compact Encoding Detection (CED) as 2nd encoding detector (rely on UCHARDET only) 2019-05-03 15:58:02 +02:00
Rainer Kottenhoff
7b2f250b1d + rfc: refactoring "Focus View" : LineState -> Indicator 2019-05-03 13:15:38 +02:00
Rainer Kottenhoff
273f117fad + fix: minor bugfixes for "Focused View" 2019-05-03 10:53:34 +02:00
Rainer Kottenhoff
21cdc6d3e6 + fix: preserve styling in "Focused View" (Hyperlink styling gets lost?) 2019-05-02 22:09:59 +02:00
Rainer Kottenhoff
e3699b1304 + add: MiniPath as shared library (C/C++ runtime) version 2019-05-02 11:18:50 +02:00
Pairi Daiza
595ded2035 + Update: Version Strings (VER_CPL) and Changes.txt 2019-05-01 19:45:14 +02:00
Rainer Kottenhoff
b757173189 + add: Solution to generate DLL version (C++ Run-Time dll linking (/MD) and Scintilla.dll linking) 2019-05-01 18:01:59 +02:00
Rainer Kottenhoff
97386a4a53 + fix: Hyperlink and Lexer style update cooperation 2019-05-01 01:27:23 +02:00
Rainer Kottenhoff
b068f55f38 + fix: broken "Focused View" 2019-04-30 02:37:44 +02:00
Rainer Kottenhoff
882caceed1 + upd: build number 2019-04-30 02:22:09 +02:00
Rainer Kottenhoff
0e74166977 + chg: make Custom.Schemes and Find/Replace dialog resizable 2019-04-30 02:21:03 +02:00
Rainer Kottenhoff
dbd523fae5 + fix: do not ignore notify change for Paste/Swap/Undo/Redo 2019-04-29 20:23:18 +02:00
Rainer Kottenhoff
65616a6d6b + chg: resizable "Add to Favorites" dialog 2019-04-29 20:14:36 +02:00
Rainer Kottenhoff
f6e06357b9 + fix: Find/Repace dialog open/close: remove jumping in case of wrapped lines 2019-04-29 13:34:19 +02:00
Rainer Kottenhoff
c58315d046 + add: Notepad3 User/App icon for special InfoBox() 2019-04-29 11:28:38 +02:00
Rainer Kottenhoff
0c49298925 + fix: broken InfoBox() icons
+ fix: [Suppressed Messages] (clear for new version of InfoBox() - need to re-apply again)
2019-04-29 11:11:52 +02:00
Rainer Kottenhoff
1573995efe + rfc: code cleanup of prev. commit 2019-04-28 13:03:45 +02:00
Rainer Kottenhoff
da76d911f2 + fix: RegEx "zero-length-finding" replace all bug
+ fix: settings versioning for Long-Line-Mark
2019-04-28 12:51:37 +02:00
Rainer Kottenhoff
4fd1f13c90 + fix: Printer Setup dialog 2019-04-27 22:58:24 +02:00