Re: [Geany-devel] [ANNOUNCE] gproject - yet another geany project plugin

2010-06-08 Thread Jiří Techet
Hi, thanks for the response. A few comments of mine below: On Tue, Jun 8, 2010 at 03:03, Lex Trotman ele...@gmail.com wrote: On 8 June 2010 07:38, Jiří Techet tec...@gmail.com wrote: Hi, Hi, havn't had time to look at your code but a couple of comments below. I would like to announce yet

Re: [Geany-devel] [ANNOUNCE] gproject - yet another geany project plugin

2010-06-08 Thread Jiří Techet
On Tue, Jun 8, 2010 at 19:03, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: On Mon, 7 Jun 2010 23:38:19 +0200 Jiří Techet tec...@gmail.com wrote: * I find the session-based project conceptually wrong - having several files opened doesn't mean that they belong to the same project

Re: [Geany-devel] [ANNOUNCE] gproject - yet another geany project plugin

2010-06-09 Thread Jiří Techet
On Wed, Jun 9, 2010 at 03:40, Lex Trotman ele...@gmail.com wrote: Hi again, Note I wasn't criticising your plugin, but wanted to make sure you knew about some potential upcoming capabilities that might also be useful in combination. I absolutely understand. In fact, I prefer critical voices

Re: [Geany-devel] switch dialog bug - Re: [ANNOUNCE] gproject - yet another geany project plugin

2010-06-09 Thread Jiří Techet
On Wed, Jun 9, 2010 at 14:56, Nick Treleaven nick.trelea...@btinternet.com wrote: On Tue, 8 Jun 2010 18:59:35 +0200 Jiří Techet tec...@gmail.com wrote: And this fix should definitely go to 0.19: http://gitorious.org/~techy/geany/techys-geany/commit/62deb4ec5c2b8de4d0979c55f853f529efde223f

Re: [Geany-devel] linear time tag manager - Re: [ANNOUNCE] gproject - yet another geany project plugin

2010-06-09 Thread Jiří Techet
On Wed, Jun 9, 2010 at 14:58, Nick Treleaven nick.trelea...@btinternet.com wrote: On Mon, 7 Jun 2010 23:38:19 +0200 Jiří Techet tec...@gmail.com wrote: * for big projects I'd like to create some basic ctags support. The tag manager used by geany is totally unusable for big projects because

Re: [Geany-devel] Git - Re: [ANNOUNCE] gproject - yet another geany project plugin

2010-06-09 Thread Jiří Techet
On Wed, Jun 9, 2010 at 15:06, Nick Treleaven nick.trelea...@btinternet.com wrote: On Wed, 9 Jun 2010 13:06:45 +0200 Jiří Techet tec...@gmail.com wrote: Sure its easier if everyone is using git, but ATM this is an SVN project. It's true that I've used the workflow typical for a git project

Re: [Geany-devel] [ANNOUNCE] gproject - yet another geany project plugin

2010-06-09 Thread Jiří Techet
Hi, http://gitorious.org/~techy/geany/techys-geany (branches: changebar fixes gproject-deps all) The first three links are from the gproject-deps branch and the last one from the fixes branch. The changebar is, not surprisingly, in the changebar branch. That seems a bit confusing, maybe we

Re: [Geany-devel] Broken plugin autofools (Was: [ANNOUNCE] gproject - yet another geany project plugin)

2010-06-09 Thread Jiří Techet
On Wed, Jun 9, 2010 at 16:56, Chow Loong Jin hyper...@gmail.com wrote: On Wed, 9 Jun 2010 23:22:51 +1000 Lex Trotman ele...@gmail.com wrote: Sigh, this isn't your fault, but I have problems with installing unknown software to system directories and plugins autofools is broken WRT installing

Re: [Geany-devel] [ANNOUNCE] gproject - yet another geany project plugin

2010-06-09 Thread Jiří Techet
On Wed, Jun 9, 2010 at 15:16, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 09.06.2010 13:06, schrieb Jiří Techet: It's true that I've used the workflow typical for a git project - from geany web page, which offers both git and SVN repository I assumed that I can chose either

Re: [Geany-devel] switch dialog bug - Re: [ANNOUNCE] gproject - yet another geany project plugin

2010-06-09 Thread Jiří Techet
On Wed, Jun 9, 2010 at 18:17, Nick Treleaven nick.trelea...@btinternet.com wrote: On Wed, 9 Jun 2010 15:10:22 +0200 Jiří Techet tec...@gmail.com wrote: BTW, why do you destroy the dialog instead of hiding it? It's just that I can write if (switch_dialog) instead of if (switch_dialog

[Geany-devel] [PATCH 1/3] Fix tab history switching

2010-06-09 Thread Jiří Techet
There is a 600ms interval in which the panel displaying the current file name isn't displayed. If you switch tabs with a keybinding and do it too quickly (press it twice in the 600ms period), the wrong file is put on top of the stack. This patch fixes the problem Signed-off-by: Jiří Techet tec

[Geany-devel] Various geany fixes

2010-06-09 Thread Jiří Techet
The following patches fix some problems in geany. More details can be found in the description of the individual patches: [PATCH 1/3] Fix tab history switching [PATCH 2/3] Prevent -Wmissing-prototypes report warning when compiling a plugin [PATCH 3/3] Add .gitignore Regards, Jiri

[Geany-devel] [PATCH 1/3] Add a signal that is emitted before build starts

