Re: [Geany] Geany autocompletion

2012-10-04 Thread Colomban Wendling
Le 04/10/2012 14:15, Sebastien Berthiaume a écrit : HI Lex, thanks for the quick response. Your example is almost as it, the only difference, and I don't know if it matters but my structure definition is as follow IN FILE toto.h typedef struct { int blah; int foo; }myStruct_t;

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

2012-10-01 Thread Colomban Wendling
Le 10/09/2012 06:36, Lex Trotman a écrit : 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

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

2012-10-01 Thread Colomban Wendling
Le 01/10/2012 23:15, Matthew Brush a écrit : On 12-10-01 07:43 AM, Colomban Wendling wrote: Le 10/09/2012 06:36, Lex Trotman a écrit : 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

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

2012-10-01 Thread Colomban Wendling
Le 02/10/2012 00:26, Matthew Brush a écrit : On 12-10-01 03:05 PM, Colomban Wendling wrote: Le 01/10/2012 23:15, Matthew Brush a écrit : On 12-10-01 07:43 AM, Colomban Wendling wrote: Le 10/09/2012 06:36, Lex Trotman a écrit : Hi All, Its about that time of year when we have our annual

Re: [Geany] a question about file management in Geany

2012-09-29 Thread Colomban Wendling
Le 29/09/2012 14:50, Mostafa Alshrief a écrit : hi there, Hi, i have a question about file management in Geany i need to store all the project files in the document bar(the sidebar) but keep the window tab's clean for only the file(s) i'm working on That's not possible, the Document

Re: [Geany-devel] ANN: mailing list server move

2012-09-27 Thread Colomban Wendling
Le 27/09/2012 21:54, Enrico Tröger a écrit : Hi all, just as a note: I plan to move all Geany-related mailing lists from uvena.de to the geany.org server on Friday, October 5 2012, around 12:00 UTC. Great ! Just to be sure, current @uvena.de will be forwarded (at least for some time) to

Re: [Geany-devel] ANN: mailing list server move

2012-09-27 Thread Colomban Wendling
Le 27/09/2012 22:36, Enrico Tröger a écrit : On 27/09/12 21:59, Colomban Wendling wrote: Le 27/09/2012 21:54, Enrico Tröger a écrit : Hi all, just as a note: I plan to move all Geany-related mailing lists from uvena.de to the geany.org server on Friday, October 5 2012, around 12:00 UTC

Re: [Geany-devel] [geany/geany] 9d2dab: Fix an off-by-one issue in sci_get_position_from_line()

2012-09-17 Thread Colomban Wendling
Le 17/09/2012 20:22, Colomban Wendling a écrit : Branch: refs/heads/master Author: Colomban Wendling b...@herbesfolles.org Committer: Colomban Wendling b...@herbesfolles.org Date:Mon, 17 Sep 2012 18:22:52 Commit: 9d2dab8fcf4aa4d2b890724b44d483d273732b3c

[Geany-devel] Bug tracker: using group for the version closing the bug

2012-09-17 Thread Colomban Wendling
Hi guys, As you might already have noticed, I added a few groups to our tracker reflecting the Geany versions, and I'm proposing to use those to track the version in which the bug was/will be fixed. I hope this will help us to know which bugs we fixed in the current version (to help updating

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

[Geany-devel] Scoped Ruby declarations, with a hackish patch

2012-09-06 Thread Colomban Wendling
00:00:00 2001 From: Colomban Wendling b...@herbesfolles.org Date: Thu, 6 Sep 2012 20:45:57 +0200 Subject: [PATCH] Correctly parse Ruby declarations with inline scoping Generate the appropriate tags for declarations like: class Foo::Bar::Baz end The implementation here is quite hackish but works

[Geany] Scoped Ruby declarations, with a hackish patch

2012-09-06 Thread Colomban Wendling
00:00:00 2001 From: Colomban Wendling b...@herbesfolles.org Date: Thu, 6 Sep 2012 20:45:57 +0200 Subject: [PATCH] Correctly parse Ruby declarations with inline scoping Generate the appropriate tags for declarations like: class Foo::Bar::Baz end The implementation here is quite hackish but works

Re: [Geany] Scoped Ruby declarations, with a hackish patch

2012-09-06 Thread Colomban Wendling
Le 06/09/2012 20:58, Colomban Wendling a écrit : Hi guys, I saw that the ruby parser don't properly generate tags declarations like: class Foo::Bar end which should generate a tag Bar with the scope Foo; but it generates a tag Foo and simply ignores Bar. This seems

Re: [Geany] Scoped Ruby declarations, with a hackish patch

2012-09-06 Thread Colomban Wendling
Le 07/09/2012 00:49, Lex Trotman a écrit : On 7 September 2012 04:58, Colomban Wendling lists@herbesfolles.org wrote: Hi guys, I saw that the ruby parser don't properly generate tags declarations like: class Foo::Bar end which should generate a tag Bar with the scope

Re: [Geany-devel] Squiggle pixmap

