Don Ho
7ee63496d3
Add 64-bit/32-bit installer detection ability
...
64-bit Installer can detect the 32-bit installation (and vice versa),
and suggest users to remove the existing one before install the new one.
It works only when the existing installation is on "C:\Program Files
(x86)\Notepad++" or "C:\Program Files\Notepad++" directory
2016-10-06 09:37:25 +02:00
Don Ho
bb01b0f528
Ask user for keeping userr data during uninstallation
2016-10-04 17:58:08 +02:00
Don Ho
5c031d9f81
Fix a regression of themes installation
...
Take consideration of installation with doLocal Conf.xml activated.
2016-10-03 01:11:21 +02:00
Don Ho
f3fcb50015
Fix uninstaller bug to not remove themes files from APPDATA
2016-10-02 14:38:17 +02:00
Don Ho
181b487521
Fix 64-bit installer's uninstallation problem.
...
After uninstalling 64-bit Notepad++ via uninstaller, the entry remains in
the "uninstall programs" section of panel of configuration. This commit fixes the bug.
2016-10-01 23:20:06 +02:00
Rajendra Singh
df91244234
Distinguish between x64 and x86 installer
...
Closes #2330
2016-10-01 13:19:43 +02:00
Don Ho
0fa10cb9fa
Translation: remove invalidated entries
2016-09-25 12:38:50 +02:00
Don Ho
1a0cde0271
Remove unecessary component (ChangeIcon.exe)
...
Sign all binaries
Add License header
2016-09-21 20:55:10 +02:00
Don Ho
6d2b1e4f5e
Remove the old icon
2016-09-21 09:06:22 +02:00
schnurlos
51797bf59e
Update german.xml to version 7.0
...
Closes #2194
2016-09-18 02:15:33 +02:00
gszo123
79277dcd56
Update polish translation.
...
Closese #2199
2016-09-18 02:09:05 +02:00
Artem Polivanchuk
3cdc9470db
Update Ukrainian translation
...
Updated ukrainian.xml tranlslation for version 7
Closes #2248
2016-09-18 01:53:43 +02:00
xomx
92453d0da6
Update czech.xml translation to v7
...
Closes #2250
2016-09-18 01:49:45 +02:00
Luca
d9a601acfd
Update Italian translation to version 7.0
...
Closes #2267
2016-09-18 01:44:44 +02:00
Rajendra Singh
c0c80c28d4
Updated Hindi Translation
...
Closes #2193
2016-09-17 11:57:21 +02:00
Rajendra Singh
ee2604341d
Added Description for Localization in installer
...
Added description for "Localization" on component selection page in
installer.
Reword some items in installer.
Closes #2281
2016-09-17 11:50:43 +02:00
Rajendra Singh
b491ef0f64
Remove extra slash in Urdu Localization
...
Closes #2280
2016-09-17 11:35:21 +02:00
Rajendra Singh
a361c8cec7
Corrected typo in nsis script
...
compability ->compatibility
Closes #2285
2016-09-17 11:32:00 +02:00
Don Ho
c5645d009d
Update Croatian & Russian translations
2016-09-17 10:06:05 +02:00
Don Ho
4b18a878e5
Fix NSIS compiling warning
2016-09-16 04:11:27 +02:00
Don Ho
0278554272
Update translations
2016-09-15 00:27:53 +02:00
Don Ho
fc014595a3
Make x32 and x64 packages
...
Refactoring NSIS installer
2016-09-09 23:26:15 +02:00
Don Ho
e451efbd29
Add "Search on Internet" for selected words as build-in command
...
Update translation for French, Chinese and English.
2016-08-29 00:13:28 +02:00
Don Ho
863c4e90c1
Add open file on selection & open container on selection commands
2016-08-22 00:52:26 +02:00
Don Ho
fe01f7501b
Update translations
...
Update english.xml, english_customizable.xml, chinese.xml, french.xml to
7.0
A minor refactoring
2016-08-19 13:39:31 +02:00
György Bata
c15ff9dc13
Update english.xml
...
Closes #1475
Add 3 missing translatable items
2016-08-18 11:07:54 +02:00
Rajendra Singh
60105c9326
Reduce the installer size by 30~35%
...
Closes #2175
As of now npp installer is not using any compression to reduce the installer size. I don't know if there is any history behind not using any compression algorithm.
But I noticed a reasonable difference after using /SOLID lzma compression technique. It reduces the installer size by 30~35%.
If we uses /FINAL lzma, it is improved by 15~18%.
2016-08-15 16:15:18 +02:00
vlakoff
311c4e58cf
Fix autocompletion for PHP function class_alias()
...
Closes #1468
2016-08-14 16:19:06 +02:00
Fábio Paganini
54f8367c11
Update Brazilian Portuguese
...
Closes #2121
Add some missing menu itens translation.
2016-08-14 13:38:54 +02:00
Lautis Sun
318a6207ea
Update english.xml, chinese.xml : Add 41022 "Open Folder as Workspace" and 44085 "Folder as Workspace"
...
Closes #1903
2016-08-14 11:30:00 +02:00
Don Ho
3f4816b030
Update some binaries and script file
2016-08-13 02:19:27 +02:00
Don HO
f8a24efa90
Fix DLL Hijacking Vulnerability
...
Closes #2086
DLL Hijacking Vulnerability is present in old version of NSIS. This
issue is fixed by updating new version of NSIS to build Notepad++
installer.
2016-08-03 20:01:52 +02:00
gszo123
2fb505b5a8
translation: updated polish translation to 6.9.2
...
closes #2055
2016-07-20 09:21:43 +09:00
nmlgc
ddf81ecc02
Update old themes to use the correct style IDs for Pascal
...
Scintilla got a [new Pascal lexer] in version 1.78, which was included in
Notepad++ version 5.4.4. However, this lexer also introduced [new style IDs]
and most of Notepad++'s bundled themes that were created before version 5.4.4
haven't been updated in all that time.
Fixes #249 , closes #1912
2016-07-15 02:32:27 +02:00
xomx
79a9f42e37
Update czech.xml translation to v6.9.2
...
Closes #2068
2016-07-15 00:43:37 +02:00
Don HO
79028b3341
Appveyor artifacts debug and release for x86 & x64
...
Fixes #1942 Closes #2079
2016-07-15 00:10:15 +02:00
Tmp341
ec433863c3
translation: updated turkish
...
There was a change in line 89, which states singular other than plural. And id 2036 added too.
closes #1393
2016-07-05 18:16:42 +09:00
gszo123
e770aff94d
translation: fixes for polish.xml
...
closes #2044
2016-07-05 18:12:56 +09:00
Igor Minin
bf2a987ad1
translation: updated russian
...
Closes #1899 , #1900
2016-07-04 18:04:18 +09:00
Luca
5b92b4b9cf
translation: updated italian
...
closes #1901
2016-07-04 18:03:05 +09:00
Sérgio
ec9bcf00af
translation: updated Brazilian Portuguese
...
Fix Brazilian Portuguese misspelled words and added some missing entries
closes #1987
2016-07-04 18:03:05 +09:00
Hiro5
87757e1a3f
translation: updated catalan
...
closes #2001
2016-07-04 18:03:02 +09:00
Mike Schwörer
bb0eea56e5
translation: Removed cloding parenthesis in text 47004
...
closes #2024
2016-07-04 17:56:07 +09:00
dail8859
cf4d3d2599
Add xml entity style
...
Fixes #1991
2016-07-03 16:01:06 -04:00
vlakoff
2b87e3a850
Correct "JavaScript" capitalization in themes
...
Closes #1860
2016-07-03 18:30:23 +02:00
Motaz.Alnuweiri
4c26009a2e
Installer Enhancement
...
Check if Notepad++ is running and ask the user to close it before
continue.
Closes #1876
2016-06-07 23:24:52 +02:00
Don Ho
52392a0b81
[RELEASE] Notepad++ 6.9.2 release
2016-05-18 01:47:03 +02:00
WGriffing
3ff59b2a70
Update themes' styles for fortran.
...
Closes #1741 , closes #1784
2016-05-15 18:14:55 +02:00
xomx
4dcbc78914
Update czech.xml translation to v6.9.1
...
Closes #1687
2016-05-15 01:27:54 +02:00
Magnus Österlund
620a3c16ab
Update Swidish translation
...
Closes #1710
Info from https://notepad-plus-plus.org/community/topic/164/unofficial-strings-for-translations
2016-05-15 00:53:09 +02:00
Don Ho
e584c47429
Fix several typos
2016-05-14 13:14:22 +02:00
Jan Schreiber
4d829ae373
Update german.xml
...
Changes for Notepad++ 6.9.1 by schnurlos
Closes #1694
2016-05-14 11:16:28 +02:00
Don Ho
cf48975b1c
Add 2 philosophic deep thought quotes
2016-03-24 21:46:50 +01:00
kozintsev
77c98318a3
Enhance C# keywords
...
Closes #1661
2016-03-24 16:06:32 +01:00
Luca
84652665d1
Updatee italian.xml to current release (6.9.x)
...
Closes #1664
2016-03-24 15:38:13 +01:00
vlakoff
4a89971ee4
Improvements for JSON highlighting
...
Closes #1349
2016-03-18 17:16:52 +01:00
kanti1992
51cc22fb3d
updated polish.xml to 6.8.2
...
Close #1486
- coding style fixed
- removed no longer used defines (based on english.xml)
- added new translates + fixed previous
2016-03-18 16:34:36 +01:00
Harry Oikawa
d19c35ed7b
Update japanese.xml
...
Closes #1557
To update japanese.xml to version 6.8.2, with some corrections/modifications on wording.
2016-03-18 16:29:45 +01:00
György Bata
4f6c58d598
Hungarian translation update for Notepad++ 6.8.8
...
Closes #1474
2016-03-11 15:50:01 +01:00
xomx
0112f44573
Update czech.xml translation to v6.9
...
Closes #1488
2016-03-11 15:45:40 +01:00
popcorner
940152b5cc
Update chineseSimplified.xml
...
Closes #1599
2016-03-11 15:21:53 +01:00
Don Ho
ac45b04bee
Update Chinese translation
2016-03-01 23:08:42 +01:00
Don Ho
ecfbf906c6
[RELEASE] Notepad++ 6.9 release
2016-02-22 00:36:01 +01:00
Don Ho
5197dcd63d
Update localization files
2016-02-21 20:39:46 +01:00
Don Ho
877e10f70e
Code signing
2016-02-20 15:26:40 +01:00
György Bata
b349dbdc11
Add 3 missing translatable items to master XML for 6.8.8
...
This is an attempt to add the complete, currently known unofficial strings to original english.xml language template. For version 6.8.8. Don Ho should review them, and make them official.
2016-02-14 11:56:27 +01:00
Don Ho
1b29aeff2b
IE never dies, it just fades away
2016-02-13 18:34:32 +01:00
dail8859
d7a0649c1f
Adds string styles to other themes for D
...
Closes #1146 , fixes #1445
2016-02-11 22:48:01 +01:00
Don Ho
7ba01cb7f4
[RELEASE] Notepad++ 6.8.9 release
2016-01-13 22:39:45 +01:00
Don Ho
6f0b57ed0d
Update swedish.xml to v6.8.2
2016-01-11 23:16:57 +01:00
Don HO
7213ee053b
Update italian.xml
2016-01-10 00:35:18 +01:00
Don HO
4c53179c52
Update english.xml
2016-01-09 22:48:34 +01:00
vlakoff
09d505ab1d
Enhance JS keywords and JSON in Zenburn theme
...
Closes #1337 , Closes #1338 , Fixes #1303
Add JSON language to Zenburn theme
Add "null" literal to list of JavaScript keywords
2016-01-09 19:19:42 +01:00
Don HO
7bad388361
Update chineseSimplified.xml
2016-01-09 18:22:14 +01:00
popcorner
a088675c36
Make simplified Chinese translation more understandable.
...
Close #1340
2016-01-08 15:41:00 +01:00
xomx
35933c1fc6
Update czech.xml translation to v6.8.7
...
Closes #1203
2016-01-08 15:25:42 +01:00
Luca
a1b55e5052
Update italian.xml to version 6.8.8
...
Closes #1315
2016-01-03 19:20:53 +01:00
Hiro5
fc0664d158
Update catalan.xml
...
Closes #1276
Updated to np++ 6.8.8.
3 strings added, and 1 changed a little bit.
2016-01-02 19:59:46 +01:00
Don Ho
2d7ae96a64
[RELEASE] Notepad++ 6.8.8 release
2015-12-10 01:07:07 +01:00
Don Ho
53809d8ef9
Fix Slovenian translation not working problem
...
The old version contain UTF8 BOM.
The new version remove UTF8 BOM, and solve the problem.
2015-12-09 17:43:42 +01:00
Luca
45ea135848
Update Italian translation for v6.8.7
...
Add 6430 string
2015-12-09 15:50:19 +01:00
vlakoff
48238b704b
Fix some bugs and inconsistencies in installer
...
Closes #1100
2015-11-29 19:52:21 +01:00
Don Ho
9a419cec57
[RELEASE] Notepad++ 6.8.7 release
2015-11-26 23:39:55 +01:00
Don Ho
d24d3bc33c
Add a new translation and update some translation
2015-11-24 23:54:58 +01:00
Artem Polivanchuk
0b1832e2ba
Update ukrainian.xml
...
Closes #1120
2015-11-22 20:47:46 +01:00
fpaganini
7c791956c5
Update brazilian_portuguese.xml
...
Closes #1118 , closes #1155
Add new features translates.
2015-11-22 20:32:55 +01:00
cpasmoi
91b9503beb
french.xml typos + improve
2015-11-22 20:24:50 +01:00
JAMESY9868
5b8f8ac800
Fix Chinese wrong translate.
...
Closes #1079
空白操作->空白字符操作
2015-11-22 19:57:55 +01:00
vlakoff
14c84f68e1
Update GetWindowsVersion installer script to 4.1.1
...
Closes #1164
Adds support for Windows 8.1 and 10
2015-11-22 17:52:59 +01:00
Stanislav Golovin
7fbdb31dee
Add back-quoted string support for javascript
...
Closes #1084 , Fixes : #1055
2015-11-21 15:25:17 +01:00
Don Ho
54cf3ca3a3
Let user choose to keep DSpell or not in Installer
2015-11-13 00:07:21 +01:00
JAMESY9868
43a7f39d47
Make "change Cace To" translation correct.
...
Close #1077
2015-11-01 22:55:21 +01:00
Don Ho
3733d97146
[RELEASE] Notepad++ 6.8.6 release
2015-10-29 02:15:49 +01:00
Don HO
c2eb1e1919
Update english.xml
...
I have asked a question to a friend in USA for which one should I use, here is his answer:
1. "Extended (\r, \n, \t, \x..., \0)"
2. "Extended (\n, \r, \t, \0, \x...)"
The ellipsis (three dots) means that the list does not show everything that could be shown.
If you mean that there are more items than what you can show, but you are listing just the most important ones, you want the second one.
The first one implies that you are following a certain order and that some items are not listed but that \0 is last, either in list order or importance. At least, that's what it looks like to me.
2015-10-25 20:04:15 +01:00
Hiro5
6f9c845c17
Update catalan.xml
...
Update to v6.8.2.
Just one missing line (id="47004"), and a few small changes.
(closes #1033 )
2015-10-24 18:50:09 +02:00
Luca
17e5e4ea6d
Update italian.xml (6.8.2)
2015-10-24 18:44:00 +02:00
Don Ho
828e14aca1
[RELEASE] Notepad++ 6.8.5 release
2015-10-18 23:00:48 +02:00
Don Ho
8e103d837a
[RELEASE] Notepad++ 6.8.4 release
2015-10-16 21:02:54 +02:00
Krzysiu
4c95669234
Update polish.xml
...
Fixed untranslated strings, removed jokes (sic!), fixed grammar, typography, typos, unification of translation, removed Love of RANDOM capiTaliZation.
2015-10-16 11:10:14 +02:00
Yves Goergen
6b16ba2ef3
Update German translation
...
Added back spaces before ellipses, used proper ellipsis character
2015-10-16 10:54:28 +02:00