-
I re-installed Function List (2.0 beta) as you detailed, and it still does not list any functions in my AutoIT source file.
Here is a sample of an AutoIT source file:
_Main()
Exit(0)
Func _Main()
print("_Main() entered" & @CR)
EndFunc
Func CheckPass($lnum = @ScriptLineNumber)
_print($lnum & ": CheckPass() entered" & @CR...
2009-09-22 12:12:54 UTC in Notepad++
-
The Plugin Manager does not install FunctionList! I'm runing V5.4 (Unicode). When I open the "Show Plugin Manager" from the "Plugins => Plugin Manager" menu, I get a popup with a list on unchecked items, and Function List is not on the list.
2009-09-21 13:44:46 UTC in Notepad++
-
When I edit AutoIT files (*.au3), the Function List is empty, but I see definitions in the FunctionListRules.xml file. Are there additional files/configurations I need?.
2009-09-18 22:06:47 UTC in Notepad++ Plugins
-
I would like to run a different explorer (Xplorer2) when I select "Explore file location" Is there a way to do this?.
2009-09-04 16:19:18 UTC in Notepad++
-
I would like to have Scintilla (in Notepad++) hilight matching doublequotes and single quotes. I cannot see a way to do this.
2009-08-07 12:41:38 UTC in Scintilla
-
No, Xbrackets Lite only provides INSERTION of matching brackets. It does not hilight them.
From Xbracket List's readme file:
"As Scintilla highlights pair brackets by itself, XBrackets Lite doesn't
do this (unlike XBrackets for AkelPad) - therefore I call it "XBrackets Lite".
So, is this a Scintilla issue, or can I configure NP++ to do it?
Andy.
2009-08-07 12:17:14 UTC in Notepad++
-
Is there a FunctionListRules.xml content for AutoIT?.
2009-07-27 16:37:00 UTC in Notepad++ Plugins
-
Is there a way to configure NP++ to hilight matching ", <, > characters in addition to the {}, (), etc. pairs? I want to set the cursor to a doublequote and have the matching doublequote change color just at it does for the left and right curly braces ({}).
2009-07-16 16:52:25 UTC in Notepad++
-
I'm running Win XP (sp2). I also connect to this PC via Remote Desktop Connection, if that matters.
2009-07-07 14:19:36 UTC in VirtuaWin - Virtual desktops
-
If I use PERL's escaped doublequote syntax (\"), the function it is in gets removed from the function list.
Here is an extracted example:
sub buildA {if ($ch eq "\"") { exit(1) } }
If you have a file with just this function, it will not be shown in the function list.
If you change the escaped doublequote to any other escaped character, it works OK. For example...
2009-06-24 19:46:40 UTC in Notepad++ Plugins