2012-09-05 Thread Colomban Wendling
Le 05/09/2012 08:02, Matthew Brush a écrit : On 12-09-04 09:47 PM, Lex Trotman wrote: Hi All, Colomban has now kindly imported the latest Scintilla into HEAD. It includes Matthews alternative squiggle indicator. This improves the performance when a significant amount of squiggly

Re: [Geany-devel] Ship with Grep on Windows?

2012-09-03 Thread Colomban Wendling
Le 03/09/2012 09:57, Matthew Brush a écrit : Hi, It would be useful to ship the Grep binary[1] (and dependencies) with Geany for Windows. It could be added to the installer for not too much extra size[2] and would enable the Find in Files feature to work on Windows by default. Normally I

Re: [Geany-devel] Logical vs. display line movements -- answering #3041948

2012-08-29 Thread Colomban Wendling
Le 29/08/2012 02:34, Lex Trotman a écrit : On 29 August 2012 04:02, Colomban Wendling lists@herbesfolles.org wrote: Hi guys, I took a look at #3041948 [1] and did a prototype patch (attached) to fix it. Basically it's about the behavior of the Home and End keys regarding wrapped lines

[Geany-devel] Logical vs. display line movements -- answering #3041948

2012-08-28 Thread Colomban Wendling
: 3rd patch is to make move to start of display line command respect the smart home feature, too. From 5f82052cb7276bd8d1197651636a9c6ceae43f37 Mon Sep 17 00:00:00 2001 From: Colomban Wendling b...@herbesfolles.org Date: Tue, 28 Aug 2012 19:41:42 +0200 Subject: [PATCH] Add setting to make Home

Re: [Geany-devel] Geany-Plugins Dependency Consolidation

2012-08-04 Thread Colomban Wendling
Hi Matthew, Le 04/08/2012 04:59, Matthew Brush a écrit : Since some plugins share dependencies, is there some way to coordinate both the versions of the dependencies and the build system? For example if Debugger and MultiTerm both depend on LibVTE, to make sure they use compatible API

Re: [Geany-devel] Code formatter

2012-07-31 Thread Colomban Wendling
Le 19/07/2012 01:50, Jacob Strohm a écrit : Le 18/07/2012 05:53, Matthew Brush a écrit : I'd personally be very interested in using a plugin that can format the code precisely automatically. IIRC VisualStudio does this very well but is not flexible as to code style (or I didn't find the

Re: [Geany] mail filetype or replacing vim with geany

2012-07-31 Thread Colomban Wendling
Le 30/07/2012 17:53, Gour a écrit : Hello, Hi Gour, at the moment I'm minimalist (in term of skills) vim user, but soon will start working with Django as well as wxpython project and seems Geany has very nice support for both (wx)Python and some specific one for Django. However, if

Re: [Geany-devel] patch: separated session/local config

2012-07-30 Thread Colomban Wendling
Le 28/07/2012 17:16, Vladi Belperchinov-Shabanski a écrit : hello, Hi! this is my first post so I'd like to thank all programmers working on geany. it is so close to perfect :) thanks! Welcome here then, and thanks a lot :) I keep my ~/.config/geany dir under git so I can distribute my

Re: [Geany] two issues with 1.22

2012-07-24 Thread Colomban Wendling
Le 24/07/2012 16:30, Liviu Andronic a écrit : Dear all I notice two cosmetic issues in 1.22 (under Xfce 4.6 on Ubuntu Lucid). First, the Geany icon is no longer visible in the WM. That's weird, it seems to work ok with GNOME... Though, since the UI code changed a lot it's possible. Matthew

Re: [Geany] two issues with 1.22

2012-07-24 Thread Colomban Wendling
Le 24/07/2012 17:11, Colomban Wendling a écrit : Le 24/07/2012 16:30, Liviu Andronic a écrit : Dear all I notice two cosmetic issues in 1.22 (under Xfce 4.6 on Ubuntu Lucid). First, the Geany icon is no longer visible in the WM. That's weird, it seems to work ok with GNOME... Though

Re: [Geany-devel] OSX build error: ld: unknown option: --export-dynamic

2012-07-17 Thread Colomban Wendling
Le 17/07/2012 22:43, Matthew Brush a écrit : On 12-07-17 01:32 PM, Sean Felipe Wolfe wrote: Sorry to be kind of spammy today. Just ran into what looks like a build error? I cloned the git repo, ran autogen.sh, and make is giving me this error: - CC utils.o CC

Re: [Geany-devel] Dropping Waf support?

2012-07-16 Thread Colomban Wendling
Le 16/07/2012 19:36, Enrico Tröger a écrit : Hey all, this topic has been brought up already a couple of times, for example on [1]. What do you think about dropping Waf support in Geany and in the Geany-Plugins project? While I was defending Waf in Geany, I somewhat changed my mind.

Re: [Geany] mac osx -- control-v paste not working

2012-07-16 Thread Colomban Wendling
Le 17/07/2012 00:09, Sean Felipe Wolfe a écrit : On Mon, Jul 16, 2012 at 2:33 PM, Sean Felipe Wolfe ether@gmail.com wrote: That looks pretty good! I've got a GTK build environment running, gtk-demo works, so going to grab the Geany code and try a build. I just downloaded the latest

