Commit Graph

2565 Commits

Author SHA1 Message Date
Rainer Kottenhoff
e83fbcc747 + upd: current corrections for Compact Encoding Detection (CED by Google)
+ fix: problem with UTF-8 (no BOM) encoding vs. ANSI encoding detection
+ cln: code cleanup
2019-02-01 13:21:15 +01:00
Rainer Kottenhoff
2eee188627
Merge pull request #906 from RaiKoHoff/Dev_Master
Fix: Onigmo RegEx: fixing possible crash
2019-01-31 17:43:40 +01:00
Rainer Kottenhoff
cf72b7b8da + fix: Onigmo RegEx: fixing possible crash 2019-01-31 17:29:33 +01:00
Rainer Kottenhoff
f78cb05d39
Merge pull request #905 from RaiKoHoff/Dev_Master
Fix Unicode detection (special case)
2019-01-31 17:06:01 +01:00
Rainer Kottenhoff
c5cee36a43 + fix: wrong detection of Non-Unicode file as Unicode 2019-01-31 16:11:49 +01:00
Rainer Kottenhoff
f3c93dedcc
Merge pull request #904 from RaiKoHoff/New_Development
Updates: Scintilla (NimLexer) and Onigmo (v6.2.0)
2019-01-31 08:48:59 +01:00
Rainer Kottenhoff
760f8d32e6 + upd: Scintilla current (2019-01-30) dev 2019-01-30 13:58:42 +01:00
Rainer Kottenhoff
1fdb777189 + upd: to Onigmo version 6.2.0 2019-01-30 13:48:40 +01:00
Rainer Kottenhoff
1dd48be287 + cln: CppCheck (v1.86) clean code suggestions 2019-01-30 11:21:33 +01:00
Rainer Kottenhoff
c82591f45e + upd: new Visual Studio sub-version w/o compiler version change 2019-01-28 13:32:30 +01:00
Rainer Kottenhoff
c0e8b6f20c + upd: current Onigmo development tip 2019-01-28 13:05:05 +01:00
Rainer Kottenhoff
40e5f71253
Merge pull request #903 from RaiKoHoff/New_Development
RegEx Search & Replace speed-up for const replacement strings
2019-01-28 00:18:27 +01:00
Rainer Kottenhoff
368adffeb9 + speed-up RegEx Search & Replace for fixed (const) (non search pattern group referenced) replacement strings 2019-01-27 09:25:53 +01:00
Rainer Kottenhoff
85694c851f
Merge pull request #902 from RaiKoHoff/New_Development
Prepare project for VS2019 Prev 2.0 using compiler vc142
2019-01-25 20:23:31 +01:00
Rainer Kottenhoff
2f1312149a + fix: problem with reuse window
+ update Onigmo RegEx engine
+ Scintilla current dev (GitHub Mirror)
+ using vc142 for VS2019 Prev 2.0
2019-01-25 20:07:10 +01:00
Rainer Kottenhoff
9bda6447fa + fix: Use HighQuality icon for TaskBar 2019-01-23 12:38:35 +01:00
Pairi Daiza
6d97fc4840
Merge pull request #899 from hpwamr/MUI_dev
+ Standardization of the header's layout
2019-01-17 16:17:14 +01:00
Pairi Daiza
a8a81e954a + Standardization of the header's layout 2019-01-17 16:06:15 +01:00
Rainer Kottenhoff
1b7e4e931e
Merge pull request #897 from RaiKoHoff/New_Development
Avoid (System's) PATH wide search for specific items
2019-01-15 13:40:23 +01:00
Rainer Kottenhoff
50c8084102 + upd: Scintilla Update (GitHub Mirror 2019-Jan-15) 2019-01-15 12:26:57 +01:00
Rainer Kottenhoff
5cc292d0dc Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into New_Development 2019-01-15 12:15:20 +01:00
Rainer Kottenhoff
1c7564ce47 + fix: avoid (System's) PATH wide search for specific items 2019-01-15 12:14:29 +01:00
Rainer Kottenhoff
c5f6621c31
Merge pull request #896 from RaiKoHoff/New_Development
New development
2019-01-15 08:47:39 +01:00
Rainer Kottenhoff
ce5cb1001a + update changelog 2019-01-15 08:35:32 +01:00
Rainer Kottenhoff
2b4f0398f6 + rm: wyUpdate binary stuff removed from build directory 2019-01-15 08:32:54 +01:00
Rainer Kottenhoff
140f5d61b7 Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into New_Development 2019-01-15 08:17:07 +01:00
Pairi Daiza
61de47b459
Merge pull request #895 from hpwamr/MUI_dev
+ correction typo + adjust layout
2019-01-15 05:33:54 +01:00
Pairi Daiza
1285adde81 + correction typo + adjust layout 2019-01-15 05:11:53 +01:00
Pairi Daiza
0ec159be44
Merge pull request #894 from hpwamr/MUI_dev
Mui dev - Minor corrections
2019-01-14 22:26:41 +01:00
Pairi Daiza
8715fa6790 + Minor correction + adjust layout 2019-01-14 22:12:11 +01:00
Pairi Daiza
ebcc8eea4a + Adjust layout of dialog Default Encoding (new file) 2019-01-14 22:10:56 +01:00
Rainer Kottenhoff
88fed83771 + rfc: Unify key down checking. 2019-01-14 17:09:20 +01:00
Rainer Kottenhoff
619e261d3a + fix: Don't search in PATH when opening relative paths via command line 2019-01-14 11:49:09 +01:00
Rainer Kottenhoff
8ca9f95ef6
Merge pull request #893 from RaiKoHoff/New_Development
Toggle current line highlighting mode
2019-01-14 09:50:50 +01:00
Rainer Kottenhoff
7edf430563 + fix: don't change settings file name for current line higlighting 2019-01-14 09:40:16 +01:00
Rainer Kottenhoff
c72c5f9da9 + add: toggle current line highlighting mode 2019-01-14 09:33:35 +01:00
Rainer Kottenhoff
66ff563886 + upd: Scintilla (mainly NIM lexer) 2019-01-13 18:57:02 +01:00
Pairi Daiza
1cc987e8ab
Merge pull request #892 from jczanfona/patch-1
Typo error
2019-01-13 17:26:09 +01:00
jczanfona
d4d90e4e87
Typo error
Missing a space
2019-01-12 11:10:51 +01:00
Rainer Kottenhoff
d847a5fc26
Merge pull request #891 from RaiKoHoff/New_Development
Enhanced Goto Line/Column Dialog
2019-01-12 01:44:39 +01:00
Rainer Kottenhoff
3b520cfd3c + chg: - Goto-Dlg (Line/Column) shows max line number and accepts TinyExpr (ignoring suffixes) 2019-01-12 01:33:55 +01:00
Rainer Kottenhoff
b1d2870e56 + upd: merge current CED dev 2019-01-10 22:14:48 +01:00
Rainer Kottenhoff
6b334ba85e + chg: disable Goto menu on empty file 2019-01-10 18:38:02 +01:00
Rainer Kottenhoff
bfc0921fd9 + upd: Scintilla Library updated to version v4.1.3 2019-01-10 13:42:07 +01:00
Rainer Kottenhoff
5f00e3d1cd
Merge pull request #890 from rizonesoft/new_features
New features
2019-01-10 06:55:20 +01:00
Rainer Kottenhoff
12546eca6f
Merge pull request #889 from RaiKoHoff/Dev_NewFeatures
changelog with new feature branch changes
2019-01-10 06:45:27 +01:00
Rainer Kottenhoff
b8b449c27c + chg: changelog with new feature branch changes 2019-01-10 06:43:40 +01:00
Rainer Kottenhoff
1ba71c5751
Merge pull request #887 from RaiKoHoff/Dev_NewFeatures
Update new feature branch
2019-01-09 12:40:33 +01:00
Rainer Kottenhoff
50bcb5dab6 Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into Dev_NewFeatures
# Conflicts:
#	res/Notepad3.exe.manifest.conf
#	src/VersionEx.h
2019-01-09 12:38:37 +01:00
Rainer Kottenhoff
d2b7fcfe39
Merge pull request #886 from RaiKoHoff/Dev_Fixes4Release
VS2017 (v.15.9.5) version info
2019-01-09 12:29:03 +01:00