Commit Graph

881 Commits

Author SHA1 Message Date
Derick Payne
35e2a86b11 Build 828 Released!
- Removed normal installation.
- Executables not compressed with UPX.
- Added important links to the Readme.md file.
2018-01-13 14:05:20 +02:00
Derick Payne
a51d6c7511
Merge pull request #300 from RaiKoHoff/NewDev
Onigmo: change to PERL 5.10 Syntax (named groups)
2018-01-13 11:59:11 +02:00
Rainer Kottenhoff
e93a97492c Merge branch 'Enh_Statusbar' into NewDev 2018-01-13 10:15:06 +01:00
Rainer Kottenhoff
86153a39b5 + enh: status bar: count number of bytes in current encoding 2018-01-13 10:09:25 +01:00
Rainer Kottenhoff
1f8caa915e + clean code 2018-01-13 01:57:42 +01:00
Rainer Kottenhoff
24332f8f33 + fix: Onigmo regex engine PERL syntax: supporting named groups referencing in replacement text 2018-01-13 01:29:15 +01:00
Rainer Kottenhoff
89b7d8ef3e + change: Onigmo regex engine: use PERL 5.10 syntax + enable "\<" and "\>" word boundary matching 2018-01-12 18:20:53 +01:00
Rainer Kottenhoff
b39b0a4a34 + change: Onigmo RegEx syntax dialect 2018-01-12 15:36:20 +01:00
Derick Payne
3fe0bad5f1
Merge pull request #297 from RaiKoHoff/Bugfix_LastMinute
Fix regarding selection of 1st or 2nd Standard Lexer
2018-01-12 13:32:30 +02:00
Rainer Kottenhoff
3013e0b8ad + fix: selection of 1st or 2nd standard lexer (Default Text) based on Use2ndStandard flag 2018-01-12 12:06:50 +01:00
Derick Payne
ea4d9e9230
Merge pull request #296 from RaiKoHoff/Bugfixes_0110_III
Change: Customize Schemes hierarchical structure
2018-01-12 12:56:07 +02:00
Rainer Kottenhoff
947797a501 + fix: bug on switching between 1st and 2nd standard lexers 2018-01-12 11:31:02 +01:00
Rainer Kottenhoff
fca7de523d + fix: revert naming for "2nd Default Text"
+ clean code: reasonable assumption for memory allocation of style handling (backup, save, load)
+ tuning: statusbar partitioning
2018-01-12 11:01:57 +01:00
Rainer Kottenhoff
36b978ea04 + fix: optimized status bar partitioning 2018-01-12 01:14:56 +01:00
Rainer Kottenhoff
177264cf52 + fix: Mark Occurrences timeout on Find/Replace 2018-01-11 18:12:02 +01:00
Derick Payne
d81abd89ea
Merge pull request #293 from RaiKoHoff/NimLexer_cleanup
Identical: NimLexer and NimrodLexer
2018-01-11 18:58:55 +02:00
Rainer Kottenhoff
caccc74cc7 Revert "+ fix: move word wrap start symbol to margin (new WW mode SPACE (instead of WORD))"
This reverts commit 9bad353214.
2018-01-11 16:46:47 +01:00
Rainer Kottenhoff
9bad353214 + fix: move word wrap start symbol to margin (new WW mode SPACE (instead of WORD)) 2018-01-11 16:18:23 +01:00
Rainer Kottenhoff
57307acd16 + chagne: Word Wrap mode from WORD to SPACE to avoid wrapping at style change edges (bug in Scintilla ?) 2018-01-11 15:53:38 +01:00
Rainer Kottenhoff
c74ffc144b Merge branch 'NimLexer_cleanup' into Bugfixes_0110_III 2018-01-11 13:11:23 +01:00
Rainer Kottenhoff
dcee85455b + cleanup: NimLexer = NimrodLexer -> rely on Scintilla distribution for Nim(rod) lexer 2018-01-11 13:06:59 +01:00
Rainer Kottenhoff
82db0b8138 + change: view "2nd Default Style" as (dbl-clickable) status bar item 2018-01-11 00:28:16 +01:00
Rainer Kottenhoff
b25565031d + enhancement: status bar information about usage of 2nd Default Style 2018-01-10 23:54:07 +01:00
Rainer Kottenhoff
5869b233f4 + fix: clone associated filename extension list of Default Style (for 2nd Default Style) 2018-01-10 19:56:10 +01:00
Rainer Kottenhoff
13e53e36ed + fix: disable (using 1st Default Style) "Associated filename extensions" for "2nd Default Style" 2018-01-10 19:26:04 +01:00
Rainer Kottenhoff
205ccc4343 + fix: handling initial 1st or 2nd default style in case of "Default Text", shown on int "Customize Schemes..."
+ fix: crash on navigation between schemes beyond start/end of tree view
2018-01-10 18:18:05 +01:00
Rainer Kottenhoff
115d24e8ab + fix: handle "2nd Default Styles" as separate standard (2nd) lexer module 2018-01-10 17:18:59 +01:00
Derick Payne
abb927f973
Merge pull request #290 from RaiKoHoff/Bugfixes_18_0110
Bugfixes 0110
2018-01-10 11:14:48 +02:00
Rainer Kottenhoff
c9d7ca687c + fix: protect SCI target transactions by a guard to break recursion of Mark Occurrences caused by ChangeNotification() events 2018-01-10 10:08:42 +01:00
Derick Payne
d6bfa2f707
Merge pull request #289 from RaiKoHoff/Nim_Lexer_Integr
Nim lexer integration (and some fixes)
2018-01-10 10:09:21 +02:00
Rainer Kottenhoff
1f4320849f + fix: block "mark occurrences" event on transaction pair: (SCI_TARGETFROMSELECTIO, SCI_REPLACETARGET) 2018-01-10 02:26:26 +01:00
Rainer Kottenhoff
91a6805de7 + fix: loosing state of "Transform Backslashes" while switching regex/wildcard search 2018-01-10 01:29:00 +01:00
Rainer Kottenhoff
074b6f8344 + update: compiler version 191225834 (VS2017 V.15.5.3) 2018-01-10 00:55:44 +01:00
Rainer Kottenhoff
e61f139bb2 Merge branch 'NimLexer' into Nim_Lexer_Integr 2018-01-10 00:43:44 +01:00
Rainer Kottenhoff
a155d597f4 + change: option "after visible" for styling in background (idle time) 2018-01-10 00:32:54 +01:00
Rainer Kottenhoff
aca5bb46e3 + add: scintilla project and header for Nim lexer
+ performance: non visible styling during idle time
+ performance: cache page instead of line only
2018-01-10 00:23:53 +01:00
Derick Payne
a7737ce2d5
Merge pull request #287 from RaiKoHoff/Bugfixes_0108_II
Bugfixes 0109
2018-01-10 01:01:48 +02:00
Rainer Kottenhoff
86e1cdab58 + feature: initial version of Nim Lexer 2018-01-09 19:08:55 +01:00
Rainer Kottenhoff
4c2f4c11a0 Merge branch 'Bugfixes_0108_II' into NimLexer 2018-01-09 18:05:39 +01:00
Rainer Kottenhoff
b2367730df Merge remote-tracking branch 'notepad3_orig_rizone/master' into Bugfixes_0108_II 2018-01-09 17:47:15 +01:00
Rainer Kottenhoff
0bbf0f7757 + fix: bug in detect and style Hyperlink Hotspot 2018-01-09 16:57:19 +01:00
Rainer Kottenhoff
92e50c95b6 + fix: bug regarding "Reset" button in "Customizing Schemes..." dialog 2018-01-09 14:44:47 +01:00
Rainer Kottenhoff
61b1bb4e72 + fix: update view on style change in "Customize schemes..." 2018-01-09 14:06:56 +01:00
Rainer Kottenhoff
bafec446cc + feature: "Customize Schemes..." UI change to represent "relative sizing hierarchy" 2018-01-09 13:23:17 +01:00
Rainer Kottenhoff
042eaf7576 + fix: clean coding for "relative sizing hierarchy" 2018-01-09 10:29:28 +01:00
Rainer Kottenhoff
c2394422a9 + fix: relative font sizing of non-default-style entries in custom schemes
+ fix: font selection box title display
2018-01-08 16:54:44 +01:00
Derick Payne
562f3942c1
Merge pull request #277 from RaiKoHoff/Bugfixes_0108
+ fix: regex replacement on look-ahead assertion
2018-01-08 13:16:52 +02:00
Rainer Kottenhoff
ad53f9ca8c Merge branch 'Bugfixes_0108' into Bugfixes_0108_II 2018-01-08 09:55:37 +01:00
Rainer Kottenhoff
4320c05546 + fix: regex replacement on look-ahead assertion 2018-01-08 09:01:17 +01:00
Rainer Kottenhoff
4036e9e025 Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' 2018-01-08 08:00:30 +01:00