[Geany-Devel] Plugin development questions

2013-10-07 Thread v01d
Hi, I'm writing a simple plugin for geany (which I will call LiveDiff) which allows for having indicators inside the editor for changed/added/modified lines, which is updated as you type. The base for comparing the buffer can be either the version of the file on disk or (which I will soon attempt

Re: [Geany-Devel] Plugin development questions

2013-10-07 Thread Colomban Wendling
Hi Matias, Le 07/10/2013 12:27, v01d a écrit : Hi, I'm writing a simple plugin for geany (which I will call LiveDiff) which allows for having indicators inside the editor for changed/added/modified lines, which is updated as you type. The base for comparing the buffer can be either the

Re: [Geany-Devel] Plugin development questions

2013-10-07 Thread v01d
Hi, thanks for the response. Yes, since each editor have a separate marker handling (since it's a separate ScintillaObject), you have to re-define the markers for each document. Ok, great. Then I programmed it correctly =) I'm not quite sure right now without any testing, but couldn't you

Re: [Geany-Devel] [geany/geany-plugins] 6c2b0c: Debugger: Prevent crash when re-loading plugin

2013-10-07 Thread Alexander Petukhov
28.09.2013 11:18, Dimitar Zhekov пишет: On Sun, 01 Sep 2013 13:20:56 -0700 Matthew Brush mbr...@codebrainz.ca wrote: Debugger provides own GtkCellRenderer GTypes so its module must remain resident +plugin_module_make_resident(geany_plugin); Note that when a resident module is unloaded

Re: [Geany-Devel] Plugin development questions

2013-10-07 Thread Steven Blatnick
Not sure if this will help you, but I wrote a plugin to highlight anything selected and a search string using separate highlighting from the other searches and AddOn plugin. It sounds like you are putting markers in the margin, but this code may be useful to look at if you wanted to mark the

Re: [Geany-Devel] Ping on Bug #943 - windows build command

2013-10-07 Thread Nick Treleaven
On 05/10/2013 15:40, Matthew Brush wrote: On 13-10-05 07:06 AM, Nick Treleaven wrote: On 05/10/2013 14:59, Nick Treleaven wrote: I don't remember seeing any bug reports for this, so it's possible it's limited to you or the specific application you were using, maybe a bug in a certain version

Re: [Geany-Devel] Ping on Bug #943 - windows build command

2013-10-07 Thread Matthew Brush
On 13-10-07 08:31 AM, Nick Treleaven wrote: On 05/10/2013 15:40, Matthew Brush wrote: On 13-10-05 07:06 AM, Nick Treleaven wrote: On 05/10/2013 14:59, Nick Treleaven wrote: I don't remember seeing any bug reports for this, so it's possible it's limited to you or the specific application you

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

2013-10-07 Thread Matthew Brush
On 13-10-07 12:01 PM, Tory Gaurnier wrote: Well I've run into quite a strange bug, and I'm wondering if anyone has had a similar issue. It's working as expected when you first open a QML file, it finds all the tags and places them in a hierarchy/tree structure in the symbol list, however, when

Re: [Geany-Devel] Ping on Bug #943 - windows build command

2013-10-07 Thread Matthew Brush
On 13-10-07 09:13 AM, Dimitar Zhekov wrote: On Sun, 6 Oct 2013 11:02:07 +1100 Lex Trotman ele...@gmail.com wrote: On 6 October 2013 06:06, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: On Sat, 05 Oct 2013 07:40:15 -0700 Matthew Brush mbr...@codebrainz.ca wrote: So with the pull request

Re: [Geany-Devel] Plugin development questions

2013-10-07 Thread Thomas Martitz
Am 07.10.2013 12:27, schrieb v01d: Hi, I'm writing a simple plugin for geany (which I will call LiveDiff) which allows for having indicators inside the editor for changed/added/modified lines, which is updated as you type. The base for comparing the buffer can be either the version of the file

Re: [Geany-Devel] Plugin development questions

2013-10-07 Thread Colomban Wendling
Le 07/10/2013 22:06, Thomas Martitz a écrit : Am 07.10.2013 21:53, schrieb Thomas Martitz: [...] Regarding your other question, are you talking about the editor-notify signal? Yes, that's not really per-document, I came across this recently. The solution is to connect to sci-notify of

Re: [Geany-Devel] On Deprecation of Platforms

2013-10-07 Thread Lex Trotman
[...] Since the only way Windows is stopping any upgrades of the oldest version is the builders using 2.16, maybe stopping windows support is just no longer making those packages, leaving the code inside #ifdef OS_WIN32 there for you to build it with your preferred GTK. I don't understand

Re: [Geany-Devel] Plugin development questions

2013-10-07 Thread Matthew Brush
On 13-10-07 01:06 PM, Thomas Martitz wrote: Am 07.10.2013 21:53, schrieb Thomas Martitz: Am 07.10.2013 12:27, schrieb v01d: Hi, I'm writing a simple plugin for geany (which I will call LiveDiff) which allows for having indicators inside the editor for changed/added/modified lines, which is