Pairi Daiza
|
f648c55f12
|
+upd: Version update VS2019 : MS Visual C++ 2019 16.1.3
|
2019-06-26 09:15:10 +02:00 |
|
Rainer Kottenhoff
|
a2ba70bb9b
|
+ fix: wrong error message for error dialog box while trying to write to readonly file.
|
2019-06-14 20:42:26 +02:00 |
|
Rainer Kottenhoff
|
bfa2ab88c0
|
+ fix: don't jump to caret position after toggle fold by mouse-click
|
2019-06-13 12:37:37 +02:00 |
|
Rainer Kottenhoff
|
5e6c5fabec
|
+ upd: Version update VS2019 : MS Visual C++ 2019 16.1.3
|
2019-06-13 09:33:54 +02:00 |
|
Rainer Kottenhoff
|
051d134ba2
|
+ fix: small bug in file extension matching for Lexer selection
|
2019-06-11 18:46:13 +02:00 |
|
Rainer Kottenhoff
|
3770cedc13
|
+ chg: version strings only
|
2019-06-11 11:18:31 +02:00 |
|
Rainer Kottenhoff
|
0b1ed1b272
|
+ fix: MarkOcc color default string builder
+ fix: Scintilla 416 merge conflict
|
2019-06-11 11:16:59 +02:00 |
|
Rainer Kottenhoff
|
806a0670c2
|
+ upd: Scintilla Version 416
|
2019-06-11 01:29:20 +02:00 |
|
Rainer Kottenhoff
|
2331f7a1ce
|
+ fix: some little bugfixes
|
2019-06-08 14:09:59 +02:00 |
|
Rainer Kottenhoff
|
e469124745
|
+ cln: remove hotspot styling delay config (not needed anymore)
|
2019-06-07 07:44:29 +02:00 |
|
Rainer Kottenhoff
|
4630a65963
|
+ upd: version text
|
2019-06-05 23:50:54 +02:00 |
|
Rainer Kottenhoff
|
05fedaf5cb
|
+ fix: workaround for bug in VS2019 Optimizer (Release) , triggered on encryprion algorithm
|
2019-06-05 23:44:09 +02:00 |
|
Rainer Kottenhoff
|
e8c5cad7c7
|
+ chg: New top-level menu "Appearance" holding Themes and Schemes stuff (en-US, en-GB and de-DE)
+ chg: Free "Alt+P" Hotkey (Compress Spaces moved to "Ctrl+Alt+P")
+ fix: Destroy dynamic menu ...
|
2019-06-04 14:10:59 +02:00 |
|
Rainer Kottenhoff
|
be687cbc13
|
+ chg: in case of (partial) selection, copy only selection instead of complete hyperlink (issue #1296)
|
2019-06-04 08:54:13 +02:00 |
|
Rainer Kottenhoff
|
2fcd08de85
|
+ chg: move menus "Language" and "Themes" to sub-menu places
|
2019-06-01 11:47:12 +02:00 |
|
Derick Payne
|
8243449f44
|
Updated Afrikaans Translation
|
2019-05-29 21:26:47 +02:00 |
|
Rainer Kottenhoff
|
9d0de4bac7
|
+ fix: some format strings for dialogs displaying long integers (DocPos) converted to int
|
2019-05-29 16:10:04 +02:00 |
|
Rainer Kottenhoff
|
c23fd336e0
|
+ fix: Load external Toolbars (clear config on error, path relative to be portable)
|
2019-05-29 08:45:15 +02:00 |
|
Rainer Kottenhoff
|
bb3e8aa484
|
+ fix: selecting external toolbar from config
|
2019-05-27 22:29:17 +02:00 |
|
Rainer Kottenhoff
|
7b04e73a39
|
+ fix: Match Case and Match Visible Only on Mark Occurrences
|
2019-05-27 14:30:09 +02:00 |
|
Rainer Kottenhoff
|
f18255266f
|
+ fix: mark occurrences match word under cursor only if flagged
|
2019-05-27 00:35:00 +02:00 |
|
Rainer Kottenhoff
|
b5fdff3e16
|
+ chg: revert FocusView on closing F/R dialog in any case
|
2019-05-27 00:04:19 +02:00 |
|
Rainer Kottenhoff
|
267f1f4784
|
+ fix: FV preserved on closing F/R dialog (add last(?) missing check)
|
2019-05-26 20:33:52 +02:00 |
|
Rainer Kottenhoff
|
9cf05effff
|
+ fix: updates for Hyperlink Indicator
|
2019-05-26 19:42:47 +02:00 |
|
Rainer Kottenhoff
|
c51458558b
|
+fix: FocusView preserved on closing Find/Replacce dialog (add missing checks)
|
2019-05-26 18:17:35 +02:00 |
|
Rainer Kottenhoff
|
86bd9e4125
|
+ fix: preserve FV on closing F/R dialog only, if search mode and MrarkOcc mode are eq.
|
2019-05-26 13:08:41 +02:00 |
|
Rainer Kottenhoff
|
4d6da9fcb7
|
+ fix: FocusView preserved on closing Find/Replacce dialog
|
2019-05-26 12:47:19 +02:00 |
|
Rainer Kottenhoff
|
81edad20ad
|
+ upd: version info
|
2019-05-26 02:35:30 +02:00 |
|
Rainer Kottenhoff
|
4bb59f4e1d
|
+ fix: switching Find/Replace ON/OFF <-> MarkOccurrences
|
2019-05-26 02:33:01 +02:00 |
|
Rainer Kottenhoff
|
deeac1fa3c
|
+upd: version info
|
2019-05-26 01:14:28 +02:00 |
|
Rainer Kottenhoff
|
39d7bef462
|
+ fix: restore occurrence marker on Find/Replace closing
|
2019-05-26 01:13:26 +02:00 |
|
Rainer Kottenhoff
|
96a48a2fae
|
+ fix: initialt mark occ, if Find/Replace dialog receives focus again
|
2019-05-25 22:35:25 +02:00 |
|
Rainer Kottenhoff
|
fb631c1b2a
|
+ cln: code cleanup
|
2019-05-25 21:56:19 +02:00 |
|
Rainer Kottenhoff
|
0709e1d841
|
+fix: Find/Replace dialog is master of MarkOccurrences until closed
|
2019-05-25 21:33:20 +02:00 |
|
Rainer Kottenhoff
|
2bcd7eec67
|
+ fix: Occurrences Counter
|
2019-05-25 21:11:13 +02:00 |
|
Rainer Kottenhoff
|
98d2e063e8
|
+ fix: disable FocusView if MarkOccurrences is disabled
|
2019-05-25 20:54:04 +02:00 |
|
Rainer Kottenhoff
|
abf2cfde7c
|
+ fix: Problem with FocusView and partial find from find/replace dialog
|
2019-05-25 20:19:08 +02:00 |
|
Rainer Kottenhoff
|
a45f1e713a
|
+ fix: optimizazion : Undo/Redo Selection
|
2019-05-24 23:28:34 +02:00 |
|
Pairi Daiza
|
c6cb2f6ed6
|
+ Current Build Information - VS2019 v16.1.(0-1)
|
2019-05-24 19:22:56 +02:00 |
|
Rainer Kottenhoff
|
c57c1436a1
|
+ current build information
|
2019-05-22 10:03:12 +02:00 |
|
Rainer Kottenhoff
|
0eb77bda2c
|
+ fix: "mark occurrences of curent word"
|
2019-05-22 08:28:52 +02:00 |
|
Rainer Kottenhoff
|
509f295fe3
|
+ fix: Solution to build DLL version
|
2019-05-21 16:56:27 +02:00 |
|
Rainer Kottenhoff
|
a7b44c4bfb
|
+ fix: bug in find/replace related to target selection handling
|
2019-05-21 14:12:31 +02:00 |
|
Rainer Kottenhoff
|
e7cbde37bb
|
+ fix: typo in German strings
|
2019-05-20 13:49:10 +02:00 |
|
Rainer Kottenhoff
|
59956eeb05
|
+ add: Customize Schemes... strings for RegEx filename pattern matching (known files)
|
2019-05-20 13:03:45 +02:00 |
|
Rainer Kottenhoff
|
7206960a8e
|
+ add: allow RegEx for lexer file(ext.) definition - ( \rc$; = all filenames (incl. ext) which ends on 'rc')
|
2019-05-20 01:57:45 +02:00 |
|
Rainer Kottenhoff
|
ffe52e60be
|
+ fix: Focused View: refolding by lexer
+ enh: hardening of check for "item is in style string"
|
2019-05-19 15:28:38 +02:00 |
|
Rainer Kottenhoff
|
6fcd11dc5d
|
+ upd: current Scintilla GitHub mirror dev stage (2019-05-19)
+ fix: focused view problem
|
2019-05-19 03:02: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 |
|
Pairi Daiza
|
280af81dcc
|
+fix - Correction of typo in Hyperlinks Color
|
2019-05-18 19:36:26 +02:00 |
|