[Geany-devel] C++ setters/getters generation plugin using Clang

2011-03-26 Thread Alexander Tumin
Hello, i have written a simple plugin to generate C++ setters and getters using Clang for parsing C++ code. You can check it out from github: https://github.com/itakingiteasy/geany-setters-getters-generator-plugin You also will need clang and llvm version 2.8+ (not sure, i have tested it only

Re: [Geany-devel] Performance issues?

2011-03-26 Thread Yura Siamashka
On Wed, 23 Mar 2011 23:49:41 +1100 Lex Trotman ele...@gmail.com wrote: Thats a bit harder, probably Yura, the plugin writer will need to take a look at the problem I'd say. I looked at the problem: 1) geanyprj act only on document-open, document-save, document-activate callbacks 2) geanyprj

Re: [Geany-devel] Performance issues?

2011-03-26 Thread Lex Trotman
On 27 March 2011 12:31, Yura Siamashka yura...@gmail.com wrote: On Wed, 23 Mar 2011 23:49:41 +1100 Lex Trotman ele...@gmail.com wrote: Thats a bit harder, probably Yura, the plugin writer will need to take a look at the problem I'd say. I looked at the problem: 1) geanyprj act only on

Re: [Geany-devel] Split Window Patches

2011-03-26 Thread Matthew Brush
On 03/26/11 17:31, Colomban Wendling wrote: #0002 Enable Scintilla's default popup editor menu on the split window editor so that there's a way to copy/paste/undo/redo/etc. Closes bug #2983145[2] although the keybindings and main menu items still don't work in the split window. Not sure about

Re: [Geany-devel] g_thread_init()?

2011-03-26 Thread Lex Trotman
On 27 March 2011 15:59, Matthew Brush mbr...@codebrainz.ca wrote: Hi, Should Geany be calling g_thread_init() for the plugins?  There is now 4 plugins at least affected[1][2][3][4]. Its safe to call g_thread_init multiple times, but ... Well, g_thread_init should not be called in plugin_init

Re: [Geany-devel] Split Window Patches

2011-03-26 Thread Lex Trotman
Not sure about this one since the menu is neither translatable nor look like other Geany's menus. Maybe manually implementing a basic menu would be better? Should a bug/feature request also be reported to Scintilla? Its not really Scintilla's problem that Geany menus look different :-) And

Re: [Geany-devel] Split Window Patches

2011-03-26 Thread Matthew Brush
On 03/26/11 22:44, Lex Trotman wrote: Not sure about this one since the menu is neither translatable nor look like other Geany's menus. Maybe manually implementing a basic menu would be better? Should a bug/feature request also be reported to Scintilla? Its not really Scintilla's problem