[Geany-devel] Making directory?

2012-09-09 Thread Lex Trotman
Reference https://sourceforge.net/tracker/?func=detailaid=3440252group_id=153444atid=787791 last example the call to utils_mkdir() inside utils_get_config_files(). Can anyone explain why a function that is meant to be listing config files is creating an empty directory? Cheers Lex

Re: [Geany-devel] SourceForge Upgrade?

2012-09-09 Thread Colomban Wendling
Le 09/09/2012 07:23, Matthew Brush a écrit : Hi, Is good yeah? https://sourceforge.net/p/upgrade?search=geany Why not. I think we only really care about the project page and the tracker anyway, and the old tracker wasn't that awesome (especially since it stopped filtering the spam). But

Re: [Geany-devel] Making directory?

2012-09-09 Thread Enrico Tröger
On 09/09/12 13:11, Lex Trotman wrote: Reference https://sourceforge.net/tracker/?func=detailaid=3440252group_id=153444atid=787791 last example the call to utils_mkdir() inside utils_get_config_files(). Can anyone explain why a function that is meant to be listing config files is creating

[Geany-devel] Use filetype-specific word characters for auto-completion?

2012-09-09 Thread Enrico Tröger
Hey, attached is a simple patch which enables using the 'wordchars' setting from the various filetype definition files also for auto-completion, i.e. to decide whether the entered character should start/continue auto-completion or not. Previously, we always used the hard-coded default set of

[Geany-devel] Signal Handling

2012-09-09 Thread Lex Trotman
Hi All, As pointed out here https://sourceforge.net/tracker/?func=detailaid=3440227group_id=153444atid=787791 the current signal handling in Geany is broken. Matthew tried my suggestion of g_unix_signal() but as Colomban noted on IRC its a fairly new function (glib 2.30). There was no

Re: [Geany-devel] Making directory?

2012-09-09 Thread Lex Trotman
On 9 September 2012 21:57, Enrico Tröger enrico.troe...@uvena.de wrote: On 09/09/12 13:11, Lex Trotman wrote: Reference https://sourceforge.net/tracker/?func=detailaid=3440252group_id=153444atid=787791 last example the call to utils_mkdir() inside utils_get_config_files(). Can anyone

Re: [Geany-devel] Signal Handling

2012-09-09 Thread Matthew Brush
On 12-09-09 05:23 PM, Lex Trotman wrote: [...] So can anyone describe a useful use-case for catching SIGTERM and potentially refusing to exit? And also for SIGINT. For SIGINT, if it's handled, it'll ask if you want to save unsaved documents before closing when Ctrl+C is used from the

[Geany-devel] Separating session file lists from config (again)

2012-09-09 Thread Lex Trotman
Hi All, Its about that time of year when we have our annual discussion on separating session data from config/project data :) By session data I mean the list of currently open files and MRU list. The advantages (that I can see): 1. Save config/project as its changed and not rushed at quit time

Re: [Geany-devel] Separating session file lists from config (again)

2012-09-09 Thread Matthew Brush
On 12-09-09 09:36 PM, Lex Trotman wrote: Hi All, Its about that time of year when we have our annual discussion on separating session data from config/project data :) By session data I mean the list of currently open files and MRU list. I guess it could support some other stuff too like