Re: [Geany-devel] Any suggestions where message is from?

2012-07-07 Thread Colomban Wendling
Le 07/07/2012 19:34, Matthew Brush a écrit : On 12-07-06 06:25 PM, Lex Trotman wrote: Hi All, Any suggestions where the messages below come from? I've run outa time and patience. (geany:2673): Gtk-CRITICAL **: IA__gtk_tree_store_remove: assertion `VALID_ITER (iter, tree_store)' failed

Re: [Geany-devel] Treebrowser patch

2012-07-06 Thread Colomban Wendling
Le 06/07/2012 03:39, Lex Trotman a écrit : Frank, Colomban, Since you seem to have adopted treebrowser by the latest commits :) No no, as Frank said we just fixed small general things ;) Attached patch makes the show hidden files option work. Bug Tree browser doesn't show hidden files -

[Geany-devel] Plugins-developers: Please check the NEWS for your plugin

2012-07-05 Thread Colomban Wendling
Hi dear plugin developers, As you probably already know, we will make a new geany-plugins release this week-end, to go with Geany 1.22. As usual, we need to update the NEWS file on the root geany-plugins directory to provide a summary of the changes in this new release. I already made a first

Re: [Geany-devel] Remove MSYS dependency of Geany on Win~1

2012-06-26 Thread Colomban Wendling
Le 26/06/2012 19:02, Colomban Wendling a écrit : Le 26/06/2012 18:11, Nick Treleaven a écrit : On 25/06/2012 20:33, Dimitar Zhekov wrote: Hi. Here is a small diff (for makefile.win32 and src/makefile.win32 only) that makes Geany 1.22 Win~1 compilation and installation independent of MSYS

Re: [Geany] Selecting language for interface

2012-06-26 Thread Colomban Wendling
Le 26/06/2012 12:55, Martin Larsson a écrit : I'm now running Geany 1.22 on Ubuntu 11.10. For some reason, the interface is now using nn_NO. This locale is not complete, so the interface is rather confusing. Is there any way to select nb_NO (my default) or en_US instead? The Nynorsk

Re: [Geany] Bug in pyhton syntax highlight definition.

2012-06-26 Thread Colomban Wendling
Le 26/06/2012 15:36, owlet bw a écrit : PHP definitions are ruled in *filetypes.html*, because inside *filetypes.php* is almost nothing but record to see *filetypes.html.* OK. I went to *filetypes.html*. There are groups of definitions which start from *html_*, *sgml_*, *php_*, *jscript_*,

Re: [Geany] highlighting of bash scripts?

