[Geany-Devel] Plugins build warnings

2013-10-28 Thread n@sk0
Hi all, there are some build warnings in plugins, nothing serious i think, just be aware of it. Warnings are in "geanygendoc", "codenavigation", "geanylua" and "geanysendmail" plugins. Full build log can be found here : http://pastebin.geany.org/USg8M/ __

Re: [Geany-Devel] Segmentation fault when auto-close plug-in is enable

2013-10-23 Thread n@sk0
It works just fine now, thank you all. On 23/10/13 22:59, Thomas Martitz wrote: > Am 23.10.2013 11:20, schrieb n@sk0: >> There is strange behaviour when Auto-close plug-in is enabled. >> >> Steps to reproduce : >> 1. open Geany >> 2. Enable auto-close plug-in

Re: [Geany-Devel] Segmentation fault when auto-close plug-in is enable

2013-10-23 Thread n@sk0
Plugin version is 0.2 (commit a1791f9cd59d759d6b021bbb1cd597a5d874cd6f) I also attached gdb with *proper* backtrace. On 23/10/13 16:07, Frank Lanitz wrote: Am 23.10.2013 11:20, schrieb n@sk0: There is strange behaviour when Auto-close plug-in is enabled. Which version of the plugin are you

Re: [Geany-Devel] Segmentation fault when auto-close plug-in is enable [patch]

2013-10-23 Thread n@sk0
first guess would be failure to check doc is valid before using it. Cheers Lex On 23 October 2013 20:20, n@sk0 <mailto:arrted...@gmail.com>> wrote: There is strange behaviour when Auto-close plug-in is enabled. Steps to reproduce : 1. open Geany 2. Enable auto-clos

[Geany-Devel] Segmentation fault when auto-close plug-in is enable

2013-10-23 Thread n@sk0
There is strange behaviour when Auto-close plug-in is enabled. Steps to reproduce : 1. open Geany 2. Enable auto-close plug-in 3. open several files for edit 4. Click Ctrl+W (close document) -- Expected result : Currently opened document is closed. -- Actual result : Segmentation fault -- See

[Geany-Devel] Segmentation fault

2013-10-13 Thread n@sk0
Hi all, i have enabled "geanyprj" plugin, i found this when : 1. Open Geany with no-documents opened. 2. Click Tools -> Project -> Preferences -- Expected result : see preferences Actual result : Segmentation fault -- See attached gdb backtrace file for more info and let me know if you need more

[Geany-Devel] Snippets file

2013-08-28 Thread n@sk0
Hi all, long time ago i was written snippets file, so i want to send you updated version + html/css/js snippets added from Tomasz Karbownicki. Also i want to propose improvements for parsing those snippets but i will write for this later. # Geany's snippets configuration file # # use \n or %new

[Geany-Devel] [PATCH] Add GLib version chechk around g_thread_init() call

2013-04-25 Thread n@sk0
Hi, my name is Atanas Beloborodov, developer from Bulgaria [small country on east europe :)] and i use Geany for my everyday work, so i decide to help with development as i can. Here is a small patch for main.c, that checks for GLib version and avoid call of g_thread_init() if GLlib version > 2.32