Commit Graph

1436 Commits

Author SHA1 Message Date
Don Ho
9636431f94 Update License
1. Remove added lines which could make void License from GPL text.
2. Update the header (notepad++ statement to prohibit rewrapping
practice).
3. Remove space at the end of each line.
2016-01-04 14:56:48 +01:00
NN
374d669948 Add file extension of JS based languages
Add JSX TSX and TS (Closes #1216)
TS is TypeScript , javascript based language from Microsoft.
JSX is javascript with xml elements. Used in React framework.
TSX is JSX with TypeScript. ( I forgot to add it )

https://en.m.wikipedia.org/wiki/TypeScript
https://en.m.wikipedia.org/wiki/React_(JavaScript_library)
https://github.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript
2016-01-03 19:26:32 +01:00
Luca
a1b55e5052 Update italian.xml to version 6.8.8
Closes #1315
2016-01-03 19:20:53 +01:00
vlakoff
a459d10e03 Show dialog before printing via toolbar icon
Closes #1278, fixes #1215
So little change, such hassle less, much paper saved, wow.
2016-01-02 20:15:10 +01:00
qme5400
bc4603ef00 Add FreePascal/Lazarus pascal files extensions
Closes #1261
(www.freepascal.org) (www.lazarus-ide.org)
2016-01-02 20:10:09 +01:00
dail8859
03c8e0c80c Add identifier style to R
Closes #1264, closes #1265
2016-01-02 20:05:43 +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
5c48259aee Clean up
Remove unnecessary directive.
2015-12-26 01:17:01 +01:00
Don Ho
6f4140a281 Fix Notepad++ hanging issue while user uses touch screen to activate Notepad++ windows
Make checkModifiedDocument as thread to avoid Notepad++ hanging while
user uses touch screen to activate Notepad++ windows.
2015-12-25 16:41:26 +01:00
Markus Heidelberg
715a64a32a Make GCC/MinGW build work again and support cross-building under Linux
Close #1229, Fixes #385
Only build errors are fixed, compile warnings are left alone. To reduce
the number of changes, even the compiler option "-fpermissive" has been
used to downgrade several errors to warnings.
2015-12-15 17:10:46 +01:00
Don Ho
2d7ae96a64 [RELEASE] Notepad++ 6.8.8 release 2015-12-10 01:07:07 +01:00
Don Ho
232ccc7d46 Revert 735e019382 for preventing from regression 2015-12-09 19:58:43 +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
Don Ho
c54bc72b90 Enhance debug info display message 2015-12-09 00:41:08 +01:00
Don Ho
773397d6ea Add Debug Info feature 2015-12-07 01:15:17 +01:00
Don Ho
48e9b84bb2 Enhance the version detection capacity
By adding targeting in notepad++.manifest:

https://msdn.microsoft.com/en-us/library/windows/desktop/dn481241(v=vs.85).aspx
Windows 8.1 and windows 10 are detected correctely
2015-12-05 21:39:53 +01:00
Don Ho
6c7ca02fea Add no editor border edge option
Close #707
Add no editor border edge option in preferences dialog.
Add new API NPPM_SETEDITORBORDEREDGE
2015-12-04 19:01:28 +01:00
Flobe
32b45e16d8 Minor coding style fix, removed unecessary comment
Closes #1192, fixes #868
2015-12-04 13:06:59 +01:00
SEATURCH
e800e7efbf Removed unneccessary, refactored out code left in as comments for review 2015-12-04 13:06:32 +01:00
SEATURCH
d96f8890f7 Changed testing of whether or not position is within comment section through xml definition of system versus self testing character sequence 2015-12-04 13:06:31 +01:00
Amy Wu
e37354842d fixes highlighting for tags inside comment, needs improvement 2015-12-04 13:06:30 +01:00
dail8859
7b2b640357 Add styles for additional strings in D
Closes #1099, closes #1210
2015-12-04 12:58:49 +01:00
dail8859
4fee79907b Add styles for Powershell
Close #1184
Comment blocks, here-strings, here-characters, and comment document keywords. Closes #1183
2015-12-01 17:03:27 +01:00
dail8859
378673da90 Add styles for Lua label and identifier
Closes #1181, closes #1182
2015-12-01 17:01:43 +01:00
dail8859
5b45ddb7d9 Add style for Python decorator
Closes #1179, closes #1180
2015-12-01 16:56:47 +01:00
dail8859
6a91b26af0 Add styles for preprocessor comments
Closes #803, Closes #1180
2015-12-01 16:54:53 +01:00
Pavel Nedev
accf7da2d1 Fix find in files progress window alway on top issue.
Closes #1202. Fixes #293, fixes #1198

Progress window is not "always on top" anymore.
2015-12-01 16:05:12 +01:00
Don Ho
0e6e84c0ed Fix a regression of link style in html/php
This regression was inserted by d8f6ac67ea
2015-12-01 15:23:23 +01:00
Eduard Braun
5b7f900ce8 Improve and simplify drawing of tabs in TabBarPlus
Closes #1075

- All positions are dynamically calculated relative to the tab rectangle now (i.e. no hardcoded pixel values are used to position icons/text anymore)
- Match positioning of icons/text in active and inactive tabs (i.e. elements are not "jumping around" anymore upon selection)

Some specific fixes:
- Most issues with vertical TabBar are resolved now (it was basically unusable before, for example labels were cut)
- Darkened background of inactive tabs fills the whole tab now (fixes #1011)
- Close button is centered correctly now (fixes #1010)
2015-11-30 17:08:48 +01:00
Don HO
da144f4688 Update CONTRIBUTING.md 2015-11-29 22:04:36 +01:00
Don Ho
901f772e54 Small cosmetic enhancement in preference dialog 2015-11-29 22:00:22 +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
b61170d669 Restore file extension feature in save dialog
Fixes #1159, fixes #1129
Restore file extension feature in save dialog: make new style save
dialog optional (without file extension feature).
2015-11-26 19:09:40 +01:00
Pavel Nedev
89cd163cca Fix crash issue while moving Find In Files progress window
Close #1187, Fixes #1172
Fix crash issue when moving the Find In Files progress window while the
search finishes.
2015-11-26 14:52:58 +01:00
Christian Grasser
d8f6ac67ea Remove scintilla deprecated calls/defines
Closes #1174
remove deprecated INDIC1_MASK and INDIC2_MASK, see http://www.scintilla.org/ScintillaDoc.html#DeprecatedMessages
2015-11-26 13:27:10 +01:00
Don Ho
d7b0eb9ebf Enhance language detection while "Save as"
By using detectLanguageFromTextBegining function
2015-11-26 09:25:09 +01:00
Christian Grasser
735e019382 Remove scintilla deprecated calls SCI_SETSTYLEBITS
Close #1173
Remove deprecated call to SCI_SETSTYLEBITS, see http://www.scintilla.org/ScintillaDoc.html#DeprecatedMessages
2015-11-25 13:59:19 +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
Don Ho
5d369194d9 Make the name CMake right 2015-11-22 10:23:42 +01:00
Don Ho
c866bb7e95 Make several language names right
Fixes #907
2015-11-22 00:13:08 +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
8e43715baf Fix tab settings not working in javascript
When tab settings exists only for L_JS (the old settings) but if the
current document is L_JAVASCRIPT, tab settings for L_JS won't apply to
L_JAVASCRIPT document.
The fix is to use L_JS's tab settings for both L_JS and L_JAVASCRIPT
documents, and to synchronize the values of both type while user
modifies javascript tab settings.
2015-11-20 18:26:38 +01:00
Don Ho
08bc46ddfa Fix user defined keywords no effect in Javascript.
Fixes #1152
2015-11-20 17:40:50 +01:00