Commit Graph

6718 Commits

Author SHA1 Message Date
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
Derick Payne
a6fa51a978 Merge pull request #80 from RaiKoHoff/NP2E_BugFixes
Small Bugfixes
2017-09-05 20:34:20 +02:00
Derick Payne
1878ef26e5 Merge pull request #77 from RaiKoHoff/RelaunchElevated
Relaunch elevated: minor fixes
2017-09-05 20:33:47 +02:00
Rainer Kottenhoff
78989ac854 + refactoring of appveyor.yml 2017-09-05 20:18:24 +02:00
Rainer Kottenhoff
527fa5359f + 7th giving up ??????? :-/ 2017-09-05 19:51:00 +02:00
Rainer Kottenhoff
324c099698 + 6th not as close ?????? 2017-09-05 19:47:39 +02:00
Rainer Kottenhoff
98e43a89e7 + 5th comming closer ????? 2017-09-05 19:45:40 +02:00
Rainer Kottenhoff
893d002f99 + 4th try ???? 2017-09-05 19:42:26 +02:00
Rainer Kottenhoff
95be72783a + 3rd try ??? 2017-09-05 19:23:05 +02:00
Rainer Kottenhoff
fa6ac63399 + 2nd try ? 2017-09-05 19:18:00 +02:00
Rainer Kottenhoff
bcfa916d20 + syntax error ??? 2017-09-05 19:10:29 +02:00
Rainer Kottenhoff
c1caa80742 + try to call Version.ps1 instead of duplicate code in .yml 2017-09-05 19:05:37 +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
0a87a2606f + missing Update-AppveyorBuild commandlet 2017-09-05 14:12:59 +02:00
Rainer Kottenhoff
958ab09334 + unique (revision) number: format "Mdd" so Dec.1 (121) can be distinguished from Jan.21 (121) - now (1201) vs. (121) 2017-09-05 13:36:57 +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
d1168fce04 Merge branch 'Bugfix_Branch' 2017-09-05 09:59:26 +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
593d954ceb Merge remote-tracking branch 'notepad3_orig_rizone/master' 2017-09-04 18:40:40 +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
Rainer Kottenhoff
24ac73f79a Merge branch 'master' into Bugfix_Branch 2017-09-04 08:21:22 +02:00
Rainer Kottenhoff
703eb39043 Merge branch 'RelaunchElevated' into Bugfix_Branch 2017-09-04 08:20:45 +02:00
Rainer Kottenhoff
f4c9da096b Merge branch 'StrSafe3_Branch' 2017-09-02 14:17:28 +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
Derick Payne
eb6d1b0d7b Merge pull request #73 from RaiKoHoff/RelaunchElevated
Save file: permission denied - Relaunch elevated, keeping changes via temp. buffer file
2017-09-02 13:11:11 +02:00
Derick Payne
9f8bd5f60d Merge pull request #72 from RaiKoHoff/StrSafe3_Branch
StrSafe3 branch  ( lstrcmp() and lstrcmpi() )
2017-09-02 13:10:32 +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
a092fbb09d - remove Debug build - not needed here ;-) 2017-09-02 01:06:03 +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
ebc3020297 + try fix parsing error 2017-09-02 00:16:02 +02:00
Rainer Kottenhoff
a1aec489ca + first AppVeyor config 2017-09-01 23:59:55 +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
9182ddcf37 + update doc parameters of [Settings2] 2017-08-31 21:04:04 +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