Commit Graph

97 Commits

Author SHA1 Message Date
Rainer Kottenhoff
3220c388af + add: toggle menu bar option 2019-09-19 15:55:52 +02:00
Rainer Kottenhoff
36b7abed32 + chg: CloseApp methods 2019-09-16 19:33:14 +02:00
Rainer Kottenhoff
6ac1eccef1 + chg: Full Work Area Mode (F11) -> Full Screen Mode 2019-09-13 14:16:01 +02:00
Rainer Kottenhoff
8260dcbbe3 + fix: small fixes on "Relaunch Elevated" functionality 2019-09-11 18:31:23 +02:00
Rainer Kottenhoff
4f859f33eb + fix: update visible indicator issue 2019-09-03 11:45:18 +02:00
Rainer Kottenhoff
187f2c4b30 + chg: preserve file modification timestamp: change from persisted option to on demand save
+ fix: minor bug fixes
2019-09-02 13:36:06 +02:00
Derick Payne
d63c046d9f Revert "Releasing Build 2511 RC"
This reverts commit 140c60c6ec.
2019-07-26 21:18:11 +02:00
Derick Payne
140c60c6ec Releasing Build 2511 RC 2019-07-26 20:36:25 +02:00
Rainer Kottenhoff
bdaab67697 + add: Color hover and picker (HTML color def only #RRGGBB) 2019-06-15 13:48:49 +02:00
Rainer Kottenhoff
c647f2d6eb + mv: move LoadFlags() to Config src
+ fix: InfoBox: error string  for GetLastError() event
2019-06-10 16:28:39 +02:00
Rainer Kottenhoff
b8d9a5bc93 + fix: 1st bugfix session for new SimpleIni config reader. 2019-06-10 15:16:42 +02:00
Rainer Kottenhoff
366ac5eed1 + add: Multi-Selection with selection restore on undo 2019-05-27 20:47:15 +02:00
Rainer Kottenhoff
5eb8ef936d + xxx: intermediate version 2019-05-26 18:20:13 +02:00
Rainer Kottenhoff
771024cb69 + chg: restore multi-selection on revert (1st draft) 2019-05-26 12:06:48 +02:00
Rainer Kottenhoff
23ef2df24b + 1st draft version of editable "Multi-Selection" 2019-05-24 22:53:30 +02:00
Rainer Kottenhoff
09fc5098ee + chg: remove cursor hand for hover at indicator hotspot range (only with ctrl modifier) 2019-05-19 01:50:14 +02:00
Rainer Kottenhoff
820b0a530e + add: CallTip for Hyperlinks 2019-05-17 17:22:27 +02:00
Rainer Kottenhoff
2306af7123 + chg: stage 2: refactoring Hyperlink: HotSpot -> Indicator (to avoid restyling problems) 2019-05-16 14:46:31 +02:00
Rainer Kottenhoff
69cd94da4e + experimental: enable undo on File revert 2019-05-11 12:38:38 +02:00
Rainer Kottenhoff
9f41b18165 + fix: repair Hyperlink styling, broken by last commit 2019-04-27 15:55:10 +02:00
Rainer Kottenhoff
100d0d5ae0 + rfc: refactorings and code cleanup 2019-04-27 10:25:58 +02:00
Rainer Kottenhoff
d27ae6bfe0 + rfc: refactoring elevated user rights 2019-04-02 17:01:00 +02:00
Rainer Kottenhoff
4cb6b0e4ec + chg: reworked Styling Import/Export 2019-03-15 21:17:17 +01:00
Rainer Kottenhoff
51fed8c5b9 + chg: draft of Theme changer 2019-03-15 15:31:36 +01:00
Rainer Kottenhoff
b5dcd2459d + encoding detection fine-tuning 2019-03-13 18:04:28 +01:00
Rainer Kottenhoff
1a55130019 + enh: rework EOL and Indentation check with dialogs 2019-03-12 17:00:43 +01:00
Rainer Kottenhoff
821503a4f5 + chg: menu item "HighDPI Toolbar" -> "Toggle Toolbar" to toggle through all 3 possible Toolbars 2019-03-05 11:02:54 +01:00
Rainer Kottenhoff
2d37da4b8d + chg: show encoding detector results as Tooltio (not Title-bar) 2019-03-04 12:27:43 +01:00
Rainer Kottenhoff
e66096feca + enh: clear zoom calltip after 2s 2019-03-04 03:10:59 +01:00
Rainer Kottenhoff
dbfca3f2f9 + fix: context menu copy of active hotspot hyperlink copies link only
+ enh: enhance cooperation of both encoding detectors (xperimental)
2019-03-04 02:44:12 +01:00
Rainer Kottenhoff
02a55e7881 Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_NewFeatures
# Conflicts:
#	Versions/build.txt
#	np3portableapp/_buildname.txt
#	res/Notepad3.exe.manifest.conf
#	src/VersionEx.h
2019-01-02 20:32:47 +01:00
Pairi Daiza
fe977cddec Change Rizonesoft Copyright © to year "2019" 2018-12-30 00:28:28 +01:00
Rainer Kottenhoff
3f8c199e19 + enh: Warning on inconsistent line-breaks 2018-10-23 12:42:50 +02:00
Rainer Kottenhoff
44a98f4f66 + tidy: code cleaning based on "Clang Power Tools" VS extension : "Tidy" 2018-10-10 15:30:43 +02:00
Rainer Kottenhoff
cf7d9a9c87 + some minor refactorings 2018-09-17 16:28:50 +02:00
Rainer Kottenhoff
6dccd0ddec + fix: default win pos handling 2018-09-01 11:35:28 +02:00
Rainer Kottenhoff
ca413dbcbd + fix: windows positioning (1st part) 2018-08-31 18:10:37 +02:00
Rainer Kottenhoff
e5e90cb317 + chg: some refactorings and code cleanup 2018-08-24 14:05:42 +02:00
Rainer Kottenhoff
0ee77e7d2f + chg: Change application entry point from WinMain to wWinMain. (See MSDN article "WinMain: The Application Entry Point" at https://msdn.microsoft.com/en-us/library/windows/desktop/ff381406.) 2018-08-17 19:58:32 +02:00
Rainer Kottenhoff
6c4d844e2f + chg: On FileRevert : if original encoding has been changed, revert file while ignoring cmd-line encoding define or file history stored encoding 2018-08-16 10:50:45 +02:00
Rainer Kottenhoff
33905e5a1c + fix: broken Toolbar Config Dialog 2018-08-13 12:28:29 +02:00
Rainer Kottenhoff
53ac94f16c + chg: statusbar: Col and Ch counting according to NP2-mod/zufuliu convention
+ fix: some code cleanup
2018-08-08 02:10:43 +02:00
Rainer Kottenhoff
df01605acf + fix: DPI Awareness & Fractional Font Size 2018-08-02 00:14:05 +02:00
Rainer Kottenhoff
00c25a6c96 Merge branch 'Dev_0601' into DevMultiLingual
# Conflicts:
#	src/Notepad3.rc
2018-06-06 15:10:17 +02:00
Rainer Kottenhoff
4c1db67170 + mui: ... some more strings to be MUI aware ... 2018-05-17 12:24:36 +02:00
Rainer Kottenhoff
29b1b2009a + enh: notepad3.ini redirection to avoid overriding settings by unzip distribution package 2018-05-11 08:03:01 +02:00
Rainer Kottenhoff
c22cc3847f + opt: performance tuning after profiling std. handling
+ opt: delayed execution of time consuming update/redraw operation
2018-05-05 20:03:18 +02:00
Rainer Kottenhoff
5fe964a51f + fix issue on recording initial selection Undo/Redo 2018-05-05 13:37:44 +02:00
Rainer Kottenhoff
999292b85f - fix: broken Undo/Redo stack (in case of selection) 2018-05-05 09:47:56 +02:00
Rainer Kottenhoff
3e3a7c9860 + fix: add parameter to force update of Stausbar (e.g. theme change) 2018-05-02 10:20:20 +02:00