Re: [Geany-Devel] Segmentation fault

2013-10-14 Thread Matthew Brush
On 13-10-13 11:38 PM, n@sk0 wrote: Hi all, i have enabled geanyprj plugin, i found this when : 1. Open Geany with no-documents opened. 2. Click Tools - Project - Preferences It's likely because Geany allows no documents open by default (see `Preferences-Various-new_document_after_close`), so

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

2013-10-14 Thread Dimitar Zhekov
Hi, I'm looking how to fix this famous bug without too many changes, and found something strange: tools.c runs it's command with spawn async, but uses blocking I/O to read the data from stdout/stderr. Any idea why is that? What comes to ming is blocking Geany until the command finishes, to be

[Geany-Devel] Fix next/previous message keys to work without docs

2013-10-14 Thread Dimitar Zhekov
Hi, Some time ago, during the discussion for focusing the last active widget when the last document is closed, I found that invoking Search Next/Previous Message via keybinding will not work if there are no open documents. As it turns out, cb_func_search_action() checks for an open document, and

[Geany-Devel] This is a test, was having issues sending to mailing list

2013-10-14 Thread Tory Gaurnier
This is a test message, I kept getting error messages trying to send a reply to a thread in the mailing list, you guys didn't get a bunch of copies of the same message from me did you? If you did I apologize, my mail app kept giving an SMTP error and resending.

Re: [Geany-Devel] This is a test, was having issues sending to mailing list

2013-10-14 Thread Tory Gaurnier
On 10/14/2013 12:20 PM, Tory Gaurnier wrote: This is a test message, I kept getting error messages trying to send a reply to a thread in the mailing list, you guys didn't get a bunch of copies of the same message from me did you? If you did I apologize, my mail app kept giving an SMTP error

Re: [Geany-Devel] This is a test, was having issues sending to mailing list

2013-10-14 Thread Steven Blatnick
This is the first email I've gotten from you since the 11th. Then shortly after I got an email titled Drop GtkStock and... Hope this information helps, Steve On 10/14/2013 01:20 PM, Tory Gaurnier wrote: This is a test message, I kept getting error messages trying to send a reply to a thread

Re: [Geany-Devel] splitwindow2

2013-10-14 Thread Thomas Martitz
Am 10.10.2013 12:03, schrieb Thomas Martitz: Hello, [1]: https://github.com/kugel-/geany/tree/splitwindow2 I have pushed a new version. It works really well so far. But of course there's still lots of TODOs but it is already pretty usable. Best regards.

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

2013-10-14 Thread Lex Trotman
On 15 October 2013 03:15, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: Hi, I'm looking how to fix this famous bug without too many changes, and found something strange: tools.c runs it's command with spawn async, but uses blocking I/O to read the data from stdout/stderr. Given that it