[Geany] Tags and the symbols list

Lex Trotman elextr at xxxxx
Tue Feb 14 02:07:45 UTC 2012


On 14 February 2012 13:03, Jonathan T. Sage <jtsage at 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 at gmail.com]
> [+1.517.775.2287]
> [GPG: 0x4E71DAED]
> _______________________________________________
> Geany mailing list
> Geany at uvena.de
> https://lists.uvena.de/cgi-bin/mailman/listinfo/geany



More information about the Users mailing list