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-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

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-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-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-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-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

[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-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-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-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-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-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-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-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-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.

Re: [Geany-devel] encoding combo boxes bug

2012-01-20 Thread Colomban Wendling
Le 20/01/2012 00:07, Lex Trotman a écrit : On Fri, Jan 20, 2012 at 9:58 AM, Lex Trotmanele...@gmail.com wrote: On Thu, Jan 19, 2012 at 11:53 PM, Nick Treleaven nick.trelea...@btinternet.com wrote: Hi, I'm seeing wrong encoding names in the encoding combo boxes on the Files tab of the Prefs

Re: [Geany-devel] GIT commit mails format

2012-01-20 Thread Colomban Wendling
Le 15/01/2012 23:53, Enrico Tröger a écrit : On Sun, 15 Jan 2012 13:35:35 -0800, Matthew wrote: On 01/15/2012 12:03 PM, Lex Trotman wrote: [...] What do you think? If we agree to change the commit mails to this format, I'd deploy the script soon. I'd very much like it, and I'm fine with

Re: [Geany-devel] Fixing Glade File (was Re: Whither goest CTRL-Q?)

2012-01-13 Thread Colomban Wendling
Le 14/01/2012 03:24, Matthew Brush a écrit : Hi, For whatever reason in commit c85b89afdd880b7a6aac42f953bab83d3938a4a3 (fixing the project dialog), Glade removed the accelerators (and adjustments) from geany.glade. I'm looking for a clever way to fix this without having to manually edit the

Re: [Geany-devel] Geany-Plugins: MAINTAINERS file

2012-01-07 Thread Colomban Wendling
Le 07/01/2012 16:00, Frank Lanitz a écrit : On Fri, 6 Jan 2012 23:42:39 +0100 Frank Lanitzfr...@frank.uvena.de wrote: * What's the exact difference between Supported and Maintained? The only difference I see is that supported has the word paid in the description, but I doubt that most of us

Re: [Geany-devel] Geany-Plugins: MAINTAINERS file

2012-01-06 Thread Colomban Wendling
Le 06/01/2012 10:29, Frank Lanitz a écrit : Hi folks, We have just added a MAINTAINERS into git to add a single point to find who is responsible for a plugin. Please be so kind and sending in patches or updating the file on your own for your plugins to show who is maintaining etc. File

Re: [Geany-devel] Weird Segfault Crash

2012-01-03 Thread Colomban Wendling
Le 03/01/2012 14:36, Nick Treleaven a écrit : On 02/01/2012 15:54, Nick Treleaven wrote: On 02/01/2012 14:33, Colomban Wendling wrote: encodings_convert_to_utf8_from_charset(utf8_name, (gsize) -1, ...) Is it OK the cast a negative number to `gsize` and will it have the desired effect

Re: [Geany-devel] vergeany :)

2011-12-27 Thread Colomban Wendling
Le 27/12/2011 10:14, Enrico Tröger a écrit : On Mon, 26 Dec 2011 19:17:33 +0100, Colomban wrote: Le 26/12/2011 19:01, Dimitar Zhekov a écrit : geanyentryaction.c:9: * the Free Software Foundation; either vergeany 2 of the License, or geanyentryaction.c:10: * (at your option) any

Re: [Geany-devel] GtkFileChooser recent annoyance

2011-12-20 Thread Colomban Wendling
Le 20/12/2011 05:07, Matthew Brush a écrit : Hi, Is anyone opposed to me committing the trivial patch attached here. The comment I think describes it well enough, and if you're using recent GTK+ 2.24.x you probably already know about it. I didn't want to commit without asking since maybe

Re: [Geany-devel] GtkFileChooser recent annoyance

2011-12-20 Thread Colomban Wendling
Le 20/12/2011 19:18, Colomban Wendling a écrit : Le 20/12/2011 05:07, Matthew Brush a écrit : Hi, Is anyone opposed to me committing the trivial patch attached here. The comment I think describes it well enough, and if you're using recent GTK+ 2.24.x you probably already know about it. I

Re: [Geany-devel] Detachable Tab

2011-12-18 Thread Colomban Wendling
Hi David, Le 18/12/2011 16:06, David Gomes a écrit : Hey, I'm David, a programmer and I wanted to make Geany tabs detachable. So I went added and got the source (from Github), and added a few lines in the file notebook.c: Line 478 /* enable tab drag and drop */

Re: [Geany-devel] Moving MultiTerm plugin to Geany-Plugins

2011-12-18 Thread Colomban Wendling
Le 18/12/2011 06:07, Matthew Brush a écrit : Hi, I just added the MultiTerm plugin to Geany-Plugins master branch. Please let me know ASAP if it causes you any issues. It breaks the build from Git when the user ain't got valac. I committed a perfectable fix that simply checks whether

Re: [Geany-devel] Moving MultiTerm plugin to Geany-Plugins

