Commit Graph

701 Commits

Author SHA1 Message Date
Rainer Kottenhoff
a4c014b052 + fix: setting "Default Font..." will clear current lexer's default font - inherits global default font then
+ minor code cleanup
2017-12-17 09:04:46 +01:00
Derick Payne
c0d9aafef1
Merge pull request #238 from RaiKoHoff/Bugfixes_1216
Bugfixes 1216
2017-12-17 05:31:13 +02:00
Rainer Kottenhoff
fac3063391 - single line edit control do not allow to set tab width ? 2017-12-17 02:05:36 +01:00
Rainer Kottenhoff
e305590f43 + fix: allow (horiz.)TAB chars in selection copied to find/replace dialog search box on pop up time (Ctrl+F) 2017-12-17 01:29:15 +01:00
Rainer Kottenhoff
5129c324c7 + fix: customize schemes issues (now Default Font: is applied to "Default Text" and "Current Lexers" Default Font) 2017-12-16 23:49:22 +01:00
Rainer Kottenhoff
99c3112046 + fix: Onigmo word boundaries issues (incl. "double" escaped esc) (not solved yet: multi escaped esc) 2017-12-16 21:36:43 +01:00
Derick Payne
0d93de4f58
Merge pull request #235 from RaiKoHoff/Mark_Occ_Enh
Last Minute Bugfixes
2017-12-16 08:34:56 +02:00
Rainer Kottenhoff
d63e9d5cc3 - reverting: changes for utarray.h (compiler warning) 2017-12-16 02:56:58 +01:00
Rainer Kottenhoff
1a1eeee035 + update: uthash to version 2.0.2 2017-12-16 02:53:00 +01:00
Rainer Kottenhoff
0b3611d66f + fix: replace-all with look-behind assertion 2017-12-16 02:36:10 +01:00
Rainer Kottenhoff
08e4ba9a8a + fix: reverting to buffered draw, until screen flickering issues are clarified
+ fix: Onigmo regex engine handling string/line end meta char '$' independent of EOL mode
2017-12-15 16:11:46 +01:00
Rainer Kottenhoff
dc7c320399 + clean code: fix issues reported by CppChecker 2017-12-15 13:25:52 +01:00
Derick Payne
b60ff90f74
Merge pull request #233 from RaiKoHoff/Bugfixes_1215
Bugfixes 1215 I
2017-12-15 12:20:09 +02:00
Rainer Kottenhoff
5605c0d76d + fix: enable more hyperlink styling trigger points, since "replace target" race-conditions have been fixed and fast regex engine (Onigmo) is integrated
+ fix: issue regarding applying lexer style while hyperlink feature is active
2017-12-15 10:37:41 +01:00
Rainer Kottenhoff
322c8bdec9 + fix: PortableApp build script: initial .ini files dir changed from distrib to Build 2017-12-15 10:11:05 +01:00
Rainer Kottenhoff
40385765b5 + fix: replace dialog: resize regex text box to not overlay other control 2017-12-15 10:04:06 +01:00
Rainer Kottenhoff
9c56e6a17f + fix: issue regarding TransformBackslash handler (regex vs. std & find vs. replace) 2017-12-15 09:52:55 +01:00
Rainer Kottenhoff
e45494ed70 + fix: version and build information templates 2017-12-15 08:53:12 +01:00
Derick Payne
104b5b3278
Merge pull request #232 from RaiKoHoff/documentation
+ enhancement: update GitHub front page text
2017-12-15 02:59:16 +02:00
Derick Payne
92f998b8d9
Merge pull request #231 from RaiKoHoff/Onigmo_RegExEngine_PR
Onigmo RegEx Engine (DeelX replacement)  initial version
2017-12-15 02:58:56 +02:00
Rainer Kottenhoff
529eb29a7d + enhancement: update GitHub front page text 2017-12-15 01:40:39 +01:00
Rainer Kottenhoff
369909fd6b Merge branch 'Onigmo_RegExEngine' into Onigmo_RegExEngine_PR 2017-12-15 01:01:52 +01:00
Rainer Kottenhoff
6aacf821fb + code cleanup 2017-12-15 00:56:48 +01:00
Derick Payne
3a246a8a61
Merge pull request #230 from RaiKoHoff/Bugfixes_1214_II
Bugfixes 1214 ii
2017-12-15 01:16:51 +02:00
Rainer Kottenhoff
ce15c4da16 Merge branch 'Bugfixes_1214_II' into Onigmo_RegExEngine 2017-12-15 00:00:48 +01:00
Rainer Kottenhoff
318884dcd8 + fix: out of range fallback for indicator string retrieval 2017-12-14 23:56:00 +01:00
Rainer Kottenhoff
37b25e9de7 + feature: add Scintilla's indicator styles to scheme config for "Mark Occurences" 2017-12-14 23:48:29 +01:00
Rainer Kottenhoff
1f10d43f98 + fix: transform backslashes for regex find/replace
+ code cleanup
2017-12-14 21:30:54 +01:00
Rainer Kottenhoff
d752e63629 + fix: set target range only for search/replace and not for paste after modifying selection (race-condition search/replace target vs. selection) 2017-12-14 19:23:13 +01:00
Rainer Kottenhoff
5321e78297 + fix: prepare fixing race-condition search/replace target vs. selection 2017-12-14 17:00:31 +01:00
Rainer Kottenhoff
1054c459d6 + cleancode issues 2017-12-14 09:18:49 +01:00
Derick Payne
5825230073
Merge pull request #226 from RaiKoHoff/BugFixes_1214
Bug fixes 1214
2017-12-14 09:11:55 +02:00
Rainer Kottenhoff
705ba78582 Merge branch 'BugFixes_1214' into Onigmo_RegExEngine 2017-12-14 01:22:27 +01:00
Rainer Kottenhoff
626e8ea48c + fix: complete set of font weights for syntax scheme 2017-12-14 01:18:11 +01:00
Rainer Kottenhoff
732e0ae81b Merge branch 'BugFixes_1214' into Onigmo_RegExEngine
# Conflicts:
#	src/Notepad3.c
2017-12-14 00:20:29 +01:00
Rainer Kottenhoff
7736703de7 + fix: local memory freeing 2017-12-14 00:11:47 +01:00
Rainer Kottenhoff
4506ab9d4e + fix: performance issue while pasting long text from clipboard 2017-12-14 00:07:27 +01:00
Rainer Kottenhoff
785ce288ab Merge remote-tracking branch 'notepad3_orig_rizone/master' into Hyperlink_Fixes_II 2017-12-14 00:03:29 +01:00
Derick Payne
03f8687dc4
Merge pull request #224 from RaiKoHoff/Hyperlink_Fixes_II
Fixes around Hyperlink feature
2017-12-14 00:55:37 +02:00
Rainer Kottenhoff
9369be3dd1 + fix: remove unneccessary Hyperlink trigger-point from InitInstance() 2017-12-13 19:10:47 +01:00
Rainer Kottenhoff
74870c216b +fix: remove some Hyperlink dection triggerpoints, which might be collide with SEARCHINTARGET and REPLACETARGET race conditions (seperate threads) 2017-12-13 19:01:19 +01:00
Rainer Kottenhoff
aa4aa23152 Merge branch 'Hyperlink_Fixes_II' into Onigmo_RegExEngine 2017-12-13 16:16:17 +01:00
Rainer Kottenhoff
a1f12c8058 + fix: redraw bug in case of SCI_COLOURISE 2017-12-13 16:09:06 +01:00
Rainer Kottenhoff
841dde58c0 +fix: refactoring of Styler 2017-12-13 14:33:10 +01:00
Rainer Kottenhoff
5e977e30a2 + merge bug fixes 2017-12-13 02:31:12 +01:00
Rainer Kottenhoff
c0ff1f3b15 Merge branch 'Hyperlink_Fixes_II' into Onig_ReExEngine 2017-12-13 02:17:32 +01:00
Rainer Kottenhoff
27145470b4 + fix: default lexer style changed a litle bit after first UI update 2017-12-13 02:13:06 +01:00
Rainer Kottenhoff
d5920094bb + fix: About Dlg RegEx engine version info 2017-12-12 23:38:14 +01:00
Rainer Kottenhoff
73e6f1d5a9 + fix: compiler warnings
+ fix: About: regex engine info
2017-12-12 23:22:58 +01:00
Rainer Kottenhoff
e846eedf21 + fix: compiler warning removed 2017-12-12 22:57:59 +01:00