File | Date | Author | Commit |
---|---|---|---|
ArduinoLexer | 2013-06-16 |
![]() |
[548f0c] Inital Commit |
Config | 2013-06-18 |
![]() |
[de652d] Auto Complete Update |
Installer | 2013-06-16 |
![]() |
[548f0c] Inital Commit |
.gitignore | 2013-06-18 |
![]() |
[de652d] Auto Complete Update |
ArduinoLexer.sln | 2013-06-16 |
![]() |
[548f0c] Inital Commit |
LICENSE | 2013-06-16 |
![]() |
[548f0c] Inital Commit |
README.md | 2013-06-16 |
![]() |
[548f0c] Inital Commit |
testfile.ino | 2013-06-16 |
![]() |
[548f0c] Inital Commit |
This is a pre alpha build of a Arduino plug-in for highlighting, auto-completion and folding for Arduino code.
Tested on N++ version 6.3.3 , built in VS 2012, (disabled manifest and didn't build scintilla, just copied the scilexer.dll from the release)
To build ArduioLexer, get the Notepad++ source distribution and place the arduinolexer
directory alongside the PowerEditor
and scintilla
directories. Then, open arduinolexer\arduinolexer.sln
with Visual Studio 2012 (Update 1) to build.
Build Order
-scintilla (or copy the dll to the PowerEditor/bin/
-PowerEditor
-arduinolexer
the release build will automatically build to powereditor/bin/plugins
the config and api xmls need to be copied to the powereditor/bin/plugins folders
Built using RainLexer as a base... thank you for your plug-in.... studying the code gave me a good starting point...