Commit Graph

490 Commits

Author SHA1 Message Date
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
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
Derick Payne
5f69ab4ad3 Merge pull request #141 from RaiKoHoff/CustomScheme_FileEXt
Increase buffers for edit box in "Customize Schemes..." dialog
2017-10-23 16:52:05 +02:00
Derick Payne
c7ae1667f5 Merge pull request #142 from RaiKoHoff/Select_UndoRedo_fixes
Select undo redo fixes
2017-10-23 16:51:48 +02:00
Rainer Kottenhoff
6eb4d02593 + fix: pasting clipboard content into selection box should replace text and cancel selection then
(in case of swapping clipboard, the selection is preserved)
2017-10-23 10:42:49 +02:00
Rainer Kottenhoff
b74feba1d8 + change buffers for operating edit box in customize schemes 2017-10-23 10:04:50 +02:00
Rainer Kottenhoff
91cfe3691c Merge remote-tracking branch 'notepad3_orig_rizone/master' into CustomScheme_FileEXt
# Conflicts:
#	src/Notepad3.rc
#	src/Styles.c
2017-10-23 09:13:23 +02:00
Rainer Kottenhoff
977c21e433 Merge remote-tracking branch 'notepad3_orig_rizone/master' 2017-10-23 08:46:19 +02:00
Derick Payne
0d718a3b59 Merge pull request #138 from RaiKoHoff/VirtualSpaceAccess
In case of rectangular selection, virtual space access should be default behavior
2017-10-23 08:13:38 +02:00
Rainer Kottenhoff
1cd30a4847 + implement Feature Request #51 (buffer size of file extension edit box) 2017-10-21 13:10:13 +02:00
Rainer Kottenhoff
bc564b622a + first prottotype of VirtualSpace RectangularSelection by default
(very old behavior can be turned on by [Settings2] DenyVirtualSpaceAccess=1)
2017-10-20 16:18:16 +02:00
Rainer Kottenhoff
8bfa35c4ab + first draft of "Alt-Key-Down Virtual Space Access" rectangular selection only
(redo/undo action does not work properly yet?)
2017-10-20 14:40:13 +02:00
Rainer Kottenhoff
cdecfb5756 + add switch ([Settings2] UseOldStyleBraceMatching) to preserve old style brace matching behavior 2017-10-20 08:54:13 +02:00
Rainer Kottenhoff
2c9f47950a - revert Neil's proposed patch and rely on Scintilla upstream decision for next revision
+ switch to SCI_BRACEHIGHLIGHTINDICATOR API (following Neil's recomendation)
2017-10-20 00:49:20 +02:00
Rainer Kottenhoff
5a34995f96 + wrap Neil's patch by NP3_MATCH_BRACE_RECT_SEL_PATCH define, to switch patch on/off 2017-10-19 23:03:39 +02:00
Rainer Kottenhoff
d0c7fbc8ef + prepare new matching brace highlighting (SCI_BRACEHIGHLIGHTINDICATOR API...) 2017-10-19 16:21:03 +02:00
Rainer Kottenhoff
774e72b9f2 + applying patch from Neil Hodgson (Master of Scintilla Lib - respond to scintilla lib issue report #1976) 2017-10-19 12:32:57 +02:00
Derick Payne
73ddfe6618 Merge pull request #135 from RaiKoHoff/Changes_1018_B
issues on doc and portable .ini
2017-10-18 22:18:45 +02:00
Rainer Kottenhoff
90e7ddbfaa - fix: add *.exe for np3portableapps to .gitignore 2017-10-18 17:13:33 +02:00
Rainer Kottenhoff
6fba734c65 + fixing .ini paths for np3portableapps 2017-10-18 17:02:55 +02:00
Rainer Kottenhoff
2377d52b7f + restore wrongly discarded np3portableapps .ini files for NP3Portable, redirecting .ini reading to correct path 2017-10-18 16:57:10 +02:00
Rainer Kottenhoff
949a637fbe + doc: minor changes to Notepad3.txt 2017-10-18 14:46:20 +02:00
Rainer Kottenhoff
02d9bd9f24 + doc: doc/Notepad3.txt - add description of [Section2] .ini settings (mostly taken from orig. Notepad2 FAQs) 2017-10-18 14:01:53 +02:00
Derick Payne
2026e8f01f Merge pull request #134 from RaiKoHoff/Changes_1018+
Changes for NP3s default (distrib) settings (.ini)
2017-10-18 09:58:42 +02:00
Derick Payne
9f5a259e1c Merge pull request #133 from RaiKoHoff/WarnDlg
show warning before loading unknown file
2017-10-18 09:57:55 +02:00
Rainer Kottenhoff
ccb423317e + changes for default (distrib) Notepad3.ini:
- remove settings for "Favorites" directory -> NP3 uses then users system default folder (%USERPROFILE%\Favorites)
  - default to modern displays settings, using Scintilla's new technology : SciDirectWriteTech=1, SciFontQuality=3
  - settings [Section2] (cannot be set via GUI) add all possible names and default values, if applicable
2017-10-18 09:23:02 +02:00
Rainer Kottenhoff
e8d80269b1 + License.txt: switch to UTF-8 encoding 2017-10-18 08:32:27 +02:00