2010-06-09 Thread Jiří Techet
Signed-off-by: Jiří Techet tec...@gmail.com --- doc/plugins.dox | 12 src/build.c |2 ++ src/geanyobject.c |8 src/geanyobject.h |2 ++ 4 files changed, 24 insertions(+), 0 deletions(-) diff --git a/doc/plugins.dox b/doc/plugins.dox index df156eb

[Geany-devel] [PATCH 3/3] Open files from msgwindow even if find_in_files_dir is not set

2010-06-09 Thread Jiří Techet
It should be possible to open files from the msgwindow even if find_in_files_dir is not set (when providing full path) Signed-off-by: Jiří Techet tec...@gmail.com --- src/msgwindow.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/msgwindow.c b/src/msgwindow.c

[Geany-devel] [PATCH] Changebar port from codeblocks

2010-06-09 Thread Jiří Techet
This patch enables experimental scintilla changebar for geany. For testing only. Signed-off-by: Jiří Techet tec...@gmail.com --- scintilla/CellBuffer.cxx | 366 ++--- scintilla/CellBuffer.h| 94 +- scintilla/Document.cxx

Re: [Geany-devel] project build dialog - Re: [ANNOUNCE] gproject - yet another geany project plugin

2010-06-09 Thread Jiří Techet
On Wed, Jun 9, 2010 at 18:15, Nick Treleaven nick.trelea...@btinternet.com wrote: On Tue, 8 Jun 2010 18:59:35 +0200 Jiří Techet tec...@gmail.com wrote: To be honest, I find the new build dialog in 0.19 (and how it interacts with the session-project) pretty confusing - when you use

Re: [Geany-devel] project build dialog - Re: [ANNOUNCE] gproject - yet another geany project plugin

2010-06-09 Thread Jiří Techet
On Thu, Jun 10, 2010 at 00:52, Lex Trotman ele...@gmail.com wrote: On 10 June 2010 02:15, Nick Treleaven nick.trelea...@btinternet.com wrote: On Tue, 8 Jun 2010 18:59:35 +0200 Jiří Techet tec...@gmail.com wrote: To be honest, I find the new build dialog in 0.19 (and how it interacts

Re: [Geany-devel] project build dialog - Re: [ANNOUNCE] gproject - yet another geany project plugin

2010-06-09 Thread Jiří Techet
On Thu, Jun 10, 2010 at 01:25, Lex Trotman ele...@gmail.com wrote: On 10 June 2010 07:02, Jiří Techet tec...@gmail.com wrote: On Wed, Jun 9, 2010 at 18:15, Nick Treleaven nick.trelea...@btinternet.com wrote: On Tue, 8 Jun 2010 18:59:35 +0200 Jiří Techet tec...@gmail.com wrote: To be honest

Re: [Geany-devel] git - Re: [ANNOUNCE] gproject - yet another geany project plugin

2010-06-10 Thread Jiří Techet
On Thu, Jun 10, 2010 at 02:00, Lex Trotman ele...@gmail.com wrote: On 10 June 2010 02:57, Chow Loong Jin hyper...@gmail.com wrote: On Wed, 09 Jun 2010 18:15:02 +0200 Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 09.06.2010 18:09, schrieb Nick Treleaven: On Wed, 09 Jun 2010

Re: [Geany-devel] project build dialog - Re: [ANNOUNCE] gproject - yet another geany project plugin

2010-06-10 Thread Jiří Techet
On Thu, Jun 10, 2010 at 03:07, Lex Trotman ele...@gmail.com wrote: Hi, Note to self, read the whole thread before replying to any :-) see my other reply plus below. Yes I realised a while ago it can be confusing, thats part of why I want to combine both dialogs into one in v2.0. Yes,

Re: [Geany-devel] [PATCH 2/3] Prevent -Wmissing-prototypes report warning when compiling a plugin

2010-06-10 Thread Jiří Techet
On Thu, Jun 10, 2010 at 13:05, Nick Treleaven nick.trelea...@btinternet.com wrote: On Wed,  9 Jun 2010 21:40:58 +0200 Jiří Techet tec...@gmail.com wrote: Signed-off-by: Jiří Techet tec...@gmail.com ---  src/plugindata.h |    2 ++ +     gint plugin_version_check(gint abi_ver);\       gint

Re: [Geany-devel] [PATCH 1/3] Fix tab history switching

2010-06-10 Thread Jiří Techet
On Thu, Jun 10, 2010 at 13:40, Nick Treleaven nick.trelea...@btinternet.com wrote: On Wed,  9 Jun 2010 21:40:57 +0200 Jiří Techet tec...@gmail.com wrote: There is a 600ms interval in which the panel displaying the current file name isn't displayed. If you switch tabs with a keybinding and do

Re: [Geany-devel] OT replace c++ - Re: project build dialog - Re: [ANNOUNCE] gproject - yet another geany project plugin

2010-06-10 Thread Jiří Techet
On Thu, Jun 10, 2010 at 17:25, Nick Treleaven nick.trelea...@btinternet.com wrote: On Thu, 10 Jun 2010 16:28:42 +0200 Jiří Techet tec...@gmail.com wrote: Go is not a good replacement for C++, try D. Some people say Go is a good replacement for C. And some people say that it has sadly

Re: [Geany-devel] project API - Re: project build dialog - Re: [ANNOUNCE] gproject - yet another geany project plugin

