Arduino and Function List
-
I use the Arduino Plugin and the code if correctly higligted but the Function List shows nothing. Should I just select a dufferent langiage, say C or C++ the functions are immediately correctly displayed. I looked inside functionList.xml and I noticed Arduinio is not associated.
Reading the docs, I figured I just have to add the line:
<association id= “cplusplus_syntax” userDefinedLangName=“Arduino” />
But it has no effect.
I also tried:
<association id= “cplusplus_syntax” ext=“.ino” />
With no better result!
How can I see function list in Arduino code?
Thanks. -
for get answer you should share [ menu item ] > ? > debug info
as
Notepad++ v7.6.1 (32-bit)
Build time : Dec 12 2018 - 01:24:22
Path : C:\Program Files\Notepad++\notepad++.exe
Admin mode : OFF
Local Conf mode : OFF
OS : Windows 7 (32-bit)
Plugins : 3P.dll ComparePlugin.dll Console_output.dll DSpellCheck.dll mimeTools.dll NppConsole.dll NppConverter.dll NppFTP.dll NppToolBucket.dll PythonScript.dll Remove_dup_lines.dll -
Arduino.xml >> autocomplete helper file
ArduinoLibs\constants.txt >> autocomplete helper file
ArduinoLibs\serial.txt >> autocomplete helper fileArduino_Language_0.2.0.xml >> userdefinelang.xml help file
??? >> functionList.xml help file
-
Here is debug info:
Notepad++ v7.5.9 (32-bit)
Build time : Oct 14 2018 - 15:02:52
Path : C:\Program Files\Notepad++\notepad++.exe
Admin mode : ON
Local Conf mode : OFF
OS : Windows 7 (32-bit)
Plugins : DSpellCheck.dll mimeTools.dll NppConverter.dll NppExport.dll ComparePlugin.dll HTMLTag_unicode.dll NppColumnSort.dll NppExec.dll NppFTP.dll NppTextFX.dll PluginManager.dll XMLTools.dllThe second post is totally unclear:
In Arduino.xml file I have:
<!ENTITY serial SYSTEM “./ArduinoLibs/serial.txt” >
<!ENTITY constants SYSTEM “./ArduinoLibs/constants.txt”>
Is that what you mean?
What about:
Arduino_Language_0.2.0.xml >> userdefinelang.xml help file
I don’t have Arduino_Language_0.2.0.xml . -
@rscgln said:
Arduino Plugin
download Notepad++.Arduino.0.2.0.zip from
https://sourceforge.net/projects/narduinoplugin/
it has contain README.txt and Arduino_Language_0.2.0.xml