Re: [Geany-Devel] Interested making a patch to add QML support

2013-09-20 Thread Colomban Wendling
Le 20/09/2013 21:00, Tory Gaurnier a écrit : > [...], > however, I reallized that it's probably getting the line # to point at > from the current line number in File when you actually create the tag, > so I traced down the functions, and it appears to be the case, so with > that method it would mos

Re: [Geany-Devel] Interested making a patch to add QML support

2013-09-20 Thread Matthew Brush
On 13-09-20 12:00 PM, Tory Gaurnier wrote: [...] Well, it's actually proving more difficult then I thought to get the ID, what I was planning on doing is when my function finds a valid Object, it would store the name and continue to loop through the lines until it either finds an ID or '}' (unles

Re: [Geany-Devel] Interested making a patch to add QML support

2013-09-20 Thread Tory Gaurnier
On 09/19/2013 05:38 PM, Colomban Wendling wrote: Le 20/09/2013 02:05, Tory Gaurnier a écrit : On 09/19/2013 03:21 PM, Colomban Wendling wrote: Le 20/09/2013 00:07, Tory Gaurnier a écrit : [...] So, the issue now is I can't really figure out how to build CTags, from what I could figure out it

Re: [Geany-Devel] Interested making a patch to add QML support

2013-09-20 Thread Tory Gaurnier
On 09/19/2013 05:38 PM, Colomban Wendling wrote: Le 20/09/2013 02:05, Tory Gaurnier a écrit : On 09/19/2013 03:21 PM, Colomban Wendling wrote: Le 20/09/2013 00:07, Tory Gaurnier a écrit : [...] So, the issue now is I can't really figure out how to build CTags, from what I could figure out it