omadawn / njord

Java iRule Editor
2 stars 1 forks source link

Investigate Function Completion Provider. A type of 'Parameterized completion' #125

Open omadawn opened 12 years ago

omadawn commented 12 years ago

http://fifesoft.com/rsyntaxtextarea/examples/example5.php http://javadoc.fifesoft.com/autocomplete/org/fife/ui/autocomplete/FunctionCompletion.html

I want to use it for things like if (DEBUG > 0 ) { log local0.debug "Add stuff here" }

and for commands that always take arguments.