Re: [Geany-Devel] Querying current file and cursor location

2013-01-18 Thread Thomas Young
btw. What's the situation for the 'Scope' plugin? e.g. Is this working / in active development? I saw Dimitar's post about this, but didn't get a chance to try this out yet, but this sounds interesting. Sounds like this aims to address some of the issues I can see with GUI integrated debugging,

Re: [Geany-Devel] Querying current file and cursor location

2013-01-18 Thread Thomas Young
Hi Lex, Don't forget to update the manual to include your new cl option. How to do this? I can see references to --list-documents in doc/geany.html and doc/geany.txt, so I suppose we add a similar entry for the new option, but I guess one of those files is generated from the other? I

Re: [Geany-Devel] Querying current file and cursor location

2013-01-18 Thread Lex Trotman
On 18 January 2013 20:09, Thomas Young thomasyo...@free.fr wrote: Hi Lex, Don't forget to update the manual to include your new cl option. How to do this? I can see references to --list-documents in doc/geany.html and doc/geany.txt, so I suppose we add a similar entry for the new option,

Re: [Geany-Devel] Querying current file and cursor location

2013-01-18 Thread Thomas Young
Hmm.. not sure what happens if the filename is UTF-8. Basically, where some existing code (which is documented as supporting UTF-8 filenames) was doing; filename = DOC_FILENAME(documents[i]); g_string_append(doc_list, filename);

Re: [Geany-Devel] Querying current file and cursor location

2013-01-18 Thread Lex Trotman
On 18 January 2013 20:36, Thomas Young thomasyo...@free.fr wrote: Hmm.. not sure what happens if the filename is UTF-8. DOC_FILENAME is always UTF-8. Basically, where some existing code (which is documented as supporting UTF-8 filenames) was doing; filename =

Re: [Geany-Devel] Querying current file and cursor location

2013-01-18 Thread Thomas Young
And what if filename contains a : ? Well, the external code I have for processing this output actually searches back from the end of the string, so that wouldn't be a problem in this case. For info, the python code I am using to implement a kind of 'editor breakpoint' command with this

Re: [Geany-Devel] Querying current file and cursor location

2013-01-18 Thread Dimitar Zhekov
On Fri, 18 Jan 2013 09:31:18 +0100 Thomas Young thomasyo...@free.fr wrote: btw. What's the situation for the 'Scope' plugin? e.g. Is this working / in active development? It works since the first upload, the ChangeLog is long only because it's very detailed. Currently there are 2 known bugs: