Re: [Geany-Devel] Spawn module API

2015-06-26 Thread Jiří Techet
On Fri, Jun 26, 2015 at 3:31 AM, Lex Trotman ele...@gmail.com wrote: There is also a custom spawn in geanyctags, I didn't look at what it did differently. There isn't - I'm using utils_spawn_sync() inside the spawn_cmd() function. Cheers, Jiri

Re: [Geany-Devel] Move question from Scintilla list

2015-06-26 Thread Jiří Techet
On Fri, Jun 26, 2015 at 11:40 AM, Lex Trotman ele...@gmail.com wrote: Jiri, I have pasted the questions and Neils answers below with my comments and I'm sure others may have more info. Jiří Techet: I have a question regarding the use of SCI_COLOURISE. It is used in Geany at several

Re: [Geany-Devel] Move question from Scintilla list

2015-06-26 Thread Jiří Techet
On Fri, Jun 26, 2015 at 1:21 PM, Jiří Techet tec...@gmail.com wrote: 2. Immediately after SCI_SETTEXT when loading (or reloading) file. This may or may not be needed depending on Geany’s features. One reason for doing this is if you want to perform a global fold operation since

Re: [Geany-Devel] Spawn module API

2015-06-26 Thread Dimitar Zhekov
On 24.6.2015 г. 02:05, Colomban Wendling wrote: BTW, I just noticed that on Windows spawn_async_with_pipes() requires the GLib main loop to be running if child_pid=NULL (well, it registers a watch func, not sure what happens if it doesn't execute -- zombie?). We probably don't care much though.

Re: [Geany-Devel] Spawn module API

2015-06-26 Thread Dimitar Zhekov
On 26.6.2015 г. 01:47, Lex Trotman wrote: Hi Dimitar, Hi, Lex. On 26 June 2015 at 03:13, Dimitar Zhekovdimitar.zhe...@gmail.com wrote: It uses quoting internally [...bla-bla-bla unneeded tech details...] I'm now totally confused, so let me ask the important question directly: I should

[Geany-Devel] Don't panic -- There have been a force update on geany-plugins master!

2015-06-26 Thread Frank Lanitz
Hi folks, I need to apologize! Due to chunky fingers I accidentally forced-push an old head to geany-plugins master repo. Colomban was able to recover the old state (inkl. same sha) but your client might, depending on when you have cloned/pull the repo, complain that there is something

[Geany-Devel] Student looking for professional experience

2015-06-26 Thread Minh Bui
Hello, my name is Minh and I'm currently a sophomore in college, looking for open source project to strengthen my coding skill. I know Java and C and have a little exposure to C++. I have previously used Geany a lot for doing my school assignments and recently I stumbled across the development

Re: [Geany-Devel] Spawn module API

2015-06-26 Thread Lex Trotman
On 27 June 2015 at 03:13, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: On 26.6.2015 г. 01:47, Lex Trotman wrote: Hi Dimitar, Hi, Lex. On 26 June 2015 at 03:13, Dimitar Zhekovdimitar.zhe...@gmail.com wrote: It uses quoting internally [...bla-bla-bla unneeded tech details...] I'm now

Re: [Geany-Devel] Student looking for professional experience

2015-06-26 Thread Matthew Brush
On 2015-06-26 02:01 PM, Minh Bui wrote: Hello, my name is Minh and I'm currently a sophomore in college, looking for open source project to strengthen my coding skill. I know Java and C and have a little exposure to C++. I have previously used Geany a lot for doing my school assignments and

[Geany-Devel] Windows installer snapshots with GTK 2.24

2015-06-26 Thread Enrico Tröger
Hi, I've built new Windows installers from current GIT master. Downloads can be found here: http://download.geany.org/snapshots/ Please note that these are test builds from the current development version, don't expect release quality. You have been warned :). After you installed the

Re: [Geany-Devel] Spawn module API

2015-06-26 Thread Lex Trotman
On 26 June 2015 at 17:45, Jiří Techet tec...@gmail.com wrote: On Fri, Jun 26, 2015 at 3:31 AM, Lex Trotman ele...@gmail.com wrote: There is also a custom spawn in geanyctags, I didn't look at what it did differently. There isn't - I'm using utils_spawn_sync() inside the spawn_cmd()

[Geany-Devel] Move question from Scintilla list

2015-06-26 Thread Lex Trotman
Jiri, I have pasted the questions and Neils answers below with my comments and I'm sure others may have more info. Jiří Techet: I have a question regarding the use of SCI_COLOURISE. It is used in Geany at several places and it's call is rather expensive so I'd like to avoid it as much