2012-06-26 Thread Colomban Wendling
Le 26/06/2012 21:59, owlet bw a écrit : This said, why did you want to edit filetypes.html/python? If you want to change the colors, with 1.22 you can now easily write a colorsheme file, look e.g. at the alt.conf scheme distributed with Geany (most probably

Re: [Geany-devel] Does marker_translucency work?

2012-06-24 Thread Colomban Wendling
Le 24/06/2012 23:40, Matthew Brush a écrit : Hi, I'm writing up some info on colour schemes and through testing it seems that marker_translucency doesn't do anything. Can anyone test to confirm? It says in the manual and filetypes.common file that it's supposed to control the translucency

Re: [Geany-devel] [PATCH] Link export plugin against libm (-lm)

2012-06-21 Thread Colomban Wendling
Le 21/06/2012 10:06, Chow Loong Jin a écrit : The export plugin uses the pow() function from libm without linking against it. It has worked so far because Geany itself has a link against libm, but should that be removed in the future, this would fail to resolve symbols. Signed-off-by: Chow

Re: [Geany-i18n] crap

2012-06-19 Thread Colomban Wendling
Hey, I guess all these emails are spam, or a bad joke? Anyway, any idea how to get rid of them? We already have 8 of them... Regards, Colomban Le 19/06/2012 23:00, geany-i18n@uvena.de a écrit : Countries of interest: UK, Rep. of Ireland, Germany, Austria, Sweden A company concerning

[Geany-devel] ANN: Geany 1.22 is out!

2012-06-18 Thread Colomban Wendling
We are happy to announce a new release of Geany! For a comprehensive list of changes please see: http://www.geany.org/Documentation/ReleaseNotes Some highlights: * Rewrite and improve theming support. * Update Scintilla to 2.29. * Full PCRE regular expression support for search and replace.

Re: [Geany-devel] [Geany] ANN: Geany 1.22 is out!

2012-06-18 Thread Colomban Wendling
Le 18/06/2012 23:56, Enrico Tröger a écrit : On 18/06/12 17:53, Colomban Wendling wrote: We are happy to announce a new release of Geany! For a comprehensive list of changes please see: http://www.geany.org/Documentation/ReleaseNotes Some highlights: * Rewrite and improve theming support

[Geany] ANN: Geany 1.22 is out!

2012-06-18 Thread Colomban Wendling
We are happy to announce a new release of Geany! For a comprehensive list of changes please see: http://www.geany.org/Documentation/ReleaseNotes Some highlights: * Rewrite and improve theming support. * Update Scintilla to 2.29. * Full PCRE regular expression support for search and replace.

[Geany-devel] About ChangeLog, AUTHORS and COMMITTERS files

2012-06-17 Thread Colomban Wendling
Hi guys, I updated the build system to generate a ChangeLog from Git's log upon dist. I mostly used the suggestion at https://live.gnome.org/Git/ChangeLog and it works fine. The format is a bit weird for a ChangeLog, but it's complete and quite clear. And output a ChangeLog-style format is way

Re: [Geany-devel] tagmanager changes - tree refactoring

2012-06-07 Thread Colomban Wendling
Le 07/06/2012 17:59, Nick Treleaven a écrit : On 06/06/2012 15:42, Nick Treleaven wrote: OK, I tried building it and found some fixes are necessary for the Windows makefiles - I'll commit these to a branch. After those changes, it seems to build fine. Now pushed to:

Re: [Geany-devel] GLib 2.32 and debug messages

2012-06-03 Thread Colomban Wendling
Le 02/06/2012 13:16, Lex Trotman a écrit : On 2 June 2012 20:58, Colomban Wendling lists@herbesfolles.org wrote: Hi guys, Since GLib 2.32, log messages at levels INFO or DEBUG aren't output unless G_MESSAGES_DEBUG environment variable is set to either all or to include the domain

Re: [Geany-devel] Geany multicursors patch

2012-05-25 Thread Colomban Wendling
Hi, Le 22/05/2012 20:40, Davide Andreoli a écrit : 2012/5/21 Dimitar Zhekov dimitar.zhe...@gmail.com mailto:dimitar.zhe...@gmail.com [...] 3. is there a way to really show multiple carets? No easy way AFAIK. hey! you are wrong :P I found the easy way (that also solve the issue

Re: [Geany-devel] Incompatible UI change, removal of actions from ctrl-click

2012-05-25 Thread Colomban Wendling
Hi, Le 24/05/2012 03:27, Lex Trotman a écrit : [posted to both devel and user lists, sorry to those on both] Hi All, Geany currently hard codes two actions to the ctrl-left mouse down input, goto tag if the click is over an identifier or goto matching brace otherwise. This blocks the

Re: [Geany-devel] Geany multicursors patch

2012-05-25 Thread Colomban Wendling
Le 23/05/2012 21:19, Davide Andreoli a écrit : 2012/5/23 Lex Trotman ele...@gmail.com: [...] IMHO the multiselection is now small enough (3 lines) that a plugin would be overkill :) Davide, what is the impact of enabling this, how do existing features interact with multiple selections? Do

Re: [Geany-devel] Geany multicursors patch

2012-05-25 Thread Colomban Wendling
Le 23/05/2012 21:19, Davide Andreoli a écrit : [...] Ok, I also finished the snippets part, super-easy at the end :) you can find my new 'supersnip' branch at: https://github.com/DaveMDS/geany/tree/supersnip also included the multicursor 3 lines (needed) Here you can read the

Re: [Geany] [Geany-devel] Incompatible UI change, removal of actions from ctrl-click

2012-05-25 Thread Colomban Wendling
Hi, Le 24/05/2012 03:27, Lex Trotman a écrit : [posted to both devel and user lists, sorry to those on both] Hi All, Geany currently hard codes two actions to the ctrl-left mouse down input, goto tag if the click is over an identifier or goto matching brace otherwise. This blocks the

Re: [Geany-devel] geany-plugins: Autotools usage

2012-05-19 Thread Colomban Wendling
stylesheets, and a few other updates. I didn't commit them/made a PR yet because #2 is likely to conflict. Regards, Colomban From b7c07dc512616b196d2705c4426d4e3c84285673 Mon Sep 17 00:00:00 2001 From: Colomban Wendling b...@herbesfolles.org Date: Sat, 19 May 2012 16:59:36 +0200 Subject: [PATCH 1/3

Re: [Geany-devel] tagmanager changes

2012-05-08 Thread Colomban Wendling
Le 07/05/2012 18:04, Nick Treleaven a écrit : On 02/05/2012 05:46, Lex Trotman wrote: Hi All, To summarise since the thread has several subthreads. 1. Tagmanager Understandability a. I generated the doxygen documentation for tagmanager, it works if you set recursive, but didn't help much:

Re: [Geany-devel] tagmanager changes

2012-05-08 Thread Colomban Wendling
Le 02/05/2012 06:46, Lex Trotman a écrit : [...] 3. Background/asynchronous whatever you want to call it parsing a. @Colomban, you say that caches are created on first lookup, doesn't that throw work back into the UI thread which could have been done in the parsing thread? Well, yes, the

Re: [Geany-devel] tagmanager changes

