How do I find usage information on plugins
Submitted by Thursday, 20 September, 2012 - 20:48
on
I have tried looking up help or usage information on jEdit plugins and can't find hardly anything. For instance Lucene, CodeHelper, and the console plugin. Specifically, I want to find out how the regexp processor for the error processor feature in the console plugin works. Does it apply all of the regexp definitions one at a time from top to bottom on every line of the output? Or, just it just apply the regexp definition at the top of the list and none of the others? Also, I don't understand how the "extra lines" regular expression can be used. The reason why I ask is that my build system does not output the full path to the file when an error occurs (only the file name itself). So, the error list window can't locate the file since it only knows file names relative to the top of the project tree.
Also, I'd like to find out whether the Lucene plugin can tie into the project viewer and process all files in the project as opposed to just the current or open buffers.
Finally, I'd like to troubleshoot the CodeHelper plugin's call tree feature as I can't seem to make it do anything at all.
Thanks in advance for any help,
Marc
Also, I'd like to find out whether the Lucene plugin can tie into the project viewer and process all files in the project as opposed to just the current or open buffers.
Finally, I'd like to troubleshoot the CodeHelper plugin's call tree feature as I can't seem to make it do anything at all.
Thanks in advance for any help,
Marc