2010-06-10 Thread Jiří Techet
On Thu, Jun 10, 2010 at 17:39, Nick Treleaven nick.trelea...@btinternet.com wrote: On Thu, 10 Jun 2010 17:24:39 +0200 Jiří Techet tec...@gmail.com wrote: 1. the GeanyProject structure should be private for the project implementation and contain those things that are relevant to the session

Re: [Geany-devel] project API - Re: project build dialog - Re: [ANNOUNCE] gproject - yet another geany project plugin

2010-06-10 Thread Jiří Techet
On Thu, Jun 10, 2010 at 18:20, Nick Treleaven nick.trelea...@btinternet.com wrote: On Thu, 10 Jun 2010 18:10:57 +0200 Jiří Techet tec...@gmail.com wrote: Otherwise it's a mess e.g. with project indentation settings. Glad you said it first, I feel I have been too negative in the past I

Re: [Geany-devel] [ANNOUNCE] gproject - yet another geany project plugin

2010-06-10 Thread Jiří Techet
On Thu, Jun 10, 2010 at 19:54, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: On Tue, 8 Jun 2010 22:19:37 +0200 Jiří Techet tec...@gmail.com wrote: On Tue, Jun 8, 2010 at 19:03, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: Depends what you call of a project. How about the files

Re: [Geany-devel] [ANNOUNCE] gproject - yet another geany project plugin

2010-06-10 Thread Jiří Techet
On Thu, Jun 10, 2010 at 23:07, Yura Siamashka yura...@gmail.com wrote: On Thu, 10 Jun 2010 22:31:27 +0200 Jiří Techet tec...@gmail.com wrote: I'd be happy if you tested it - you'd be the first one ;-). I tested your plugin and I really liked it, nice job. Thanks for your original plugin

Re: [Geany-devel] project build dialog - Re: [ANNOUNCE] gproject - yet another geany project plugin

2010-06-11 Thread Jiří Techet
On Fri, Jun 11, 2010 at 14:07, Lex Trotman ele...@gmail.com wrote: To me this seems to be much better than the current state and would solve all the problems I have with the current settings As I have said just because you have problems doesn't mean that other people should give up

Re: [Geany-devel] [ANNOUNCE] gproject - yet another geany project plugin

2010-06-12 Thread Jiří Techet
On Sat, Jun 12, 2010 at 01:06, Jiří Techet tec...@gmail.com wrote: On Fri, Jun 11, 2010 at 19:30, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: On Fri, 11 Jun 2010 00:17:13 +0200 Jiří Techet tec...@gmail.com wrote: Find in project segfaults. I'll compile a -g version tomorrow. Fixed

Re: [Geany-devel] [PATCH 2/3] Prevent -Wmissing-prototypes report warning when compiling a plugin

2010-06-12 Thread Jiří Techet
2010/6/12 Enrico Tröger enrico.troe...@uvena.de: On Thu, 10 Jun 2010 13:33:44 +0200, Jiří wrote: On Thu, Jun 10, 2010 at 13:05, Nick Treleaven nick.trelea...@btinternet.com wrote: On Wed,  9 Jun 2010 21:40:58 +0200 Jiří Techet tec...@gmail.com wrote: Signed-off-by: Jiří Techet tec

Re: [Geany-devel] [PATCH] Changebar port from codeblocks

2010-06-12 Thread Jiří Techet
2010/6/12 Enrico Tröger enrico.troe...@uvena.de: On Thu, 10 Jun 2010 09:29:18 +1000, Lex wrote: Hi Jiri, I'd recommend that you send your patches as attachments, putting them in the mail body can get them wrapped. +1, Nick also said this above. Sorry, I can resend them again, just tell

Re: [Geany-devel] Git switch

2010-06-12 Thread Jiří Techet
2010/6/12 Enrico Tröger enrico.troe...@uvena.de: On Wed, 9 Jun 2010 17:09:49 +0100, Nick wrote: On Wed, 09 Jun 2010 15:11:48 +0200 Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 09.06.2010 03:40, schrieb Lex Trotman: Sure its easier if everyone is using git, but ATM this

Re: [Geany-devel] Build config dialog change

2010-06-12 Thread Jiří Techet
On Sat, Jun 12, 2010 at 07:44, Lex Trotman ele...@gmail.com wrote: Hi Nick, Enrico, Jiri, I have made a version of build such that In the build config dialogs, that is both set build commands dialog and project properties tab: 1. settings being overridden from another source are insensitive

Re: [Geany-devel] [PATCH] Changebar port from codeblocks

2010-06-13 Thread Jiří Techet
2010/6/13 Enrico Tröger enrico.troe...@uvena.de: On Sat, 12 Jun 2010 20:23:56 +0200, Jiří wrote: 2010/6/12 Enrico Tröger enrico.troe...@uvena.de: On Thu, 10 Jun 2010 09:29:18 +1000, Lex wrote: Hi Jiri, I'd recommend that you send your patches as attachments, putting them in the mail

Re: [Geany-devel] [PATCH 2/3] Prevent -Wmissing-prototypes report warning when compiling a plugin

2010-06-13 Thread Jiří Techet
Why? If you want to ensure that the sources satisfy some standards, then it's alright. You use -Wall after all. Really? I had a quick look and didn't find any reference. Did I miss anything? My imagination, apparently ;-). -Wmissing-prototypes and friends are gcc specific and would