2012-05-08 Thread Colomban Wendling
Le 08/05/2012 02:03, Lex Trotman a écrit : On 8 May 2012 02:04, Nick Treleaven nick.trelea...@btinternet.com wrote: [...] It doesn't look like tm_file_entry_ is really used. Along with your comment below and about project on the next post, sounds like tm code could be reduced

Re: [Geany-devel] tagmanager changes

2012-05-08 Thread Colomban Wendling
Le 30/04/2012 18:54, Nick Treleaven a écrit : On 29/04/2012 15:42, Colomban Wendling wrote: * it support asynchronous parsing (though not concurrent parsing); What's the difference? Also, what does it buy us? What I meant when saying it's asynchronous but not concurrent is that it supports

Re: [Geany-devel] tagmanager changes

2012-05-08 Thread Colomban Wendling
Le 08/05/2012 14:12, Colomban Wendling a écrit : Le 30/04/2012 19:07, Nick Treleaven a écrit : On 29/04/2012 15:47, Colomban Wendling wrote: Le 26/04/2012 18:53, Nick Treleaven a écrit : On 26/04/2012 16:02, Nick Treleaven wrote: On 24/04/2012 22:31, Colomban Wendling wrote: * it uses

Re: [Geany-devel] gtk_separator_tool_item_new() patch

2012-05-08 Thread Colomban Wendling
Hi, Le 29/04/2012 20:26, Dimitar Zhekov a écrit : Hi again, and excuse me for stuffing the list. Actually there is 1/2 error. The plugin toolbar items are inserted improperly, but added to plugin_items list in the right order. So using Customize Toolbar and adding/removing items or

Re: [Geany-devel] tagmanager changes

2012-04-29 Thread Colomban Wendling
Hi, Le 26/04/2012 17:02, Nick Treleaven a écrit : On 24/04/2012 22:31, Colomban Wendling wrote: Le 17/04/2012 18:20, Nick Treleaven a écrit : Sorry for the long delays -- and also small activity -- recently. I have/had a lot of non-Geany stuff to do and stuff, the whole story, you know

Re: [Geany-devel] tagmanager changes

2012-04-29 Thread Colomban Wendling
Le 26/04/2012 18:53, Nick Treleaven a écrit : On 26/04/2012 16:02, Nick Treleaven wrote: On 24/04/2012 22:31, Colomban Wendling wrote: * it uses the same tag parsers tagmanager used, in ctagsmanager/ctags; BTW this is a good idea to clearly separate CTags from tagmanager. If this change can

Re: [Geany-devel] tagmanager changes

2012-04-29 Thread Colomban Wendling
Le 27/04/2012 07:30, Lex Trotman a écrit : [...] - a multi-cache one that, as its name suggests, maintains multiple caches (sorted tags arrays). it uses a little more memory and is slower on insertion since it maintains several sorted lists, but a search on an already existing

Re: [Geany-devel] tagmanager changes

2012-04-29 Thread Colomban Wendling
Le 29/04/2012 14:07, Nick Treleaven a écrit : On 27/04/2012 06:30, Lex Trotman wrote: [...] I don't understand why tagmanager has to be replaced, why not just replace the parts you want to improve? Rewriting it is likely to lead to a new set of bugs and be hard to review and merge changes

Re: [Geany-devel] tagmanager changes

2012-04-24 Thread Colomban Wendling
Le 17/04/2012 18:20, Nick Treleaven a écrit : Hi, How's it going? Hi, Sorry for the long delays -- and also small activity -- recently. I have/had a lot of non-Geany stuff to do and stuff, the whole story, you know. Lex mentioned in this mail:

Re: [Geany-devel] [geany/geany] 5f0963: List package dependencies only in configure.ac

