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

2013-10-15 Thread Dimitar Zhekov
On Tue, 15 Oct 2013 11:29:17 +1100 Lex Trotman ele...@gmail.com wrote: A good news first: using a bit of Scope code, I was able to pipe 12.3MB of mixed stdout and stderr output into Geany, in async mode, for just a few seconds. There is a delay when scrolling the messages down, and the scroll

[Geany-Devel] GeanyLiveDiff on github

2013-10-15 Thread v01d
Hi, I've pushed my code on github so others can use it and try it out. I'm using it constantly and it feels really stable. https://github.com/v01d/geany-livediff The plugin shows changed/modifed/added colored markers on the margin of geany's editor windows. It currently works against the last

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

2013-10-15 Thread Thomas Martitz
Am 15.10.2013 19:05, schrieb Dimitar Zhekov: The last time FiF-ed, glib did not contain any calls to PeekNamedPipe or SetNamedPipeHandleState. I am not aware of any way to implement async anonymous pipe I/O under Windows without these, and see no reason to check the various glib functions one by

Re: [Geany-Devel] GeanyLiveDiff on github

2013-10-15 Thread v01d
HI, since cmake actually depends on pkg-config for this one, I guess you should be able to set the PKG_CONFIG_PATH environment variable (using export) to point to the directory where the libgit2.pc file is located. After that, do (at the top level directory of the sources): mkdir build cd build

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

2013-10-15 Thread Lex Trotman
On 16 October 2013 04:05, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: On Tue, 15 Oct 2013 11:29:17 +1100 Lex Trotman ele...@gmail.com wrote: A good news first: using a bit of Scope code, I was able to pipe 12.3MB of mixed stdout and stderr output into Geany, in async mode, for just a few

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

2013-10-15 Thread Matthew Brush
On 13-10-15 10:05 AM, Dimitar Zhekov wrote: On Tue, 15 Oct 2013 11:29:17 +1100 Lex Trotman ele...@gmail.com wrote: [snip] Basically the whole spawning thing needs to be looked at critically, especially those uses that do i/o to the child process. A working version of each permutation