2011-12-18 Thread Colomban Wendling
Le 18/12/2011 16:52, Colomban Wendling a écrit : Le 18/12/2011 06:07, Matthew Brush a écrit : Hi, I just added the MultiTerm plugin to Geany-Plugins master branch. Please let me know ASAP if it causes you any issues. It breaks the build from Git when the user ain't got valac. I

Re: [Geany-devel] GP HACKING changes

2011-12-16 Thread Colomban Wendling
Le 16/12/2011 02:56, Matthew Brush a écrit : Hi, I made some changes[1] to the HACKING file for Geany-Plugins, mostly trivial plus I copied and pasted Colomban's committing information from Geany's HACKING file. I made one addition here, and wanted to see if it's cool with everyone: +*

Re: [Geany-devel] Geany Color Schemes and Extras Page

2011-12-16 Thread Colomban Wendling
Le 08/12/2011 03:08, Matthew Brush a écrit : Hi Guys, I'm thinking about updating the Extras page (geany.org/Download/Extras) and I was wondering what to do with the current listing of colour schemes. One of the colour scheme links (dark color scheme) doesn't work, it just points to a

Re: [Geany-devel] junior C developer, interested in learning and helping out with time

2011-12-16 Thread Colomban Wendling
Hi and welcome, Sean! Le 06/12/2011 15:07, Sean Wolfe a écrit : Hey there, I'm new to the list, my name is Sean Wolfe and I'm interested in learning more about development for Geany. I've got a Python background, enjoy coding projects in Django and the python game framework Pygame, and also

Re: [Geany-devel] Default Snippets

2011-12-16 Thread Colomban Wendling
Le 04/12/2011 01:53, Matthew Brush a écrit : On 12/03/2011 04:10 PM, Colomban Wendling wrote: Hey Lex -- and sorry for the delay. Le 24/11/2011 03:36, Lex Trotman a écrit : Hi All, There are problems with the default snippets applying to all documents. It is not possible to addsnippettab

Re: [Geany-devel] Just a stupid github question: How to merge a pull request with fast forward?

2011-12-13 Thread Colomban Wendling
Le 13/12/2011 10:33, Nathan Broadbent a écrit : You can't do a cherry pick or rebase through the front-end. I think adding this 'merge pull request' commit is a good idea, since it shows more information about where the commit came from. OK. So I assume its best practice also on github to do

Re: [Geany-devel] Default search behavior is irritating

2011-12-07 Thread Colomban Wendling
Le 07/12/2011 02:35, Matthew Brush a écrit : On 12/06/2011 11:34 AM, Colomban Wendling wrote: [...] However I agree that it should be merged into master. It'd get more testing, we want this change to happen and currently we fear changing the UI file, which is not good for development

Re: [Geany-devel] geany-plugins converted to git

2011-12-07 Thread Colomban Wendling
Le 07/12/2011 22:54, Jiří Techet a écrit : Hi, I've completed the conversion of geany-plugins to git, the repository can be found here: https://github.com/techee/geany-plugins As with Geany's repository conversion, please have a look at it and don't use/fork it until more people check

Re: [Geany-devel] Default search behavior is irritating

2011-12-06 Thread Colomban Wendling
Le 06/12/2011 06:08, Matthew Brush a écrit : On 12/05/2011 05:18 PM, Matthew Brush wrote: On 12/05/2011 01:27 PM, Colomban Wendling wrote: Applied, thanks! Ouch! I wonder how many hours it will take me to convert the old Glade 2 file to GtkBuilder *again*. Yeah, I know, sorry. I tried

Re: [Geany-devel] Default search behavior is irritating

2011-12-06 Thread Colomban Wendling
Le 06/12/2011 03:02, Matthew Brush a écrit : On 12/05/2011 05:52 PM, Lex Trotman wrote: On Tue, Dec 6, 2011 at 12:18 PM, Matthew Brushmbr...@codebrainz.ca wrote: On 12/05/2011 01:27 PM, Colomban Wendling wrote: Applied, thanks! Ouch! I wonder how many hours it will take me to convert

Re: [Geany-devel] Indentation using regex (was [PATCH 14/19] Rewrite tab switching queue)

2011-12-06 Thread Colomban Wendling
Le 06/12/2011 07:20, Lex Trotman a écrit : [...] First, note that I wasn't able to find the patch, so I'm only guessing from reading the thread and from my own (much less complete) attempt. I'm afraid that if I had the patch it is on my broken hard drive :-S And anyway we never got it

Re: [Geany-devel] Indentation using regex (was [PATCH 14/19] Rewrite tab switching queue)

2011-12-05 Thread Colomban Wendling
Hi, I know this is a more than one year old discussion, but I was messing with a very similar thing a few minutes ago when wanting to add autoindent support for SH. Le 16/09/2010 22:17, Jiří Techet a écrit : On Thu, Sep 16, 2010 at 19:27, Thomas Martitz thomas.mart...@student.htw-berlin.de

  1   2   3   4   5   >