2012-04-12 Thread Colomban Wendling
Le 12/04/2012 18:41, Colomban Wendling a écrit : Modified: wscript 1 files changed, 1 insertions(+), 0 deletions(-) === @@ -346,6 +346,7 @@ def build(bld): bld.new_task_gen( source = 'geany.pc.in

Re: [Geany-devel] Development of code re-formatting plugin

2012-04-12 Thread Colomban Wendling
Le 10/04/2012 01:59, Lex Trotman a écrit : On 10 April 2012 09:05, Colomban Wendling lists@herbesfolles.org wrote: Hi, Le 09/04/2012 12:41, Lex Trotman a écrit : On 9 April 2012 20:08, Nayan Shah na...@nayanshah.com wrote: Hello, I am planning to develop a code re-formatting plugin

Re: [Geany-devel] [geany/geany] 5f0963: List package dependencies only in configure.ac

2012-04-12 Thread Colomban Wendling
Le 12/04/2012 22:36, Enrico Tröger a écrit : On Thu, 12 Apr 2012 18:47:18 +0200, Colomban wrote: Hi, first, nice idea about making the dependency information more central! Modified: wscript 1 files changed, 1 insertions(+), 0 deletions(-)

Re: [Geany-devel] [geany/geany] 5f0963: List package dependencies only in configure.ac

2012-04-12 Thread Colomban Wendling
Le 12/04/2012 23:10, Enrico Tröger a écrit : On Thu, 12 Apr 2012 22:49:26 +0200, Colomban wrote: I'm wondering if there is a way to get at least the version from the configuration? Like bld.conf.libs['GTK'].atleast_version or something? I haven't found how to do so, but maybe you'll know :)

Re: [Geany] file save as edit field steals focus

2012-03-30 Thread Colomban Wendling
Le 30/03/2012 19:33, Russell Treleaven a écrit : Hi Everyone, I wonder if this is a bug and if so if it is a geany bug or the tool kit that geany uses. to reproduce click save click browser folder click create folder type a\n type b expected b go into the

Re: [Geany] how to highlight multi-line code blocks in geany

2012-03-27 Thread Colomban Wendling
Le 27/03/2012 16:08, Luca Borrione a écrit : Hello to all, In komodo you have code blocks highlighted with an horizontal dotted line as shown in the attached image. Is there anything like that in geany? I don't see no horizontal dotted line on the image, are you talking about the vertical

Re: [Geany-devel] geany-plugins tests failures

2012-03-25 Thread Colomban Wendling
Le 25/03/2012 17:46, Quentin Glidic a écrit : Hello, While running geany-plugins tests, I hit two failures. The first one is that cppcheck is not happy about Vala, and since multiterm is fully in Vala, it fails. ACK, running cppcheck on a non-C plugin seems stupid anyway. The second one

Re: [Geany-devel] C++ Symbols problem

2012-03-23 Thread Colomban Wendling
, Colomban Wendling lists@herbesfolles.org wrote: Le 13/03/2012 01:48, Lex Trotman a écrit : Hi All, Hey! Here's an initial patch that fixes the issue by better handling of true duplicate tags. It's not necessarily the better fix for the issue, where maybe having the template type info

[Geany-devel] Scope completion fix/reimplementation

2012-03-23 Thread Colomban Wendling
replies :) Cheers, Colomban [1] because I don't think anybody understands the TM code anymore, and it has some flaws we can't fix -- this one for example From a96669230b860ae3229150715ff65621d3c37657 Mon Sep 17 00:00:00 2001 From: Colomban Wendling b...@herbesfolles.org Date: Tue, 23 Aug 2011 02:20:11

Re: [Geany-devel] Wrap words Addon patch

2012-03-21 Thread Colomban Wendling
Le 21/03/2012 08:21, Frank Lanitz a écrit : Am 21.03.2012 00:33, schrieb Colomban Wendling: Le 20/03/2012 22:14, Frank Lanitz a écrit : On Tue, 13 Dec 2011 17:46:47 +0800 Nathan Broadbent nathan@gmail.com wrote: 1. Visit https://github.com/pzoxiuv/geany-plugins-1 2. Click 'Pull Request

Re: [Geany-devel] Wrap words Addon patch

2012-03-20 Thread Colomban Wendling
Le 20/03/2012 22:14, Frank Lanitz a écrit : On Tue, 13 Dec 2011 17:46:47 +0800 Nathan Broadbent nathan@gmail.com wrote: 1. Visit https://github.com/pzoxiuv/geany-plugins-1 2. Click 'Pull Request' 3. In the box on the right, you will see the heading 'Head branch · tag · commit'. There

Re: [Geany-devel] Default keybinding for Zoom In

2012-03-18 Thread Colomban Wendling
Le 19/03/2012 03:06, Matthew Brush a écrit : Hi, It's always bothered me that Geany uses the wrong keybinding for Zoom In, but I'm starting to think it's completely on accident. The normal keybinding for Zoom In on most applications is Control and Equal (same key as plus symbol). If you

Re: [Geany-devel] C++ Symbols problem

2012-03-17 Thread Colomban Wendling
Le 16/03/2012 11:30, Lex Trotman a écrit : Hi All, Hey, I haven't had the time yet to try to fix the sidebar bug, but... So that I don't look unreasonable for criticising just Geany I Sweet :p [...] In fact it would even be better if . and - autocomplete was turned off for C++ rather

Re: [Geany-devel] C++ Symbols problem

2012-03-17 Thread Colomban Wendling
Le 17/03/2012 15:28, Colomban Wendling a écrit : Le 16/03/2012 11:30, Lex Trotman a écrit : Hi All, Hey, I haven't had the time yet to try to fix the sidebar bug, but... So that I don't look unreasonable for criticising just Geany I Sweet :p [...] In fact it would even be better

Re: [Geany-devel] C++ Symbols problem

2012-03-17 Thread Colomban Wendling
Le 13/03/2012 01:48, Lex Trotman a écrit : Hi All, Hey! Here's an initial patch that fixes the issue by better handling of true duplicate tags. It's not necessarily the better fix for the issue, where maybe having the template type info would be better, but it is more generic since it would

Re: [Geany-devel] Fwd: Security issue in Terminal

2012-03-08 Thread Colomban Wendling
Le 08/03/2012 17:31, Johann SAUNIER a écrit : Which distros are still mounting /tmp on the hard drive rather than on a tmpfs file system ? Not Debian Sid obviously: $ /bin/df -h /tmp/ Filesystem Size Used Avail Use% Mounted on tmpfs 767M 67M 700M 9% /tmp ...but Debian

