Commit Graph

515 Commits

Author SHA1 Message Date
Rainer Kottenhoff
401fe2b974 Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' 2017-11-03 09:49:35 +01:00
Derick Payne
e3e5edf684 Beta Build 655 released
https://github.com/rizonesoft/Notepad3/issues/160
2017-11-02 18:19:51 +02:00
Rainer Kottenhoff
a3d69d3e11 Merge remote-tracking branch 'notepad3_orig_rizone/master' 2017-10-30 10:25:01 +01:00
Derick Payne
52122cb477
Merge pull request #159 from RaiKoHoff/RegEx_Engine
major refactoring of find/repl regarding regex evaluation
2017-10-30 11:16:03 +02:00
Rainer Kottenhoff
da36884310 + fix: bug in getting string length from dialog box readout 2017-10-30 10:12:37 +01:00
Derick Payne
dcd29e4d2a
Merge pull request #158 from RaiKoHoff/Scintilla_402
update to Scintilla Lib v.4.0.2 (402)
2017-10-30 11:03:03 +02:00
Derick Payne
d755a1568a
Merge pull request #157 from RaiKoHoff/Go_Lng_Support
Add "D" and "Go" programming language support.
2017-10-30 11:02:47 +02:00
Rainer Kottenhoff
c7a048cb1c Merge remote-tracking branch 'notepad3_orig_rizone/master' 2017-10-30 09:20:28 +01:00
Rainer Kottenhoff
ff2bc6c349 + fix: update to Scintilla Lib v.4.0.2 (402) 2017-10-30 09:12:14 +01:00
Rainer Kottenhoff
6d42cfdc93 + fix: break criteria for "replace all in range" 2017-10-29 19:18:20 +01:00
Rainer Kottenhoff
3e5dcfd2a8 + fix: more issues found regarding zero-length matches using regex anchors, including infinite loops on replace all 2017-10-29 19:00:57 +01:00
Rainer Kottenhoff
ad5cba8716 + fix: RegEx start anchor adjustment 2017-10-29 01:07:14 +02:00
Rainer Kottenhoff
88d75d8929 + fixing bug regarding find "zero-length matches" 2017-10-28 16:10:33 +02:00
Rainer Kottenhoff
b23e5db63d + enhanc comments by useful web links 2017-10-28 14:44:44 +02:00
Rainer Kottenhoff
990d826570 + fix problem with regex line start and replacements at line end 2017-10-28 14:01:01 +02:00
Rainer Kottenhoff
cce20566f8 + move position after replacement (EditReplace()) 2017-10-28 02:07:04 +02:00
Rainer Kottenhoff
eb9210c241 + refactoring of "Replace All" methods 2017-10-28 01:21:49 +02:00
Rainer Kottenhoff
b4491b6d8e + intermediate step 2017-10-27 20:45:34 +02:00
Rainer Kottenhoff
049f0e6d8f + first refactoring for find/replace (RegExpr) operations 2017-10-27 16:28:07 +02:00
Rainer Kottenhoff
aabdc7514b + minor enhancements regarding Typedefs and Keywords_2nd for "D" and "Go" programming languages 2017-10-26 18:57:25 +02:00
Rainer Kottenhoff
8b3be7f61c + split C++ Keywords in two parts (1st: standard keywords, 2nd: keywords starting with double underscore "__xxx")
+ updated keywords for C++11/C++14
2017-10-26 17:34:18 +02:00
Rainer Kottenhoff
a3c27fa29a + add 1st version of "D" and "Go" programming language support 2017-10-26 17:04:09 +02:00
Rainer Kottenhoff
2a74f46a1d Merge pull request #154 from RaiKoHoff/Enhancements
+ minor polish of Readme.md
2017-10-26 10:13:14 +02:00
Rainer Kottenhoff
a76d18cbdd + minor polish of Readme.md 2017-10-26 10:11:41 +02:00
Rainer Kottenhoff
10edc3c6ce Merge pull request #153 from RaiKoHoff/Enhancements
+ put changes compared to Notepad2-mod into Readme.md
2017-10-26 10:04:01 +02:00
Rainer Kottenhoff
625eb42e63 + put changes compared to Notepad2-mod into Readme.md 2017-10-26 09:55:51 +02:00
Rainer Kottenhoff
acdb42117a Merge remote-tracking branch 'notepad3_orig_rizone/master' 2017-10-26 00:47:40 +02:00
Rainer Kottenhoff
6628db76ca Merge pull request #152 from RaiKoHoff/Repair_PR150
Try to repair broken PR #150
2017-10-26 00:38:22 +02:00
Rainer Kottenhoff
c3f354fd0d + repair empty resource file (Notepad3.rc) 2017-10-26 00:32:11 +02:00
Rainer Kottenhoff
b3710c3894 Merge remote-tracking branch 'notepad3_orig_rizone/master' 2017-10-26 00:11:30 +02:00
Derick Payne
44e2d891b5 Merge pull request #150 from RaiKoHoff/Bookmark_Enhancements
Bookmark enhancements
2017-10-26 00:04:07 +02:00
Derick Payne
e4d82b5c35 Merge branch 'master' into Bookmark_Enhancements 2017-10-26 00:03:53 +02:00
Rainer Kottenhoff
281a675a16 Merge branch 'master' into Bookmark_Enhancements 2017-10-26 00:03:08 +02:00
Derick Payne
674edeaba2 Merge pull request #149 from RaiKoHoff/Scintilla_401
Update to Scintilla v.4.0.1 (401)
2017-10-25 23:57:11 +02:00
Derick Payne
47a738da99 Merge pull request #148 from RaiKoHoff/SwapTextFields_FindRepl
Swap text fields in Find/Replace dialog
2017-10-25 23:56:53 +02:00
Derick Payne
66d4b01a8e Merge pull request #146 from RaiKoHoff/Select_UndoRedo_fixes
Fixing some complaints regarding selection undo/redo
2017-10-25 23:56:36 +02:00
Rainer Kottenhoff
b4c4df15ae - minor corrections 2017-10-25 23:52:29 +02:00
Rainer Kottenhoff
9450bdbc58 + fixing some issues regarding margins configuration 2017-10-25 23:23:26 +02:00
Rainer Kottenhoff
0f4e6bdda8 + add Book Mark style (Color Background and Alpha) to customize schemes...
+ replace old bookmark pixmap (visible margin) by Scintilla's BOOKMARK marker style
2017-10-25 15:34:28 +02:00
Rainer Kottenhoff
6b257f17a6 Merge branch 'Scintilla_401' into Bookmark_Enhancements 2017-10-25 13:39:57 +02:00
Rainer Kottenhoff
f169b6e57a + update compiler version detection 2017-10-25 13:16:18 +02:00
Rainer Kottenhoff
22132b97b2 + update to Scintilla v.4.0.1 (401) 2017-10-25 12:43:19 +02:00
Rainer Kottenhoff
cc24558789 - non functional draft version 2017-10-25 11:37:39 +02:00
Rainer Kottenhoff
44e785fc5e Merge branch 'SwapTextFields_FindRepl' into Bookmark_MMB 2017-10-25 10:59:28 +02:00
Rainer Kottenhoff
d596bd3e96 + feature: add "Swap Strings" button in Find/Replace dialog 2017-10-25 10:49:05 +02:00
Rainer Kottenhoff
00104349ff Merge branch 'Select_UndoRedo_fixes' into SwapTextFields_FindRepl 2017-10-25 09:48:54 +02:00
Rainer Kottenhoff
d8b3fc63dd + fix: issue #139 and #143 (remove seöection undo/redo for non-text-changing operations on selections)
+ fix: issue #144 (Left arrow no longer moves to previous line)
+ fix: issue #145 (Mark Occurrences Counter is broken)
2017-10-24 11:20:21 +02:00
Rainer Kottenhoff
97a9383f52 Merge remote-tracking branch 'notepad3_orig_rizone/master' into Select_UndoRedo_fixes 2017-10-24 09:20:19 +02:00
Rainer Kottenhoff
ffdd0e617c Merge remote-tracking branch 'notepad3_orig_rizone/master' 2017-10-24 09:18:24 +02:00
Derick Payne
8baacd6e62 Prepared Build 632 2017-10-23 23:22:52 +02:00