Commit Graph

46 Commits (35584b379f017402ab8e8244364400137bb500c0)

Author SHA1 Message Date
Don HO 9f635b22af
Fix invalid XML file 2021-01-04 23:33:42 +01:00
Don HO cb3d328666
Fix invalid UTF-8 XML files 2021-01-04 20:02:23 +01:00
Don HO 52e8c68f90
Change XML encoding from Windows-1252 to UTF-8 (config.xml and others)
and add XML declaration for session.xml, shortcuts.xml & userDefineLang.xml for conforming to XML standard specs.

Regarding the suggestions from #9339
2021-01-04 15:02:09 +01:00
Christian Grasser d17fa02a6f
Check XML validation in Notepad++ build system
1. Added xml syntax check via python script just for the win32 debug build because there already the functionlist check happens.
2. Fixed an issue found for perl.

Fix #9330, close #9339
2021-01-03 01:52:23 +01:00
Youssef Victor de202d9a14
Add C# 9.0 keywords for auto-completion
Close #8872
2020-09-29 02:32:51 +02:00
Rodrigo Cesar 230c7ef235
Add "nameof" reserved word of C# in auto-completion
Close #8633
2020-09-02 01:36:48 +02:00
PeterCJ 801a3f5845
Update perl keywords & auto-completion API
Update list through Perl v5.30

Close #8198
2020-05-11 05:00:29 +02:00
Scott Sumner 73f5492d04
Fix strncmp return type and first parameter
Fix #8117, close #8119
2020-04-17 19:29:58 +02:00
schnurlos b933476632
Update lisp API
Included values from Autocad 13 reference.

Close #6000
2019-08-20 13:22:06 +02:00
Simon Sobisch a5ec6be8a9
Enhance COBOL language support - function list & auto-completion
COBOL support in function list - new entries in functionList.xml (note: defaults to fixed-form reference format, manual switch to free-form reference-format possible in association for langID 50)

COBOL support in auto-completion - new file APIs/cobol.xml
COBOL syntax highlighter - recreated list

note: list of statements, functions and reserved words token from GnuCOBOL 3.0 (COBOL85,2002,2014 + extensions from IBM/MF/RM/ACUCOBOL), please report back if any words are missing

Close #4004
2019-08-04 00:54:18 +02:00
vlakoff 48ac04accc
Add "hasOwnProperty" method to the JavaScript autocompletion
Close #5957
2019-08-01 21:09:37 +02:00
Alexander Grund 43893e5a2c
Add CMake new keywords.
Close #5701, close #5511
2019-05-30 16:31:03 +02:00
Don HO a76843cf65 Remove auto-completion files from the old location while update 2018-12-23 15:02:50 +01:00
mogu1121 b4f012985f Add new JavaScript API for auto-completion
Close #5023
2018-12-03 00:55:06 +01:00
Christian Grasser 24a839434c checked all files of the APIs dir for xml syntax issues and corrected the broken files 2018-12-01 15:09:39 +01:00
Christian Grasser 6cdac077f2 Add autoit autoCompletion
Add autoit.xml autoCompletion from http://docs.notepad-plus-plus.org/index.php?title=User_Defined_Language_Files#A -> http://notepad-plus.sourceforge.net/commun/userDefinedLang/Autoit.xml

Close #4977
2018-11-09 20:24:48 +01:00
Christian Grasser 2d81570be5 added lua autoCompletion
added lua autoCompletion from http://ageekandhisblog.com/notepad-plugin-lua-corona-api-autocompletion/
as the one mentioned under http://docs.notepad-plus-plus.org/index.php?title=User_Defined_Language_Files#L -> http://www.davidcarrigg.com/uploads/LuaLangFile.zip is no longer available

