Rainer Kottenhoff
|
0d39bf7749
|
+ fix: NP3 installed version: no write access locking on programs dir (.ini redirection)
|
2020-03-13 00:46:41 +01:00 |
|
Rainer Kottenhoff
|
4c2469693f
|
+ fix: sync. INI-File exclusive reader / writer locking
+ enh: File-MRU handling
|
2020-03-12 16:59:53 +01:00 |
|
Rainer Kottenhoff
|
01876da951
|
+ fix: redesign of Ini-File-Locking mechanism
|
2020-03-12 02:15:14 +01:00 |
|
Rainer Kottenhoff
|
5e31031276
|
+ chg: Prefer UTF-8 where applicable - use LocaleAnsiCodePageAnalysisBonus=xx to push towards ANSI (if detected)
+ fix: Encoding Detection: ISO-8859-1 as CP-1252 (HTML5 recomendation)
+ chg: ASCII as UTF-8: remove "hidden" switch as prefer UTF-8 over ANSI
|
2020-03-11 16:00:47 +01:00 |
|
Rainer Kottenhoff
|
dee3138aeb
|
+ fix: configurable default ANSI code-page (locale) detection bonus
|
2020-03-11 10:48:12 +01:00 |
|
Rainer Kottenhoff
|
4d78a1d255
|
+ fix: make toolbar DPI scalable (menu option)
|
2020-03-07 22:18:17 +01:00 |
|
Rainer Kottenhoff
|
c447bef832
|
+ chg: do not DPI scale tool bar images
+ fix: use preferred/available language for common controls (customize toolbar, etc.)
|
2020-03-07 13:07:41 +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
|
b39e331437
|
+ fix: remove "~EOF~" section marker for .ini-files
|
2020-03-02 17:19:59 +01:00 |
|
RaiKoHoff
|
59490f223e
|
+ fix: "[~EOF~] for .ini - files
+ fix: Styles export if file does not exist
|
2020-03-02 17:03:44 +01:00 |
|
Rainer Kottenhoff
|
cf516bb4d7
|
+ rev: revert support for enhanced instruction set otimizing options
|
2020-02-29 02:57:02 +01:00 |
|
RaiKoHoff
|
56dc2d94c4
|
+ fix: dynamic detection of cpu intrinsic optimizations
+ fix: scroll to line behavior
+ fix: vertical slop change by scroll to line
|
2020-02-28 18:03:08 +01:00 |
|
RaiKoHoff
|
141f070a3d
|
+ fix: Paint() hangs due to unnecessary LockWindowsUpdate()
|
2020-02-27 14:32:37 +01:00 |
|
RaiKoHoff
|
6c27294f07
|
+ rev: revert CreateDocument and SetDocPointer (hangs on WndPaint/PaintDC) - no solution yet
|
2020-02-27 13:04:42 +01:00 |
|
RaiKoHoff
|
16d945aeef
|
Merge branch 'RC2' into NewFeatures
# Conflicts:
# Build/notepad3_setup.iss
# Build/notepad3_x86_setup.iss
# src/Notepad3.c
|
2020-02-24 18:12:26 +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
|
f3255a9ba9
|
+ chg: Add file history to to recent docs jumplist
|
2020-02-21 12:53:19 +01:00 |
|
RaiKoHoff
|
21ca81e126
|
+ rfc: minor refactorings
|
2020-02-21 10:04:17 +01:00 |
|
RaiKoHoff
|
7ce226b8cd
|
+ chg: AddFileToRecentDocs
|
2020-02-19 16:30:09 +01:00 |
|
RaiKoHoff
|
bd49326856
|
+ fix: handling of default settings for deprecated 'SciDirectWriteTech=...'
|
2020-02-18 14:43:13 +01:00 |
|
RaiKoHoff
|
8c96566039
|
+ fix: concurrent access to .ini-File (lock file)
|
2020-02-18 10:16:58 +01:00 |
|
Rainer Kottenhoff
|
62cee2276b
|
+ fix: issue on settings file handling
|
2020-02-16 17:27:06 +01:00 |
|
Rainer Kottenhoff
|
14a4c794c9
|
+ chg: separate auto esc'd control chars from "transform backslashes" switch in find/replace dialog
|
2020-02-02 16:30:43 +01:00 |
|
Rainer Kottenhoff
|
8c75d9537e
|
+ chg: Increase encoding detection confidence threshold to 92%
|
2020-01-31 10:07:58 +01:00 |
|
RaiKoHoff
|
46243036a1
|
+ fix: changing .ini-file manually
|
2020-01-29 14:43:35 +01:00 |
|
Rainer Kottenhoff
|
65190c4256
|
+ fix: MUI Language (preferred) handling
|
2020-01-25 10:21:51 +01:00 |
|
Rainer Kottenhoff
|
9edef3df7c
|
+ fix: some default .ini-File configuration
|
2020-01-24 21:26:04 +01:00 |
|
RaiKoHoff
|
212a07a680
|
+ chg: some minor changes for ini-file handling (reason for save corruption not found)
|
2020-01-24 18:18:07 +01:00 |
|
Rainer Kottenhoff
|
015377b926
|
+ fix: Lexer YAML
+ allow multi-line search pattern
|
2020-01-23 00:39:06 +01:00 |
|
RaiKoHoff
|
ef3fdd8006
|
+ fix/chg: UCHARDET: Confidence calculation for Single Byte Character Set (SBCS)
|
2020-01-16 18:17:16 +01:00 |
|
RaiKoHoff
|
da286cb054
|
+ chg: "Recent Files" History handling
+ chg: "Open 7-bit ASCII files in UTF-8 mode": encoding detection fallback UTF-8 or local ANSI CP
|
2020-01-15 16:24:16 +01:00 |
|
RaiKoHoff
|
2ad343ee91
|
+ chg: Encoding Detection fine tuning
|
2020-01-14 18:26:52 +01:00 |
|
Pairi Daiza
|
ae53805a59
|
Change Rizonesoft Copyright © to year "2020"
|
2020-01-03 18:17:29 +01:00 |
|
Rainer Kottenhoff
|
39631b8530
|
+ fix: try to preserve file modification time option on elevated relaunch
|
2019-11-27 11:18:45 +01:00 |
|
Rainer Kottenhoff
|
40ab61fa57
|
+ add: preserve stream selection in file history (w/ text pos remembering)
|
2019-11-20 02:28:45 +01:00 |
|
Rainer Kottenhoff
|
6bf5cd9f88
|
+ add: language dependent status bar abreviations
|
2019-11-19 22:58:21 +01:00 |
|
Rainer Kottenhoff
|
112356682c
|
+ chg: hidden "ExitOnESCSkipLevel" feature (Exit on ESC can ignore a selection)
|
2019-11-19 14:12:57 +01:00 |
|
Rainer Kottenhoff
|
af017ca858
|
-- intermediate state for file watching chnages
|
2019-11-19 08:26:44 +01:00 |
|
Rainer Kottenhoff
|
5ecd45031e
|
+ fix: wrong encoding detection settings for explicit config .ini-File load
|
2019-11-18 11:42:48 +01:00 |
|
Rainer Kottenhoff
|
96c40ba402
|
+ chg: relaunch elevated: safe file automatically only on "save elevation"
|
2019-11-16 13:39:35 +01:00 |
|
Rainer Kottenhoff
|
ec116d1c95
|
+ fix: UTF-8-SIG .INI file handling
|
2019-11-13 14:21:39 +01:00 |
|
Rainer Kottenhoff
|
b94777ed9e
|
+ fix: some more utf-8 corrections
+ rev: keep UTF-8-SIG for .INI files
|
2019-11-05 10:42:19 +01:00 |
|
Pairi Daiza
|
2be6142a16
|
Conversion all files to encoding UTF-8 (Final)
|
2019-11-05 00:07:41 +01:00 |
|
Rainer Kottenhoff
|
f80915b8a5
|
+ chg: initial default big toolbar only for monitors > Full-HD
+ opt: LexerSQLNumberSignAsComment [Settings2]
|
2019-09-27 12:23:53 +02:00 |
|
Rainer Kottenhoff
|
172f44ebbc
|
+ chg: [Settings2] LineCommentPortfixStrg= e.g. add a space to comment chars
+ ver: update version strings VS 16.3.1
|
2019-09-26 10:50:58 +02:00 |
|
Rainer Kottenhoff
|
d548b98def
|
+ chg: copy instead of insert (filename, path, GUID)
+ chg: corresponding menu corrections
|
2019-09-25 11:30:06 +02:00 |
|
Rainer Kottenhoff
|
207d23a524
|
+ add: menu option to choose between line comment block edit and old behavior
+ add: allow line comment block edit toggle
|
2019-09-25 00:29:27 +02:00 |
|
Rainer Kottenhoff
|
e4425690b1
|
+ chg: (internal) load Flags (Settings2) as part of LoadSettings() - one pass .ini-read
|
2019-09-24 10:32:13 +02:00 |
|
Rainer Kottenhoff
|
dc5e43728c
|
+ chg: hidden option ([Settings2] NoCutLineOnEmptySelection) to disable VS's Ctrl+X behavior on empty selection
+ ver: VS Compiler version update (VS 16.3.0, VC 1923)
|
2019-09-24 09:25:01 +02:00 |
|