Commit Graph

194 Commits

Author SHA1 Message Date
Rainer Kottenhoff
424da9caeb + fix: support pasting position at virtual space 2017-10-05 12:54:07 +02:00
Rainer Kottenhoff
9d9d4d45cb + fix: move caret to convenient position after pasting clipboard (no current selection) 2017-10-05 11:30:27 +02:00
Rainer Kottenhoff
32ccdc0671 +fix: virtual space navigation and rectangular selection (minor issues)
(allow "Virtual Space Rectangular Selection" also allows moving Caret into virtual space (beyond line end))
2017-10-05 02:18:51 +02:00
Rainer Kottenhoff
5eaf851da1 + fix: copy/cut & paste of current line (in case of no selection - Visual Studio behavior - using SCI's MSDEVLineSelect) 2017-10-04 18:44:30 +02:00
Rainer Kottenhoff
3c6bb28361 + enhanced clipboard recoding detection
+ fix: bug in code-page related text conversion
2017-10-04 14:45:48 +02:00
Derick Payne
4a6244433a Build 548 Released 2017-10-03 18:02:37 +02:00
Derick Payne
011cbff8b8 Corrected UFT Spelling on Encoding menu
Corrected MENUITEM "ASCII as UFT-&8\tCtrl+Shift+F8", CMD_RELOADASCIIASUTF8 - UFT -> UTF
2017-10-03 15:24:20 +02:00
Rainer Kottenhoff
2497dfd06b + fix: word delimiter in case of "Accelerated Word Navigation" 2017-09-29 15:07:40 +02:00
Rainer Kottenhoff
4b4c01bc2b - code cleanup 2017-09-29 14:45:14 +02:00
Rainer Kottenhoff
0b68bebf97 + fix DPI awareness in manifest
+ minor code refactoring
2017-09-29 09:49:11 +02:00
Rainer Kottenhoff
bca27c37a6 - fix: do mouse wheel scrolling in editor area only 2017-09-28 15:38:26 +02:00
Rainer Kottenhoff
d2e5897e9c + fixing punctuation chars for "Accelerated Word Navigation" (Settings2: ExtendedWhiteSpaceChars= add non word chars here)
+ add count for "Mark(ed) Occurences" in StatusBar
2017-09-28 14:02:07 +02:00
Rainer Kottenhoff
5523f5a442 + fix: StatusBar SelectionCount (Sel) : count chars instead of bytes 2017-09-28 09:37:15 +02:00
Rainer Kottenhoff
c3949edf22 - fixing issue #92: Undo/Redo of virtual space selection rectangle not correct 2017-09-25 16:08:52 +02:00
Rainer Kottenhoff
8cceac6cda fixing issues:
- #79 : Paste from clipboard to ANSI code page: unnecessary switching encoding to UTF-8
- #90 : FILE status becomes [MODIFIED] when doing CONTROL+A ie to select ALL
2017-09-25 12:21:18 +02:00
Derick Payne
636dc3741d Build 505 Released 2017-09-23 21:41:25 +02:00
Rainer Kottenhoff
7569ff93c7 + add new Settings "Virtual Space on Rectangular Selection" used to select rectange not delemited by line endings
(but including virtual space)
2017-09-10 10:20:17 +02:00
Rainer Kottenhoff
8208d6e39d + code cleanup 2017-09-08 14:00:09 +02:00
Rainer Kottenhoff
34ce1288d0 + change accelerator key for feature "Complete Word" from Ctrl+Enter to Ctrl+Alt+Enter
+ add feature "Insert New (empty) Line above current line Ctrl+Enter (as in VisualStudio)
2017-09-08 13:57:51 +02:00
Rainer Kottenhoff
1736875cad + fix broken "Complete Word" feature (Ctrl+Enter/Return) 2017-09-08 12:52:39 +02:00
Rainer Kottenhoff
604383ca63 + fixing issue "Convert to Title Case" while selected text is all upper case 2017-09-08 11:58:26 +02:00
Rainer Kottenhoff
d3bd71e3f2 + updated Compiler Info 2017-09-07 14:04:25 +02:00
Derick Payne
85412ddf3d Merge pull request #81 from RaiKoHoff/NP2E_BugFixes
Solving issue #76
2017-09-06 03:52:58 +02:00
Derick Payne
ad469fa699 Build 491 Released 2017-09-06 03:50:29 +02:00
Rainer Kottenhoff
809b8b89d4 + fixed bug: open find dialog the first time (new NP3 instance) while clipboard is empty, NP3 crashes
(try to LocalFree() static allocated memory)
2017-09-06 01:17:06 +02:00
Derick Payne
4c66c0efc3 Merge pull request #78 from RaiKoHoff/AppVeyor_VersionPatch
Suggestion:  Powershell based VersionPatch script and Help/About... display
2017-09-05 20:35:06 +02:00
Rainer Kottenhoff
c4e31c396e - remove FindReplaceDlg handle declared as external from compilation unit Edit.c - not really needed here.
(externals (handles / pointers) seemed to be a problem on module init instance time in 64-bit ?)
2017-09-05 18:41:54 +02:00
Rainer Kottenhoff
6e65f81fe5 + changed version display on Help/About...
+ powershell script to patch version numbers
+ appveyor.yml using same powershell commnads to patch version
2017-09-05 12:53:41 +02:00
Rainer Kottenhoff
a2f250dd4f + fixing crash in case of wrong Encoding (detection) 2017-09-05 09:24:55 +02:00
Rainer Kottenhoff
d6775f7161 + NP2E issue #100 "File lock not released on open" (https://github.com/ProgerXP/Notepad2e/issues/100): 2017-09-05 00:11:45 +02:00
Rainer Kottenhoff
3e23113b7f + NP2E issue #126 (https://github.com/ProgerXP/Notepad2e/issues/126)
- solved by commit   71838d6
2017-09-04 23:24:09 +02:00
Rainer Kottenhoff
4bc42b7840 Merge branch 'RelaunchElevated' into NP2E_BugFixes 2017-09-04 23:11:11 +02:00
Rainer Kottenhoff
cdbf84a2b0 + cleanup tmp filebuffer, if elevation has been rejected 2017-09-04 20:53:54 +02:00
Rainer Kottenhoff
9fcfe39f70 "Relaunch elevated": use current .ini-file instead of new user's (Admin's) .ini 2017-09-04 20:33:34 +02:00
Rainer Kottenhoff
95543b97c1 + "Relaunch elevated", infinite loop protection 2017-09-04 18:13:36 +02:00
Derick Payne
ac664d51b1 Merge pull request #74 from RaiKoHoff/RelaunchElevated
+ remember window position in case of "relaunch elevated"
2017-09-04 15:09:04 +02:00
Rainer Kottenhoff
348dee6801 + enhance consistency between toolbar (save button) and titlebar (modified marker) 2017-09-04 12:59:02 +02:00
Rainer Kottenhoff
f35e6ec96d + fixing problem memory initialization problem during InitInstance() 2017-09-04 10:20:08 +02:00
Derick Payne
1e3c0cbda2 Build 468 Released 2017-09-02 14:15:33 +02:00
Rainer Kottenhoff
837f22c588 + remember window position in case of "relaunch elevated" 2017-09-02 14:02:24 +02:00
Rainer Kottenhoff
239f54b0ca + small fixes for "Relaunch elevated"
+ consistency: raising WINVER macros to Win7 (abandoned WinXP support)
2017-09-02 09:09:23 +02:00
Rainer Kottenhoff
e8ec51f360 Merge branch 'StrSafe3_Branch' into RelaunchElevated 2017-09-02 01:13:13 +02:00
Rainer Kottenhoff
ac11c6bdaa + next try 2017-09-02 00:54:50 +02:00
Rainer Kottenhoff
3bf27e9b1d Merge branch 'StrSafe3_Branch' of https://github.com/RaiKoHoff/Notepad3 into StrSafe3_Branch 2017-09-02 00:50:54 +02:00
Rainer Kottenhoff
0790f7496f + next try for .vcxproj 2017-09-02 00:45:45 +02:00
Rainer Kottenhoff
444beff925 + try fixing .vcxproj file 2017-09-02 00:26:00 +02:00
Rainer Kottenhoff
a553fa4d9a + fixing some problems for feature "relaunch elevated preserve changes" 2017-09-01 20:25:38 +02:00
Rainer Kottenhoff
d1a53c3fb1 + relaunch elevated keeping current changes in a buffer 2017-09-01 16:45:31 +02:00
Rainer Kottenhoff
04752d0bb5 + clipboard encoding handling refined 2017-09-01 12:03:03 +02:00
Rainer Kottenhoff
a4f0b5c56e + add text file documentation for Notepad3 (includes Notepad2 and Notepad2-mod docs and detailed description of encryption feature)
+ add [Settings2] parameter for "mark occurence" max. count  (which was fix at 2000 before) - now configurable, max is 100000
2017-08-31 20:48:38 +02:00