Close #4978
2018-11-09 12:41:51 +01:00
MCCshreyas 2e4b01cd3d More improvements in C# intellisense
Close #4419
2018-05-06 02:18:33 +02:00
MCCshreyas 460564554e Major improvements to C# intellisense
Close #4142
2018-03-18 23:50:39 +01:00
dail8859 8c84e92349 Fix EOLs 2018-02-27 20:31:22 -05:00
mogu1121 9951fcd087 Add new keywords of javascript for auto-completion
Close #4156
2018-02-25 20:40:03 +01:00
oirfeodent 2c4e5b2601 Add Auto Completion for BaanC
Closes #3927
2017-12-29 02:47:23 +01:00
Shreyas jejurkar 5cf0292dad Added keywords auto-completion for CoffeeScript
Closes #3977
2017-12-28 23:05:42 +01:00
dail8859 8f848b7b27 Remove duplicate keywords for autocompletion 2017-12-27 19:34:26 -05:00
dail8859 a73c45db5a Fix 9f0ba445 typo 2017-12-27 18:22:37 -05:00
Shreyas jejurkar 9f0ba4450d Added more C# keywords for auto-completion
Closes #3899
2017-11-23 23:16:01 +01:00
marcoM32 de648eff62 Add batch auto-completion
A new resource for auto-completion in batch scripting environment

Closes #3157
2017-08-26 14:25:50 +02:00
Don HO f4bddcac3d Add new function names for Java auto-completion
Closes #2926
2017-02-27 00:27:58 +01:00
bradley101 e5babc3d2b Add StringBuilder keyword for Java API
Closes #2882
2017-02-09 23:18:57 +01:00
Don Ho 9fa1637605 Update vb.xml 2017-02-05 17:08:11 +01:00
vlakoff 311c4e58cf Fix autocompletion for PHP function class_alias()
Closes #1468
2016-08-14 16:19:06 +02:00
kozintsev 77c98318a3 Enhance C# keywords
Closes #1661
2016-03-24 16:06:32 +01:00
Ricardo a9ed6b436b HTML auto-completion: Additions to HTML lang and auto-complete (fixes #222, closes #336)
HTML auto-complete
- add missing html elements and global events/attributes
- remove some deprecated elements, keeping popular ones
- remove duplicates

HTML lang
- add missing html elements (including deprecated ones) and global events/attributes to langs.model.xml
- remove duplicates

Use JavaScript highlight for JSON, because they have the same syntax.
2015-06-29 13:27:35 +02:00
Ricardo 2ad0a7df57 Add "php" string to PHP auto-complete
Fix https://github.com/notepad-plus-plus/notepad-plus-plus/issues/279
2015-06-22 05:13:35 -03:00
Ricardo dcfcd13a30 Add more keywords to JS auto-complete
Add more keywords to JS auto-complete.
This list is indeed in need of a complete update...
2015-06-08 19:36:34 -03:00
Don Ho 6435087f08 [UPDATE] Update language files.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1180 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-02-17 16:55:56 +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 2535486bb4 [UPDATE] Add new keywords for language NSIS.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1124 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-09-19 17:39:07 +00:00
Don Ho 60239d517f [UPDATE] Update language files and html API file.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@961 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-10-01 23:46:27 +00:00
Don Ho 275a78228b [RELEASE] 6.1.8 release
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@959 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-09-16 23:58:45 +00:00
Don Ho 6bf1810dae [UPDATE] Add 2 javascript entries for auto-completion.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@913 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-05-27 16:10:51 +00:00
Don Ho 74084db9a8 [BUG_FIXED] Fix a file detection bug on opening file.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@901 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-04-23 23:49:25 +00:00
Don Ho f077b71ebf [RELEASE] Notepad++ 6.0 release
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@887 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-03-25 23:18:14 +00:00
Don Ho ba9731ca7f [NEW] Regroup bookmark operation menu commands under "Bookmark" menu folder.
[BUG_FIXED] Fix "Save all" inconsistent icon state on toolbar.
[UPDATE]
- (Author: Christian Cuvier) Update offline help document.
- Native Language Files : updated and added new one
- Add new keywords for HTML5 and css.


git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@638 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-07-04 07:12:02 +00:00
Don Ho 40eb02ab1f [RELEASE] Notepad++ v5.6.8 release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@621 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-03-04 23:26:37 +00:00
Don Ho 56a236af40 [RELEASE] Notepad++ v5.6.3 release
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@591 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-12-17 23:33:39 +00:00