Commit Graph

116 Commits

Author SHA1 Message Date
RaiKoHoff
c15d74cf20 + fix: menu flickering
+ add: toolbar hint for zoomed view
2020-04-22 10:09:56 +02:00
Rainer Kottenhoff
d302ce5150 + chg: remove spinning wait-cursor for text operations (may need reactivation for long operations) 2020-04-17 20:15:32 +02:00
RaiKoHoff
0936dc0833 + add: call Notepad3 with case-sensitive and dot-match-all flag (if applicable) 2020-03-30 17:33:02 +02:00
Rainer Kottenhoff
f9734b8689 + add: grepWin integration part 2 2020-03-18 01:32:17 +01:00
RaiKoHoff
e69e45c2f2 Merge remote-tracking branch 'upstream/master' into NewFeatures
# Conflicts:
#	src/Edit.c
#	src/Notepad3.c
#	src/Notepad3.h
2020-03-16 17:03:50 +01:00
RaiKoHoff
6be020d7b5 + chg: try "hardening" selection undo/redo behavior 2020-03-16 16:33:08 +01:00
Rainer Kottenhoff
8c25f971dc + minor fixes and optimizations 2020-03-05 18:01:14 +01:00
Rainer Kottenhoff
be6900d1e9 + fix: sticky window position handling 2020-03-04 13:48:33 +01:00
Rainer Kottenhoff
4793c7c864 + fix: initial, default and current window position handling 2020-03-04 12:12:12 +01:00
RaiKoHoff
eb3ce61e4a + fix: no styling for big/large files (loading speedup and UI responsiveness) 2020-02-24 15:46:26 +01:00
RaiKoHoff
46243036a1 + fix: changing .ini-file manually 2020-01-29 14:43:35 +01:00
Rainer Kottenhoff
015377b926 + fix: Lexer YAML
+ allow multi-line search pattern
2020-01-23 00:39:06 +01:00
RaiKoHoff
c76ba3b704 + chg: find/replace dialog: in case of "transform backslashes" do esc control seqs 2020-01-21 15:22:51 +01:00
Pairi Daiza
ae53805a59 Change Rizonesoft Copyright © to year "2020" 2020-01-03 18:17:29 +01:00
Rainer Kottenhoff
af017ca858 -- intermediate state for file watching chnages 2019-11-19 08:26:44 +01:00
Rainer Kottenhoff
ec1682eed9 + rfc: refactoring: Encoding Detection 2019-11-17 19:39:06 +01:00
Rainer Kottenhoff
96c40ba402 + chg: relaunch elevated: safe file automatically only on "save elevation" 2019-11-16 13:39:35 +01:00
Pairi Daiza
2be6142a16 Conversion all files to encoding UTF-8 (Final) 2019-11-05 00:07:41 +01:00
Pairi Daiza
c7f4d725e3 Conversion all files to encoding UTF-8 (Partial_1) 2019-11-04 00:27:34 +01:00
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