Cyrillev
02bdd11700
Add new languages support
...
Connect Scintilla Lexers to npp : SCLEX_ASN1 (Abstract Syntax Notation One), SCLEX_AVS (AviSynth), SCLEX_BLITZBASIC, SCLEX_PUREBASIC, SCLEX_FREEBASIC, SCLEX_CSOUND, SCLEX_ERLANG, SCLEX_ESCRIPT, SCLEX_FORTH, SCLEX_LATEX, SCLEX_MMIXAL, SCLEX_NIMROD, SCLEX_NNCRONTAB, SCLEX_OSCRIPT, SCLEX_REBOL, SCLEX_REGISTRY, SCLEX_RUST, SCLEX_SPICE, SCLEX_TXT2TAGS
Connect Scintilla Lexers to npp :
asn1 (Abstract Syntax Notation One) : https://fr.wikipedia.org/wiki/ASN.1#Exemple
avs (AviSynth) : http://avisynth.nl/index.php/Script_examples
blitzbasic : http://www.blitzbasic.com/bmdocs/command.php?name=Mid&ref=2d_cat
http://www.blitzbasic.com/codearcs/codearcs.php?cat=8 "
csound : http://www.csounds.com/manual/html/PrefaceGettingStarted.html
erlang : http://erlang.org/doc/man/file.html
http://erlang.org/documentation/doc-5.3.6.13/doc/getting_started/getting_started.html "
escript : http://erlang.org/doc/man/escript.html
forth : http://wiki.c2.com/?ExampleForthCode
freebasic : http://www.freebasic.net/
latex : http://physics.clarku.edu/sip/tutorials/TeX/intro.html (Sample LaTeX file)
mmixal : http://mmix.cs.hm.edu/examples/hello.html
nimrod : http://www.csse.monash.edu.au/~nimrod/nimrodportal/manual/planfileexamples.shtml
nncrontab : http://www.nncron.ru/help/EN/working/cron-format.htm
oscript : http://www.oscriptadventures.com/
purebasic : https://www.purebasic.com/documentation/reference/ide_form.html
rebol : http://www.rebol.net/cookbook/recipes/0031.html
registry : windows registry file
rust : http://rustbyexample.com/std_misc/file/open.html
spice : http://www.seas.upenn.edu/~jan/spice/spice.overview.html
txt2tags : https://github.com/txt2tags/txt2tags/blob/master/samples/sample.t2t
2017-07-23 10:24:53 +02:00
Don Ho
3d76ab73ac
Notepad++ 7.4.2 release - fix a typo
...
I hate tpyos!
2017-06-18 23:40:46 +02:00
Don HO
c8969b773f
Add SWIFT language support
2017-06-17 20:03:28 +02:00
Don HO
a43c9b9745
Add snapshot on document map feature
2017-04-25 09:28:24 +02:00
Markus Heidelberg
6b6b81278b
Integrate lexers for several hex file formats
...
Integrate Motorola S-Record lexer.
Integrate Intel HEX lexer.
Integrate Tektronix extended HEX lexer.
Fixes #1256 , closes #1257
2017-02-26 00:25:05 +01:00
oirfeodent
1b1265302f
Enable Scintilla Lexer SCLEX_BAAN (BaanC Language)
...
Closes #2696
2017-01-22 23:10:08 +01:00
Don Ho
8fc1a2ed30
Add MD5 functionalities
2017-01-01 18:28:25 +01:00
Rajendra Singh
ae0f870ee6
Improve About OK button look
...
Fixes #2151 , Closes #2152
2016-10-09 01:57:16 +02:00
Don Ho
f71fd6c63f
Make command name more accurate
...
"Title Case" to "Proper Case"
2016-09-10 12:30:43 +02:00
Don Ho
fae21ebdea
Add missing commands in shortcut list
2016-08-30 02:49:50 +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
dail8859
a21196d356
Unify line ending terminology
...
Closes #2038 Closes #2141
2016-08-09 19:28:50 -04:00
A-R-C-A
9cf45dea29
Add commands for moving the current file tab Forward/Backward
...
Closes #1864 , closes #2033
2016-07-31 23:24:06 +02:00
A-R-C-A
f6e47cd536
Added more Change Case variants
...
Closes #2032
Added some more Change Case functions (Title Case, Sentence Case,
Invertcase, Randomcase).
Some of them have a normal and a blend version. The normal version will
change any formatting in the start/middle/end part of the word/sentence to
the chosen case. The blend version applies the changes only to the start
part but don't changes the middle/end part of the word/sentence. You can
use it when you want to keep some formatting in the middle/end part, for
instance CamelCase or proper nouns.
2016-07-31 21:48:24 +02:00
dail8859
e2ec03c35e
Add ellipsis to "Open Folder as Workspace"
...
Closes #1933
2016-07-03 16:02:10 -04:00
Linquize
c059cc03dc
Show Notepad++.exe bitness in about box
2016-06-17 09:18:11 +02:00
Don HO
2ff03fe250
New feature: Log Mornitoring (tail -f)
...
This feature allows users to monitor log files' writing, as Unix "tail -f"
command.
Here are the conditions of monitoring:
1. file to monitor should exist.
2. file will be set as readonly during monitoring.
3. each update will scroll to the last line.
2016-05-07 12:12:18 +02:00
Don Ho
93c704c857
Add "Open Folder as Workspace" command in file menu
2016-03-19 16:15:21 +01:00
YWX
cfa57b6818
Notepad++ support both SCLEX_FORTRAN and SCLEX_F77
...
Closes #1381
2016-03-01 21:34:52 +01:00
Don Ho
877e10f70e
Code signing
2016-02-20 15:26:40 +01:00
Don Ho
058c9d5923
Folder as Workspace (implementation done)
2016-02-08 01:34:33 +01:00
Don Ho
7d0d874296
File Browser (New name: Folder as Workspace) - in progress
...
Add "copy path", "add folder" and "remove all folders" 3 menu commands.
2016-02-06 14:58:42 +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
773397d6ea
Add Debug Info feature
2015-12-07 01:15:17 +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
Don Ho
46e810aa53
Add JSON language support; Add auto-detection for xml, php and bash.
2015-09-19 18:49:55 +02:00
Don Ho
2739a973d7
[RESTORE] Add back "Notepad++ Community (Forum)" menu item
2015-08-15 16:29:17 +02:00
Damien GERARD
af27081759
Updated year in copyright ( #638 , closes #666 )
2015-08-07 10:42:35 +02:00
Don Ho
21b5d6d27c
[UPDATE] Update to the modern terminology for Unicode
2015-07-29 13:45:35 +02:00
Don Ho
c14f87c4b0
[UPDATE] Replace "Forum" command by "Live Support" one.
2015-06-18 01:35:15 +02:00
Don Ho
251e987a71
[NEW_FEATURE] Add 2 context menus on status bar
...
Add language context menu and EOL conversion context menu on status bar.
2015-06-08 03:19:34 +02:00
Don HO
805ab2b9ff
Merge pull request #86 from andreas-jonsson/decimal_sort
...
[NEW_FEATURE] Refine sort lines feature: Add Sort Lines Lexicographically/Integer/Decimal (comma) /Decimal (dot) with Ascending and Descending commands.
2015-05-25 22:59:26 +02:00
Andreas Jönsson
f43c9875b3
Fix menu options.
2015-05-25 20:50:57 +02:00
Don Ho
d3c7ade18c
[NEW] Prevent from launching updater under XP due to the obsolet security
...
layer
2015-05-22 21:11:08 +02:00
Andreas Jönsson
d0bafb7fba
Add more options for sorting.
...
User can now choose between lexicographic, integer and decimal sorting.
For decimal sorting there are two further options: decimal point ('.')
or decimal comma (',').
When doing integer/decimal sort, the parsing is not as strict as
before. E.g during integer sorting the program will interpret "123abc"
as 123.
Performance of integer sorting has been improved by 30%.
The implementation of sorting is delegated to classes which implement
the new "ISorter" interface. Unfortunately due to template issues most
of the code had to go in the header file.
2015-05-17 19:18:43 +02:00
Andreas Jönsson
1f4a1fb2e7
Optimize sort.
...
Remove custom, recursive implementation of quicksort which becomes too
slow to use after a couple of hundred lines.
2015-05-08 23:27:21 +02:00
Don Ho
a7074ee7b9
Back to the regular release mode.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1329 f5eea248-9336-0410-98b8-ebc06183d4e3
2015-02-01 16:41:08 +00:00
Don Ho
00f664188f
[RELEASE] Notepad++ 6.7.4 Release - Je suis Charlie edition
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1327 f5eea248-9336-0410-98b8-ebc06183d4e3
2015-01-10 23:41:49 +00:00
Don Ho
bf76a3f5ee
[RELEASE] Notepad++ 6.7.1 Release.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1313 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-12-21 19:43:40 +00:00
Don Ho
b1f84d2788
[NEW] Add some menu accelerator.
...
[UPDATE] Fix some typos and syntax issues.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1299 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-11-30 02:17:49 +00:00
Don Ho
d4127c6094
[UPDATE] Update the translation for English, Chinese and French.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1264 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-07-23 22:11:48 +00:00
Don Ho
0f6c6276b3
[BUG_FIXED] Fix "Settings on cloud - Dropbox" not working problem if the dropbox path has been changed.
...
[RELEASE] Notepad++ v6.6.6
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1249 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-06-12 23:30:28 +00:00
Don Ho
8f1e1bd940
[NEW] Add "Command line arguments help" menu item command.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1195 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-03-05 22:09:57 +00:00
Don Ho
a7c2d050fd
[BUG_FIXED] Fix the display/translation problem for new added commands.
...
[UPDATE] Update html auto-completion file.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1157 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-12-08 13:52:49 +00:00
Don Ho
24c71c8cee
[NEW_FEATURE] Add 2 new commands: Open containing folder and Open cmd.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1156 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-12-07 01:43:35 +00:00
Don Ho
662aed98cf
[NEW] Add panel icons for 6 panels: ascii insertion, clipboard history, doc map, doc switcher, function list and project.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1154 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-12-03 00:41:27 +00:00
Don Ho
35a496e519
[NEW_FEATURE] Add sort lines feature.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1149 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-11-19 23:30:41 +00:00