Re: [Geany-devel] small leak in keyfile.c

2012-03-08 Thread Colomban Wendling
Le 08/03/2012 18:06, Dimitar Zhekov a écrit : Hi, configuration_reload_default_session() does not free configfile. Patch attached. Thanks, committed. Cheers, Colomban ___ Geany-devel mailing list Geany-devel@uvena.de

Re: [Geany-devel] Commit messages on merges

2012-03-03 Thread Colomban Wendling
Le 04/03/2012 02:01, Jiří Techet a écrit : On Mon, Feb 27, 2012 at 08:33, Matthew Brush mbr...@codebrainz.ca wrote: On 12-02-26 11:20 PM, Frank Lanitz wrote: Hi folks, Just something I thought on last merges based on Jiri's patches. Its hard to understand what this merges do just by reading

Re: [Geany-devel] Commit messages on merges

2012-03-03 Thread Colomban Wendling
Le 28/02/2012 06:59, Frank Lanitz a écrit : Am 27.02.2012 08:44, schrieb Lex Trotman: [...] I guess if we can filter out merge commits and only show the real commit information it should be good? (See other message with individual commit messages) Yeah, IMO git gives us lots of un-needed

Re: [Geany] Keep the previous session opened while opening a new file when Geany is closed

2012-02-28 Thread Colomban Wendling
Le 28/02/2012 10:02, Eugene Arshinov a écrit : On Tue, 28 Feb 2012 09:51:46 +0100 Luca Borrione wr...@tiscali.it wrote: Hello, I'm using Geany since a while now and it covers many needs of mine, so I would say it became my default ide so far. I'm having a little problem in using it

Re: [Geany-devel] Line operations

2012-02-23 Thread Colomban Wendling
Le 23/02/2012 11:08, Eugene Arshinov a écrit : On Mon, 6 Feb 2012 11:55:25 +0400 Eugene Arshinov earshi...@gmail.com wrote: On Sun, 05 Feb 2012 20:50:38 +0100 Colomban Wendling lists@herbesfolles.org wrote: Le 05/02/2012 13:51, Eugene Arshinov a écrit : Hello all. [snip] 2) I want

Re: [Geany] Debugger and numbered bookmarks

2012-02-23 Thread Colomban Wendling
Le 23/02/2012 10:35, Michael a écrit : Lex Trotman elextr@... writes: [...] AFAICT a bug in both plugins and Geany. Could you raise bug reports on both plugins with the message: Done for debugger. For numbered bookmarks I did not find a possibillity in the bugtracker to address it to

Re: [Geany-devel] Some obsolete(?) bug reports

2012-02-22 Thread Colomban Wendling
Le 21/02/2012 19:06, Dimitar Zhekov a écrit : On Mon, 20 Feb 2012 21:00:44 +0100 Colomban Wendling lists@herbesfolles.org wrote: To run a second instance of Geany, do not specify any filenames on the command-line, [...] This should be reworded since it's not true since a long time one

Re: [Geany-devel] Plugins Guidance

2012-02-22 Thread Colomban Wendling
Le 21/02/2012 05:15, Lex Trotman a écrit : In another thread http://lists.uvena.de/geany/2012-February/007808.html a couple of things were mentioned about guidelines for plugins to be good citizens. So I thought it worthwhile gathering any suggestions so the docs could be updated in one go.

Re: [Geany-devel] Some obsolete(?) bug reports

2012-02-20 Thread Colomban Wendling
Le 20/02/2012 18:34, Dimitar Zhekov a écrit : On Sat, 18 Feb 2012 14:17:17 +0100 Colomban Wendling lists@herbesfolles.org wrote: So I'd say aye to Dimitar since he gently volunteered :) Moreover if it is a preference I don't see any loss; but I'd better see this preference turned

Re: [Geany-devel] Line operations

2012-02-20 Thread Colomban Wendling
Le 19/02/2012 20:01, Eugene Arshinov a écrit : On Sun, 19 Feb 2012 17:24:00 +0100 Colomban Wendling lists@herbesfolles.org wrote: [...] The commands indeed work similarly to our own `move_lines` function. I posted pull request #24 [3] which removes `move_lines` function and leverages

Re: [Geany-devel] Some obsolete(?) bug reports

2012-02-20 Thread Colomban Wendling
Le 20/02/2012 20:29, Dimitar Zhekov a écrit : On Mon, 20 Feb 2012 20:00:38 +0100 Colomban Wendling lists@herbesfolles.org wrote: Thanks a lot, committed. Maybe an update of the manual to explain more it needed? Yes... An update is required because the manual explicitly says if you

Re: [Geany-devel] Some obsolete(?) bug reports

2012-02-19 Thread Colomban Wendling
Le 19/02/2012 16:42, Enrico Tröger a écrit : Hey guys, 1. Incorrect indentation guides - ID: 2637071 [1] I opened the attached document and did not see any issues with indentation guides. I could miss something because I rarely use the guies, but... Maybe it was already fixed in