Re: [Geany-devel] Git switch

2010-06-13 Thread Jiří Techet
On Sun, Jun 13, 2010 at 14:38, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 13.06.2010 14:22, schrieb Enrico Tröger: Well, if Frank doesn't want to and Nick doesn't mind, we maybe can indeed save us the whole trouble of discussing about switching :). Btw, my personal

Re: [Geany-devel] Git switch

2010-06-13 Thread Jiří Techet
On Sun, Jun 13, 2010 at 17:59, Chow Loong Jin hyper...@gmail.com wrote: On Sun, 13 Jun 2010 13:11:43 +0200 Enrico Tröger enrico.troe...@uvena.de wrote: On Sat, 12 Jun 2010 21:30:24 +0200, Jiří wrote: This choice will also influence the workflow in which you will use git. If contributors

Re: [Geany-devel] Git switch

2010-06-13 Thread Jiří Techet
On Sun, Jun 13, 2010 at 17:38, Chow Loong Jin hyper...@gmail.com wrote: Bandwidth issues. If your connection to your git host sucks (sourceforge.net particularly sucks from Asian countries) then you want Sourceforge tends to have bad days here too (Czech Republic) - I suspect it's a global

Re: [Geany-devel] project build dialog - Re: [ANNOUNCE] gproject - yet another geany project plugin

