Apologies if this is just noise - but I have no idea if I am even on the right track:
First, love the editor - it does everything I need, it's fast as can be - a huge fan.
I was curious if it were even possible to parse a jquery widget plugin for symbols - that said, I am not even picky about what it picks up. I am not particularly interested in code completion, it doesn't matter to me - what I would like is a list of goto points in the symbols list. The file format is basically:
(function($, undefined ) { $.widget( "mobile.datebox", $.mobile.widget, { options: { ... blah ... }, _dateboxHandler: function(event, payload) { ... blah ... } }); })( jQuery );
I am not even interested in what's in that javascript object - ideally the symbols list would simply include: 'options', '_dateboxHandler', etc...
Again, sorry if my question is poorly formed - I read through the manual section, and browsed some of the other tag files - still completely lost.
~j
On 14 February 2012 13:03, Jonathan T. Sage jtsage@gmail.com wrote:
Apologies if this is just noise - but I have no idea if I am even on the right track:
First, love the editor - it does everything I need, it's fast as can be - a huge fan.
I was curious if it were even possible to parse a jquery widget plugin for symbols - that said, I am not even picky about what it picks up. I am not particularly interested in code completion, it doesn't matter to me - what I would like is a list of goto points in the symbols list. The file format is basically:
(function($, undefined ) { $.widget( "mobile.datebox", $.mobile.widget, { options: { ... blah ... }, _dateboxHandler: function(event, payload) { ... blah ... } }); })( jQuery );
I am not even interested in what's in that javascript object - ideally the symbols list would simply include: 'options', '_dateboxHandler', etc...
Again, sorry if my question is poorly formed - I read through the manual section, and browsed some of the other tag files - still completely lost.
Hi,
Open the file in Geany, if symbols don't show in the sidebar then Geany can't do it. The same parsing is used on open files as tag parsing
Cheers Lex
~j
-- Jonathan T. Sage [HTTP://JTSage.com] [jtsage@gmail.com] [+1.517.775.2287] [GPG: 0x4E71DAED] _______________________________________________ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Fair enough - thanks for the quick response. ~j
On Mon, Feb 13, 2012 at 9:07 PM, Lex Trotman elextr@gmail.com wrote:
On 14 February 2012 13:03, Jonathan T. Sage jtsage@gmail.com wrote:
Apologies if this is just noise - but I have no idea if I am even on the right track:
First, love the editor - it does everything I need, it's fast as can be - a huge fan.
I was curious if it were even possible to parse a jquery widget plugin for symbols - that said, I am not even picky about what it picks up. I am not particularly interested in code completion, it doesn't matter to me - what I would like is a list of goto points in the symbols list. The file format is basically:
I am not even interested in what's in that javascript object - ideally the symbols list would simply include: 'options', '_dateboxHandler', etc...
Again, sorry if my question is poorly formed - I read through the manual section, and browsed some of the other tag files - still completely lost.
Hi,
Open the file in Geany, if symbols don't show in the sidebar then Geany can't do it. The same parsing is used on open files as tag parsing
Cheers Lex
~j