Re: [Geany-devel] Some obsolete(?) bug reports

2012-02-19 Thread Colomban Wendling
Le 19/02/2012 01:06, Lex Trotman a écrit : [...] I just taught the file mangler to run geany -c so it never interrupts what a normal Geany is doing :) I don't think that's something everybody should need to do. Yes, true. [...] I personally do think what we do is definitely the Wrong

Re: [Geany-devel] Line operations

2012-02-19 Thread Colomban Wendling
Le 19/02/2012 08:02, Eugene Arshinov a écrit : Hi there. Hi Eugene, Quick overview - I posted a pull request [3] which removes `move_lines` function and uses commands already available in Scintilla. See below. On Sun, 05 Feb 2012 20:50:38 +0100 Colomban Wendling lists

Re: [Geany] tool tips

2012-02-19 Thread Colomban Wendling
Le 19/02/2012 08:52, worthspending a écrit : Is there a way to disable tool tips from displaying? I am using the treebrowser plugin and would like to suppress the tool tips from displaying when I hover over a directory or file. The tool tips also display within other panes, so, I was

Re: [Geany] Changing python version used

2012-02-19 Thread Colomban Wendling
Hi, Le 19/02/2012 16:31, Thomas Hedden a écrit : I have the following configuration: $ geany --version geany 0.21 (built on Dec 24 2011 with GTK 2.24.8, GLib 2.30.1) $ python --version Python 2.7.2 $ which python /usr/bin/python $ python3 --version Python 3.2.1 $ which python3

Re: [Geany-devel] Some obsolete(?) bug reports

2012-02-18 Thread Colomban Wendling
Sorry for the long delay, I was busy last week (OK, no one cares anyway) Le 18/02/2012 02:45, Lex Trotman a écrit : On 18 February 2012 12:13, Matthew Brush mbr...@codebrainz.ca wrote: On 02/17/2012 09:42 AM, Dimitar Zhekov wrote: On Mon, 13 Feb 2012 17:14:19 -0800 Matthew

Re: [Geany] False link

2012-02-06 Thread Colomban Wendling
/listinfo/geany doesn't work. On Mon, 06 Feb 2012 17:46:23 +0100 Colomban Wendling lists@herbesfolles.org wrote: Err, it does work for me, gives me the mailman list page... Works for me too. Works fine, except for the SSL warning: The identity of this website has not been

Re: [Geany-devel] Line operations

2012-02-05 Thread Colomban Wendling
Le 05/02/2012 13:51, Eugene Arshinov a écrit : Hello all. Hey Eugene, I have several suggestions and questions about certain line operations implemented in Geany. 1) Recently I found that move lines up/down command does not work properly for the last line not ending with a newline. You

Re: [Geany] Ideas for reducing duplicate bug reports

2012-02-03 Thread Colomban Wendling
Le 03/02/2012 17:07, Matthew Brush a écrit : On 02/03/2012 03:57 AM, Lex Trotman wrote: [...] +1 to everything above. I reckon that many of those anonymous bug reports are next to worthless for their minimal detail and that means they end up reducing the signal to noise ratio. If someone

Re: [Geany-devel] Opening unmounted GIO URIs

2012-02-02 Thread Colomban Wendling
Le 31/01/2012 20:14, Enrico Tröger a écrit : On Tue, 31 Jan 2012 01:30:58 +0100, Colomban wrote: Ho Colomban and the rest, https://github.com/b4n/geany/commit/01fd682674286dada6d6b77d0e3064c89a28df64 I wrote this patch that adds automatic mounting of volumes needed to open a GIO URI, so

Re: [Geany-devel] Opening unmounted GIO URIs

2012-02-02 Thread Colomban Wendling
Le 31/01/2012 02:04, Lex Trotman a écrit : On Tue, Jan 31, 2012 at 11:30 AM, Colomban Wendling lists@herbesfolles.org wrote: Hey Nick, Matthew, Lex, Frank, Enrico, whoever cares, https://github.com/b4n/geany/commit/01fd682674286dada6d6b77d0e3064c89a28df64 I wrote this patch that adds

Re: [Geany-devel] get build command from a plugin

2012-01-30 Thread Colomban Wendling
Le 30/01/2012 23:22, Lex Trotman a écrit : On Tue, Jan 31, 2012 at 5:13 AM, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: On Mon, 30 Jan 2012 14:08:59 +1100 Lex Trotman ele...@gmail.com wrote: How can I $subject? At the moment you can't officially access any of the build system from a

[Geany-devel] Opening unmounted GIO URIs

2012-01-30 Thread Colomban Wendling
Hey Nick, Matthew, Lex, Frank, Enrico, whoever cares, https://github.com/b4n/geany/commit/01fd682674286dada6d6b77d0e3064c89a28df64 I wrote this patch that adds automatic mounting of volumes needed to open a GIO URI, so one don't have to first mount the corresponding volume in Nautilus/whatever.

  1   2   3   4   5   6   >