2010-06-13 Thread Jiří Techet
On Sat, Jun 12, 2010 at 02:59, Lex Trotman ele...@gmail.com wrote: (snip) See my talk with Dimitar (I know you did, thanks for the hint, I've completely overlooked that you get GKeyFile as the parameter) - my thinking about how to integrate my project management to geany has changed a bit.

Re: [Geany-devel] Git switch

2010-06-14 Thread Jiří Techet
On Mon, Jun 14, 2010 at 09:47, Lex Trotman ele...@gmail.com wrote: On 14 June 2010 15:41, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 14.06.2010 03:58, schrieb Lex Trotman: I guess we should also consider that no matter how easy we think it will be there will probably be

Re: [Geany-devel] project build dialog - Re: [ANNOUNCE] gproject - yet another geany project plugin

2010-06-14 Thread Jiří Techet
On Mon, Jun 14, 2010 at 03:26, Lex Trotman ele...@gmail.com wrote: On 14 June 2010 10:04, Jiří Techet tec...@gmail.com wrote: On Sat, Jun 12, 2010 at 02:59, Lex Trotman ele...@gmail.com wrote: (snip) See my talk with Dimitar (I know you did, thanks for the hint, I've completely overlooked

Re: [Geany-devel] Build config dialog change

2010-06-14 Thread Jiří Techet
On Mon, Jun 14, 2010 at 03:20, Lex Trotman ele...@gmail.com wrote: Of course, I don't have this version in mind when posting my comments. Your current version is alright for 0.19.1. Ok thanks, as you probably can tell I'd rather move on than try to tart up what I consider to be a

Re: [Geany-devel] [ANNOUNCE] gproject - yet another geany project plugin

2010-06-14 Thread Jiří Techet
On Sun, Jun 13, 2010 at 14:07, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: On Sat, 12 Jun 2010 01:06:34 +0200 Jiří Techet tec...@gmail.com wrote: On Fri, Jun 11, 2010 at 19:30, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: On Fri, 11 Jun 2010 00:17:13 +0200 Yes, it displays

Re: [Geany-devel] Git switch

2010-06-16 Thread Jiří Techet
On Tue, Jun 15, 2010 at 17:42, Nick Treleaven nick.trelea...@btinternet.com wrote: On Sun, 13 Jun 2010 14:22:05 +0200 Enrico Tröger enrico.troe...@uvena.de wrote: I have a few years of daily experience both with SVN and GIT. We use SVN at work and I use GIT for all my personal

Re: [Geany-devel] save all on build - Re: Patches required by gproject

2010-06-20 Thread Jiří Techet
On Sat, Jun 19, 2010 at 00:22, Lex Trotman ele...@gmail.com wrote: On 19 June 2010 03:22, Nick Treleaven nick.trelea...@btinternet.com wrote: On Fri, 18 Jun 2010 21:42:59 +1000 Lex Trotman ele...@gmail.com wrote: I remember there was some discussion about saving everything when I started

Re: [Geany-devel] save all on build - Re: Patches required by gproject

2010-06-21 Thread Jiří Techet
On Mon, Jun 21, 2010 at 14:29, Nick Treleaven nick.trelea...@btinternet.com wrote: On Mon, 21 Jun 2010 08:57:16 +1000 Lex Trotman ele...@gmail.com wrote: I agree that there should be an option in preferences. On the other hand, I understand that with how the geany project works it doesn't

Re: [Geany-devel] Find in files - Re: Patches required by gproject

2010-06-21 Thread Jiří Techet
On Mon, Jun 21, 2010 at 16:08, Nick Treleaven nick.trelea...@btinternet.com wrote: On Mon, 21 Jun 2010 08:47:54 +1000 Lex Trotman ele...@gmail.com wrote: I like your idea in general, the only thing I don't like about it is that you wouldn't see the patterns in the FIF dialog, which would

Re: [Geany-devel] Find in files - Re: Patches required by gproject

2010-06-22 Thread Jiří Techet
On Tue, Jun 22, 2010 at 13:46, Nick Treleaven nick.trelea...@btinternet.com wrote: On Mon, 21 Jun 2010 20:53:58 +0200 Jiří Techet tec...@gmail.com wrote: Having a filetype pattern in the find in files dialog could be useful.  Note that --include is a GNU grep extension, so a blank file

Re: [Geany-devel] Find in files - Re: Patches required by gproject

2010-06-23 Thread Jiří Techet
On Tue, Jun 22, 2010 at 18:54, Nick Treleaven nick.trelea...@btinternet.com wrote: On Tue, 22 Jun 2010 16:48:29 +0100 Nick Treleaven nick.trelea...@btinternet.com wrote: To me it looks much easier to use what's already present in grep right now and if this isn't satisfactory, it could be

Re: [Geany-devel] Find in files - Re: Patches required by gproject

2010-06-25 Thread Jiří Techet
On Fri, Jun 25, 2010 at 17:31, Nick Treleaven nick.trelea...@btinternet.com wrote: On Fri, 25 Jun 2010 14:32:38 +0200 Jiří Techet tec...@gmail.com wrote: I wanted the Files box to be there and wanted to tidy up some things in the GUI code so that's done now. Looks good. I was just

Re: [Geany-devel] configurable status line?

2010-06-26 Thread Jiří Techet
On Sat, Jun 26, 2010 at 18:27, Nick Treleaven nick.trelea...@btinternet.com wrote: On Wed, 23 Jun 2010 17:58:11 +0100 Nick Treleaven nick.trelea...@btinternet.com wrote: On Wed, 23 Jun 2010 19:31:03 +0300 Dimitar Zhekov dimitar.zhe...@gmail.com wrote: Hi, everyone, The status line is

Re: [Geany-devel] Patches required by gproject

2010-07-02 Thread Jiří Techet
On Fri, Jul 2, 2010 at 14:48, Nick Treleaven nick.trelea...@btinternet.com wrote: On Sun, 20 Jun 2010 17:24:48 +0200 Jiří Techet tec...@gmail.com wrote: [PATCH 3/3] Open files from msgwindow even if find_in_files_dir is not set Currently if you want to open a file by double clicking

[Geany-devel] GProject - the second attempt

2010-07-03 Thread Jiří Techet
, feel free to do so. Cheers, Jiri commit 8b9e9c923197180a6ebc592b3f6f5c7205b0338a Author: Jiří Techet tec...@gmail.com Date: Sat Jul 3 23:49:03 2010 +0200 Rewrite tab switching queue There was one more bug related to the tab switching. When we switch so many times that we return back

Re: [Geany-devel] GProject - the second attempt

2010-07-08 Thread Jiří Techet
Hi Nick, thanks for looking at the patches. Let me know if I should re-send them by email or modify them in some way. Further comments below. On Wed, Jul 7, 2010 at 18:23, Nick Treleaven nick.trelea...@btinternet.com wrote: On Sun, 4 Jul 2010 00:54:17 +0200 Jiří Techet tec...@gmail.com wrote

Re: [Geany-devel] GProject - the second attempt

2010-07-09 Thread Jiří Techet
On Fri, Jul 9, 2010 at 13:57, Nick Treleaven nick.trelea...@btinternet.com wrote: On Thu, 8 Jul 2010 23:59:04 +0200 Jiří Techet tec...@gmail.com wrote: Hi Nick, thanks for looking at the patches. Let me know if I should re-send them by email or modify them in some way. Can you send

Re: [Geany-devel] GProject - the second attempt

2010-07-12 Thread Jiří Techet
On Sun, Jul 11, 2010 at 15:19, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: On Fri, 9 Jul 2010 23:36:06 +0200 Jiří Techet tec...@gmail.com wrote: On Fri, Jul 9, 2010 at 19:49, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: On Sun, 4 Jul 2010 00:54:17 +0200 I haven't tested, so

Re: [Geany-devel] GProject - the second attempt

2010-07-20 Thread Jiří Techet
On Fri, Jul 16, 2010 at 19:49, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: On Fri, 16 Jul 2010 15:14:04 +0200 Jiří Techet tec...@gmail.com wrote: On Wed, Jul 14, 2010 at 21:11, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: On Mon, 12 Jul 2010 13:21:03 +0200 The global gproject

[Geany-devel] Per document tab width

2010-07-20 Thread Jiří Techet
Hi, I have one more feature idea and would like to ask if it is something that others would like to see too before I start implementing it. I'm working on a project where everyone expresses his personality by using different tab width for indenting - I have already seen sources with tab size of

Re: [Geany-devel] Per document tab width

2010-07-21 Thread Jiří Techet
On Wed, Jul 21, 2010 at 07:08, Eugene Arshinov earshi...@gmail.com wrote: On Tue, 20 Jul 2010 22:20:52 +0200% Jiří Techet tec...@gmail.com wrote: Hi, I have one more feature idea and would like to ask if it is something that others would like to see too before I start implementing it. I'm

Re: [Geany-devel] Per document tab width

2010-07-22 Thread Jiří Techet
On Thu, Jul 22, 2010 at 20:05, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: On Tue, 20 Jul 2010 22:20:52 +0200 Jiří Techet tec...@gmail.com wrote: I have one more feature idea and would like to ask if it is something that others would like to see too before I start implementing it. I'm

Re: [Geany-devel] Per document tab width

2010-07-23 Thread Jiří Techet
On Fri, Jul 23, 2010 at 00:18, Dominic Hopf dma...@googlemail.com wrote: Am Dienstag, den 20.07.2010, 22:20 +0200 schrieb Jiří Techet: Hi, I have one more feature idea and would like to ask if it is something that others would like to see too before I start implementing it. I'm working

[Geany-devel] Patches for review

2010-08-04 Thread Jiří Techet
Hi, I'm sending my stack of patches against geany again, this time as individual patches. Here's the full list: [PATCH 01/19] Prevent -Wmissing-prototypes report warning when compiling a plugin [PATCH 02/19] Add signals for project options dialog opening and closing [PATCH 03/19] Make the

[Geany-devel] [PATCH 01/19] Prevent -Wmissing-prototypes report warning when compiling a plugin

2010-08-04 Thread Jiří Techet
Signed-off-by: Jiří Techet tec...@gmail.com --- src/plugindata.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/plugindata.h b/src/plugindata.h index 4bd8773..8e44da5 100644 --- a/src/plugindata.h +++ b/src/plugindata.h @@ -68,6 +68,7 @@ enum { * want your plugin

[Geany-devel] [PATCH 02/19] Add signals for project options dialog opening and closing

2010-08-04 Thread Jiří Techet
These signals can be used by plugins to add their settings tab and read the settings when the user presses OK. The code had to be reorganized slightly because first project-dialog-confirmed has to be emitted (so the plugin can read the settings) and project-save afterwards. Signed-off-by: Jiří

[Geany-devel] [PATCH 11/19] File name in the project settings dialog shouldn't look it is editable

2010-08-04 Thread Jiří Techet
Use selectable GtkLabel so it's possible to copy the file name but it is immediatelly clear that it cannot be edited. Signed-off-by: Jiří Techet tec...@gmail.com --- src/project.c | 28 1 files changed, 16 insertions(+), 12 deletions(-) diff --git a/src/project.c

[Geany-devel] [PATCH 12/19] Use relative paths in the project files

2010-08-04 Thread Jiří Techet
else. This feature can be included depending on the further discussion. One more possibility is to add a settings option (either per project or global) that determines what kind of paths should be used. Signed-off-by: Jiří Techet tec...@gmail.com --- src/keyfile.c | 39

[Geany-devel] [PATCH 14/19] Rewrite tab switching queue

2010-08-04 Thread Jiří Techet
. Signed-off-by: Jiří Techet tec...@gmail.com --- src/keybindings.c | 65 +++- 1 files changed, 29 insertions(+), 36 deletions(-) diff --git a/src/keybindings.c b/src/keybindings.c index b8e3f37..041fb06 100644 --- a/src/keybindings.c +++ b/src

[Geany-devel] [PATCH 13/19] Remove the set button from the project properties dialog

2010-08-04 Thread Jiří Techet
Unless I miss something the button just adds %d to the corresponding fields, but this is already the default settings so I don't see any point of doing it. --- src/build.c | 12 src/build.h |2 -- src/project.c | 31 --- 3 files changed, 4

[Geany-devel] [PATCH 15/19] Do not insert --include= when the search pattern entry is empty

2010-08-04 Thread Jiří Techet
As a result search in all files instead in no files --- src/search.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/search.c b/src/search.c index 3f7ff9a..08c74d4 100644 --- a/src/search.c +++ b/src/search.c @@ -1329,7 +1329,8 @@ static GString

[Geany-devel] [PATCH 17/19] Make the tab switching dialog a bit more useful

2010-08-04 Thread Jiří Techet
Right now the tab switching dialog shows the full path of the current file. However this dialog is too narrow and in my case usually displays one directory per line. This makes it hard to find the base filename, which is the thing you are most probably looking for. This patch displays only the

Re: [Geany-devel] [PATCH 12/19] Use relative paths in the project files

2010-08-05 Thread Jiří Techet
setting so that the user has to choose to not be backward compatible. Cheers Lex Signed-off-by: Jiří Techet tec...@gmail.com ---  src/keyfile.c |   39 ++-  src/keyfile.h |    2 +-  src/project.c |   26 +++---  3 files changed, 58

Re: [Geany-devel] [PATCH 19/19] Use per document indent sizes

2010-08-10 Thread Jiří Techet
On Tue, Aug 10, 2010 at 02:41, Erik de Castro Lopo mle+to...@mega-nerd.com wrote: Lex Trotman wrote: While this works fine and the handlers are only one line each, another way would have been to use one handler and set different user_data for each menu item. To be explicit, you can do:  

Re: [Geany-devel] When is the scintilla component going to be updated?

2010-08-11 Thread Jiří Techet
as with a wellformed patch its only something like patch -p0 some_patch. Reviewing a patch and testing etc. cannot be solved by any VCS. Secondly, havin geany in git will make life easier for people like me and Jiří Techet who are keeping a bunch of patches on top of what is currently in SVN

Re: [Geany-devel] When is the scintilla component going to be updated?

2010-08-11 Thread Jiří Techet
On Wed, Aug 11, 2010 at 11:56, Erik de Castro Lopo mle+to...@mega-nerd.com wrote: Frank Lanitz wrote: Applying a patch is the smallest issue here as with a wellformed patch its only something like patch -p0 some_patch. Reviewing a patch and testing etc. cannot be solved by any VCS. No, but

Re: [Geany-devel] When is the scintilla component going to be updated?

2010-08-11 Thread Jiří Techet
On Wed, Aug 11, 2010 at 13:52, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote:  On 11.08.2010 12:56, Jiří Techet wrote: I'm using the git mirror that geany provides. I keep master in sync with the geany mirror without any extra patches applied (so basically I do 'git pull

[Geany-devel] What's the point of compiling geany without regex support?

2010-08-14 Thread Jiří Techet
Hi, I started implementing the idea of indenting based on regular expressions and have noticed that geany can be compiled without regex support. Obviously in this case the indent thing wouldn't work. I don't quite understand when someone would want to compile geany without regex. By default in

Re: [Geany-devel] What's the point of compiling geany without regex support?

2010-08-16 Thread Jiří Techet
2010/8/15 Enrico Tröger enrico.troe...@uvena.de: On Sun, 15 Aug 2010 13:55:11 +1000, Lex wrote: On 14 August 2010 22:17, Jiří Techet tec...@gmail.com wrote: Hi, I started implementing the idea of indenting based on regular expressions and have noticed that geany can be compiled without regex

Re: [Geany-devel] Warnings in tagmanager/regex.c on x86-64

2010-08-16 Thread Jiří Techet
On Sun, Aug 15, 2010 at 06:01, Lex Trotman ele...@gmail.com wrote: Hi, I tried compiling latest SVN with --enable-gnu-regex on an x86-64 system. I only had time to look at the first few of them but the following errors seem to be due to casting between pointers and int but on x86-64 int is

Re: [Geany-devel] [PATCH 09/19] Use wider entry for project file path

2010-08-25 Thread Jiří Techet
On Tue, Aug 24, 2010 at 13:57, Nick Treleaven nick.trelea...@btinternet.com wrote: On Thu,  5 Aug 2010 01:59:43 +0200 Jiří Techet tec...@gmail.com wrote: 30 is too little. For instance /home/techet/projects/geany/geany.geany is 39 characters long and this is really short path. I find 50

Re: [Geany-devel] po/geany.pot is a generated file

2010-09-15 Thread Jiří Techet
On Thu, Sep 9, 2010 at 10:20, Erik de Castro Lopo mle+to...@mega-nerd.com wrote: Hi all, I would like to suggest that the file po/geany.pot be deleted from the repo. This is a generated file (from po/Makefile.in.in): +1 This is very annoying when using git which complains about missing

Re: [Geany-devel] [PATCH 14/19] Rewrite tab switching queue

2010-09-15 Thread Jiří Techet
On Tue, Sep 14, 2010 at 16:41, Nick Treleaven nick.trelea...@btinternet.com wrote: On Thu,  5 Aug 2010 01:59:48 +0200 Jiří Techet tec...@gmail.com wrote: There was one more bug related to the tab switching. When we switch so many times that we return back to the original document (so we

Re: [Geany-devel] [PATCH 05/19] Don't be annoying when not necessary

2010-09-16 Thread Jiří Techet
On Wed, Sep 15, 2010 at 23:15, Colomban Wendling lists@herbesfolles.org wrote: Hi, Le 16/08/2010 02:51, Erik de Castro Lopo a écrit : Jiří Techet wrote: When reloading a file with ctrl+R don't display the warning dialog that the unsaved changes might be lost when the file has not been

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

2010-09-16 Thread Jiří Techet
On Thu, Sep 16, 2010 at 19:27, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote:  On 16.09.2010 02:23, Lex Trotman wrote: Hi Jiri, I couldn't get this to work at all, it printed calling indent this line all the time but didn't indent :-( I only had half an hour so I couldn't

Re: [Geany-devel] [PATCH 14/19] Rewrite tab switching queue

2010-09-16 Thread Jiří Techet
On Thu, Sep 16, 2010 at 17:52, Nick Treleaven nick.trelea...@btinternet.com wrote: On Wed, 15 Sep 2010 21:34:52 +0200 Jiří Techet tec...@gmail.com wrote: Thanks, I'd like to commit this now. I realize it's been a while, but the patch doesn't apply cleanly and I can't see any commits since

Re: [Geany-devel] editor context menu - Re: Search submenu for editor popup menu

2010-09-16 Thread Jiří Techet
On Thu, Sep 16, 2010 at 13:57, Nick Treleaven nick.trelea...@btinternet.com wrote: On Thu, 16 Sep 2010 09:54:09 +1000 Lex Trotman ele...@gmail.com wrote: 2. let the user pick say four most used top level commands since we are *never* going to agree on them.  Use a simplified version of the

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

2010-09-17 Thread Jiří Techet
On Fri, Sep 17, 2010 at 01:23, Lex Trotman ele...@gmail.com wrote: On 17 September 2010 06:17, Jiří Techet tec...@gmail.com wrote: On Thu, Sep 16, 2010 at 19:27, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote:  On 16.09.2010 02:23, Lex Trotman wrote: Hi Jiri, I couldn't get

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

2010-09-22 Thread Jiří Techet
Hi Lex, On Tue, Sep 21, 2010 at 02:41, Lex Trotman ele...@gmail.com wrote: Hi Jiri, Got it working, I'd put the regexes in the filetypes in the wrong prefix, my mistake :-D But it doesn't seem to be working as expected. Using only the first two of your regexes the following gets: class

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

2010-09-22 Thread Jiří Techet
On Tue, Sep 21, 2010 at 03:10, Lex Trotman ele...@gmail.com wrote: Hi Jiri, Got it working, I'd put the regexes in the filetypes in the wrong prefix, my mistake :-D But it doesn't seem to be working as expected. Using only the first two of your regexes the following gets: class foo {  

Re: [Geany-devel] [Patch] : On closing the last tab create new untitled document.

2010-09-22 Thread Jiří Techet
On Wed, Sep 22, 2010 at 02:34, Colomban Wendling lists@herbesfolles.org wrote: Le 22/09/2010 02:20, Erik de Castro Lopo a écrit : Nick Treleaven wrote: So closing the last new document doesn't create a new document straight away? Correct. Are you sure you're running current SVN?

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

2010-09-22 Thread Jiří Techet
On Wed, Sep 22, 2010 at 13:47, Lex Trotman ele...@gmail.com wrote: On 22 September 2010 20:47, Jiří Techet tec...@gmail.com wrote: Hi Lex, On Tue, Sep 21, 2010 at 02:41, Lex Trotman ele...@gmail.com wrote: Hi Jiri, Got it working, I'd put the regexes in the filetypes in the wrong prefix

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

2010-09-22 Thread Jiří Techet
On Wed, Sep 22, 2010 at 14:06, Lex Trotman ele...@gmail.com wrote: Welcome to the per project per filetype build command configuration problem :-D Exactly what I want to avoid ;-). Ditto :-) The build system solution of using the current file to select the filetype is, as you have

Re: [Geany-devel] update GNU regex - Re: What's the point of compiling geany without regex support?

2010-10-12 Thread Jiří Techet
On Tue, Oct 5, 2010 at 17:03, Nick Treleaven nick.trelea...@btinternet.com wrote: On Wed, 25 Aug 2010 21:47:08 +0200 Jiří Techet tec...@gmail.com wrote: Attached you'll find a patch that updates the regex library to the latest version from glibc. This removes the warnings Lex

Re: [Geany-devel] update GNU regex - Re: What's the point of compiling geany without regex support?

2010-10-21 Thread Jiří Techet
On Fri, Oct 15, 2010 at 14:24, Nick Treleaven nick.trelea...@btinternet.com wrote: On Tue, 12 Oct 2010 14:30:00 +0200 Jiří Techet tec...@gmail.com wrote: Attached you'll find a patch that updates the regex library to the latest version from glibc. This removes the warnings Lex

[Geany-devel] GProject - missing Geany patches

2011-04-10 Thread Jiří Techet
Hi, first sorry for disappearing for such a long time - I didn't have much free time left in the past months and from the time I had I dedicated most of it to the libchamplain library I maintain to make some bigger changes and adapt it to GTK 3 in time for Gnome 3. The good news is that I didn't

Re: [Geany-devel] GProject - missing Geany patches

2011-04-26 Thread Jiří Techet
On Sun, Apr 10, 2011 at 15:03, Jiří Techet tec...@gmail.com wrote: Hi, first sorry for disappearing for such a long time - I didn't have much free time left in the past months and from the time I had I dedicated most of it to the libchamplain library I maintain to make some bigger changes

Re: [Geany-devel] GProject - missing Geany patches

2011-04-26 Thread Jiří Techet
On Tue, Apr 26, 2011 at 11:30, Frank Lanitz fr...@frank.uvena.de wrote: On Tue, 26 Apr 2011 11:18:16 +0200 Jiří Techet tec...@gmail.com wrote: On Sun, Apr 10, 2011 at 15:03, Jiří Techet tec...@gmail.com wrote: Hi, first sorry for disappearing for such a long time - I didn't have much

Re: [Geany-devel] GProject - missing Geany patches

2011-04-26 Thread Jiří Techet
On Tue, Apr 26, 2011 at 14:30, Matthew Brush mbr...@codebrainz.ca wrote: On 04/26/11 02:18, Jiří Techet wrote: On Sun, Apr 10, 2011 at 15:03, Jiří Techettec...@gmail.com  wrote: more than two weeks have passed without any response and I fear it will end the same way as many times before

Re: [Geany-devel] GProject - missing Geany patches

2011-04-27 Thread Jiří Techet
On Wed, Apr 27, 2011 at 02:58, Matthew Brush mbr...@codebrainz.ca wrote: On 04/26/11 11:45, Dimitar Zhekov wrote: On Tue, 26 Apr 2011 11:18:16 +0200 Jiří Techettec...@gmail.com  wrote: more than two weeks have passed without any response and I fear it will end the same way as many times

Re: [Geany-devel] GProject - missing Geany patches

2011-04-28 Thread Jiří Techet
On Thu, Apr 28, 2011 at 19:46, Colomban Wendling lists@herbesfolles.org wrote: Le 28/04/2011 01:49, Colomban Wendling a écrit : Le 10/04/2011 15:03, Jiří Techet a écrit : [...] 2edb068b81cb6d541d667efecd0ec4c346f0df51 Open the file in the msgwindow even if no linenumber is specified

Re: [Geany-devel] GProject - missing Geany patches

2011-04-28 Thread Jiří Techet
On Thu, Apr 28, 2011 at 19:52, Colomban Wendling lists@herbesfolles.org wrote: Le 28/04/2011 02:06, Lex Trotman a écrit : I understand that if your plugin makes use of some file patterns, it then makes sense to show them in the FIF dialog. But Geany don't use project patterns, and adding

  1   2   >