[Geany-devel] Geany-Plugins: git@github

2011-10-18 Thread Frank Lanitz
Hi folks, I've just created the geany-plugins repos on github inside our geany structure. I will *not* add any code until 0.21 has been released, but you might want to add it to your watchlist. You can find it at https://github.com/geany/geany-plugins *Please note*: All changes for 0.21

[Geany-devel] Additional C++ file extensions

2011-10-18 Thread Lex Trotman
Hi All, The OP on bug 3410977 requested adding the .inl extension for C++. IIUC this is a Visual C++ file extension for inline functions. @Nick, since you are marooned on Windows are there any others while I am there. Also the .tcc suffix is recognised by g++ as C++ template code and should be

[Geany-devel] Scintilla update?

2011-10-18 Thread Colomban Wendling
Hey, What about updating our Scintilla copy? There is at least 2 fixes that would be particularly interesting to have: * C++ lexer fixed a bug with raw strings being recognised too easily. Bug #3388122. [1], [2] * On recent GTK+ 2.x versions when using Cairo, bug fixed where wrong colours were

[Geany-devel] project build tab - Re: GTK+ Version Bump to 2.18 - gtkbuilder and 2.16

2011-10-18 Thread Nick Treleaven
On 18/10/2011 00:36, Matthew Brush wrote: On 11-10-17 04:27 PM, Lex Trotman wrote: On 18 October 2011 10:17, Matthew Brushmbr...@codebrainz.ca wrote: I also noticed some issues with defaults in the project dialog where some stuff doesn't have a default and some of the combo boxes have two

[Geany-devel] Speed up simplify stash tree display/update

2011-10-18 Thread Dimitar Zhekov
Hi, Now that StashTreeValue has an entry pointer, value-setting_type and value-key_name can be dropped. Also, the stash_tree_action:_get_iter_first, _iter_next should be written as gtk_tree_model_foreach(model, stash_tree_handle_pref, action). It's ~15% slower, but that doesn't matter any more.

Re: [Geany-devel] Glade 3 Translations (was Re: Team Translation)

2011-10-18 Thread Enrico Tröger
On Mon, 17 Oct 2011 18:58:35 +0200, Colomban wrote: Le 16/10/2011 12:07, Matthew Brush a écrit : Hi, Does anyone know what effect merging the `gtkbuilder` branch would have on translations for the UI stuff? IIUC there is some translation capability build into Glade/GtkBuilder, so would

Re: [Geany-devel] GIT commit mails format

2011-10-18 Thread Colomban Wendling
Le 18/10/2011 19:52, Enrico Tröger a écrit : Hey guys, right now, we use the stock email commit hook from Github and let it send commit mails to the geany-commits mailing list. However, compared to the old Subversion commit mails, they are quite different: First, they are not really

Re: [Geany-devel] GIT commit mails format

2011-10-18 Thread Enrico Tröger
On Tue, 18 Oct 2011 20:03:09 +0200, Colomban wrote: Le 18/10/2011 19:52, Enrico Tröger a écrit : Hey guys, right now, we use the stock email commit hook from Github and let it send commit mails to the geany-commits mailing list. However, compared to the old Subversion commit mails, they

Re: [Geany-devel] Geany-Plugins: Automake warning - Something bad?

2011-10-18 Thread Frank Lanitz
On Tue, 18 Oct 2011 20:51:56 +0200 Frank Lanitz fr...@frank.uvena.de wrote: Hi folks, I just tried autotools build for geany-plugins and received geanypg/Makefile.am:1: ENABLE_GEANYCFP does not appear in AM_CONDITIONAL Is this something we need to worry about? Another one on running

Re: [Geany-devel] gtkbuilder branch and ui_lookup_widget functions

2011-10-18 Thread Matthew Brush
On 11-10-18 09:05 AM, Nick Treleaven wrote: On 18/10/2011 00:09, Matthew Brush wrote: I didn't want to break all the existing code in core and plugins that were using ui_lookup_widget/ui_hookup_widget() functions, so I dropped the (now) pointless first parameter. There's no need to associate

Re: [Geany-devel] Glade 3 Translations (was Re: Team Translation)

2011-10-18 Thread Matthew Brush
On 11-10-18 10:43 AM, Enrico Tröger wrote: On Mon, 17 Oct 2011 18:58:35 +0200, Colomban wrote: Le 16/10/2011 12:07, Matthew Brush a écrit : Hi, Does anyone know what effect merging the `gtkbuilder` branch would have on translations for the UI stuff? IIUC there is some translation capability

Re: [Geany-devel] Glade 3 Translations (was Re: Team Translation)

2011-10-18 Thread Enrico Tröger
On Tue, 18 Oct 2011 13:51:03 -0700, Matthew wrote: On 11-10-18 10:43 AM, Enrico Tröger wrote: On Mon, 17 Oct 2011 18:58:35 +0200, Colomban wrote: Le 16/10/2011 12:07, Matthew Brush a écrit : Hi, Does anyone know what effect merging the `gtkbuilder` branch would have on translations for the

Re: [Geany-devel] gtkbuilder branch and ui_lookup_widget functions

2011-10-18 Thread Matthew Brush
On 11-10-18 01:33 PM, Matthew Brush wrote: Not really (I'm kinda stupid remember :) I think I'm confused about how it used to work and you're confused about how it works now :) I think I see what you're talking about, ui_hookup_widget() is attaching the widget to the owner Gobject's

Re: [Geany-devel] Python message parsing (bug 3411489)

2011-10-18 Thread Enrico Tröger
On Tue, 18 Oct 2011 20:48:12 +1100, Lex wrote: It appears that Python error message formatting has changed from what is used in msgwin.c/parse_compiler_error_line() I havn't found anything in the Python docs or google that describes what it should be, does anyone have more knowledge so we can

Re: [Geany-devel] Python message parsing (bug 3411489)

2011-10-18 Thread Enrico Tröger
On Wed, 19 Oct 2011 09:11:29 +1100, Lex wrote: [...] This should be fixed in GIT master. However, I only tested it against SyntaxErrors. Thanks Enrico. I was really asking what other errors are there, I never bother to compile Python so I've never seen them. :) Well, the source at

Re: [Geany-devel] Python message parsing (bug 3411489)

2011-10-18 Thread Lex Trotman
2011/10/19 Enrico Tröger enrico.troe...@uvena.de: On Wed, 19 Oct 2011 09:11:29 +1100, Lex wrote: [...] This should be fixed in GIT master. However, I only tested it against SyntaxErrors. I asked on #python-dev and it shouldn't be doing this, it should still be File blah line n No conclusion