[Geany-devel] Build System Upgrade Status

2009-06-21 Thread Lex Trotman
Hi Guys, I have had a lot of problems with strange behavior for a couple of weeks. I decided that the problems were related to the SVN merge of the build system branch with trunk which seems not to have done what I had expected. Maybe it was an update too far. To prove this I checked out a

[Geany-devel] Build-system branch working directory commit

2009-07-16 Thread Lex Trotman
Hi all, The latest commit of the build-system branch implements working directory fields per command. Thanks to Thomas for his ideas and effort. The manual will get updated tomorrow, summary: - if the working directory is blank, the directory of the current open file is used - in both command

Re: [Geany-devel] geany-plugins-0.17 released

2009-07-16 Thread Lex Trotman
Hi, 2009/7/17 Chow Loong Jin hyper...@gmail.com: On Friday 17,July,2009 09:06 AM, Lex Trotman wrote: Hi Chow, I have reported this previously (see [geany-plugins-Bugs-2783412]) when Enrico and I decided that we didn't know enough autotools to fix it quickly, but now that your expertise

Re: [Geany-devel] geany-plugins-0.17 released

2009-07-17 Thread Lex Trotman
2009/7/17 Chow Loong Jin hyper...@gmail.com: On Friday 17,July,2009 01:11 PM, Lex Trotman wrote: Hi, I don't think geany-plugins has any include files does it? I mean the geany .h files that define the plugin interface and which geany plugins includes when it builds.  They are in ${prefix

Re: [Geany-devel] geany-plugins-0.17 released

2009-07-20 Thread Lex Trotman
Hi Chow, I had the following problem making the combined plugins on an older machine, aclocal: unrecognized option -- `--install' This was aclocal version 1.9.6 on Zen 4.2 (18 months old) Fixed with upgrade to aclocal 1.10.1 Given that Geany still supports GTK 2.8 which is twice as old, the

Re: [Geany-devel] ANN: Configurable Build Menu Alpha in SVN

2009-07-20 Thread Lex Trotman
2009/7/21 Lex Trotman ele...@gmail.com: TODO List (Major items only) I don't know what the impact on plugins is yet, I tried to build the Any problems will quickly show up once the code is in trunk. Plugins won't build, filetype.h now uses build.h which isn't installed to /usr/local/include

[Geany-devel] Calltip and autocomplete interaction

2009-07-23 Thread Lex Trotman
Hi Guys, When typing a function call, the calltip is shown when the '(' is typed. It is then replaced by autocomplete suggestions as the parameter is typed. If the autocomplete is accepted then the calltip is re-displayed, but if the autocomplete is not accepted, such as by typing ',' then the

Re: [Geany-devel] Calltip and autocomplete interaction

2009-07-24 Thread Lex Trotman
Hi Enrico, Tested with r4023 seems to work fine now, thanks. :-D 2009/7/24 Enrico Tröger enrico.troe...@uvena.de: On Fri, 24 Jul 2009 12:42:42 +1000, Lex wrote: Hi Guys, When typing a function call, the calltip is shown when the '(' is typed.  It is then replaced by autocomplete suggestions

Re: [Geany-devel] ANN: Configurable Build Menu Alpha in SVN

2009-07-24 Thread Lex Trotman
2009/7/25 Thomas Martitz thomas.mart...@student.htw-berlin.de: Lex Trotman schrieb: Known Bugs, Limits and Incomplete (in no particular order) - Latex doesn't work yet, all the hard coded functionality has been removed but the filetype hasn't been updated to configure it back. - Only one

[Geany-devel] Strange Geany behavior

2009-07-30 Thread Lex Trotman
Hi, I have a really strange problem with Geany. Using Geany 0.17 standard install on open suse 11.0, logged in as a different user to where I was developing Geany so there is no leakage from development versions. When typing 's' the save as dialog pops up?? I have a keybinding supers for save

Re: [Geany-devel] Super modifier in keybindings - Re: Strange Geany behavior

2009-07-30 Thread Lex Trotman
2009/7/30 Nick Treleaven nick.trelea...@btinternet.com: On Thu, 30 Jul 2009 20:05:01 +1000 Lex Trotman ele...@gmail.com wrote: Hi, I have a really strange problem with Geany.  Using Geany 0.17 standard install on open suse 11.0, logged in as a different user to where I was developing

Re: [Geany-devel] Super modifier in keybindings - Re: Strange Geany behavior

2009-07-30 Thread Lex Trotman
to me that keybindings don't actually need to be set as accelerators since on_key_press_event catches them all first, and that would work around the GTK problem. Cheers Lex 2009/7/30 Lex Trotman ele...@gmail.com: 2009/7/30 Nick Treleaven nick.trelea...@btinternet.com: On Thu, 30 Jul 2009 20:05:01

Re: [Geany-devel] Geany terminal run problem issue

2009-07-31 Thread Lex Trotman
Hi, When you say you cannot run, what happens, crash, error message etc.??? Cheers Lex 2009/7/31 a.beloboro...@viscomp.bg a.beloboro...@viscomp.bg: Hi, today after update and recompile geany from svn rev.4048 i have a little strange problem - i cannot run geany under console as root (sudo

Re: [Geany-devel] Geany terminal run problem issue

2009-07-31 Thread Lex Trotman
...@nask0 ~]# geany bash: geany: command not found May be this is sudo problem, i dont know... It does look like it, is your sudoers limiting which commands can be run is geany on the list? Thats about all I can think of. Cheers Lex On 07/31/2009 09:51 AM, Lex Trotman wrote: Hi, When you

Re: [Geany-devel] Calltip and autocomplete interaction

2009-08-07 Thread Lex Trotman
Hi, I agree, I'm not sure its a big problem, but then again if the calltip was covering something I needed to read whilst typing the parameter I'd be annoyed so.. I suggest that the behavior from the user point of view should follow a simple state machine: Three states, not displayed,

Re: [Geany-devel] Calltip and autocomplete interaction

2009-08-11 Thread Lex Trotman
2009/8/11 Nick Treleaven nick.trelea...@btinternet.com: On Thu, 06 Aug 2009 22:34:05 +0200 Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: This reshows calltips when you don't want them: 1. Press the down arrow when you're in a calltip until you're outside the argument list.

Re: [Geany-devel] Super modifier in keybindings - Re: Strange Geany behavior

2009-08-11 Thread Lex Trotman
Hi, 2009/8/11 Nick Treleaven nick.trelea...@btinternet.com: Hi, Sorry for the delay. No problem On Fri, 31 Jul 2009 12:07:55 +1000 Lex Trotman ele...@gmail.com wrote: Ok, it may be a GTK bug, I'll describe whats going on you can decide and tell GTK, I've had zero success dealing

Re: [Geany-devel] Super modifier in keybindings - Re: Strange Geany behavior

2009-08-11 Thread Lex Trotman
: On Tue, 11 Aug 2009 23:37:44 +1000 Lex Trotman ele...@gmail.com wrote: in GTK.  It seems to me that keybindings don't actually need to be set as accelerators since on_key_press_event catches them all first, and that would work around the GTK problem. Yes, but this provides handy

Re: [Geany-devel] Resetting menu accels - Re: Super modifier in keybindings - Re: Strange Geany behavior

2009-08-12 Thread Lex Trotman
2009/8/12 Nick Treleaven nick.trelea...@btinternet.com: On Wed, 12 Aug 2009 13:48:21 +1000 Lex Trotman ele...@gmail.com wrote: I've attached a simple program which demonstrates the super modifier problem, so the good news is, it isn't a Geany problem.  I will raise a GTK bug. OK. The bad

Re: [Geany-devel] Resetting menu accels - Re: Super modifier in keybindings - Re: Strange Geany behavior

2009-08-12 Thread Lex Trotman
2009/8/13 Nick Treleaven nick.trelea...@btinternet.com: On Wed, 12 Aug 2009 21:48:08 +1000 Lex Trotman ele...@gmail.com wrote: But this might make the whole keybinding code much simpler :-) Not sure, there are keybindings that don't have a menu item associated with it. It just needs

Re: [Geany-devel] Resetting menu accels - Re: Super modifier in keybindings - Re: Strange Geany behavior

2009-08-13 Thread Lex Trotman
I've no objection to this, but I probably won't implement overriding stock accelerators myself. Sorry I don't think I was clear. What I was trying to say was that overriding them will work the same as other accelerators, so no specific implementation is needed. In fact specific action is needed

Re: [Geany-devel] Resetting menu accels - Re: Super modifier in keybindings - Re: Strange Geany behavior

2009-08-13 Thread Lex Trotman
2009/8/14 Enrico Tröger enrico.troe...@uvena.de: On Thu, 13 Aug 2009 17:35:52 +0100, Nick wrote: On Thu, 13 Aug 2009 08:32:48 +1000 Lex Trotman ele...@gmail.com wrote: I hope that you havn't violated the good GUI guidelines by having functionality that is only available via keybindings

Re: [Geany-devel] Resetting menu accels - Re: Super modifier in keybindings - Re: Strange Geany behavior

2009-08-14 Thread Lex Trotman
2009/8/14 Nick Treleaven nick.trelea...@btinternet.com: On Fri, 14 Aug 2009 11:27:06 +1000 Lex Trotman ele...@gmail.com wrote: I've no objection to this, but I probably won't implement overriding stock accelerators myself. Sorry I don't think I was clear. What I was trying to say

Re: [Geany-devel] Resetting menu accels - Re: Super modifier in keybindings - Re: Strange Geany behavior

2009-08-15 Thread Lex Trotman
Sure http://bugzilla.gnome.org/show_bug.cgi?id=591526 Cheers Lex 2009/8/16 Enrico Tröger enrico.troe...@uvena.de: On Sat, 15 Aug 2009 11:12:58 +1000, Lex wrote: 2009/8/14 Nick Treleaven nick.trelea...@btinternet.com: On Fri, 14 Aug 2009 11:27:06 +1000 Lex Trotman ele...@gmail.com wrote

Re: [Geany-devel] ANN: Configurable Build Menu Alpha in SVN

2009-08-15 Thread Lex Trotman
. In the interim why don't you configure an extra execute command to run the killall -9 make. It can then run asynchronously whilst the build is running. Cheers Lex 2009/8/16 Thomas Martitz thomas.mart...@student.htw-berlin.de: Lex Trotman schrieb: Hi All, The first alpha release

Re: [Geany-devel] ANN: Configurable Build Menu Alpha in SVN

2009-08-16 Thread Lex Trotman
2009/8/16 Thomas Martitz thomas.mart...@student.htw-berlin.de: Lex Trotman schrieb: Hi Thomas, Good to hear that there are no major problems. I can see that you may want to kill a long build that you started by accident or when you realise you forgot to do something first.  I've done

Re: [Geany-devel] ANN: Configurable Build Menu Alpha in SVN

2009-08-16 Thread Lex Trotman
2009/8/17 Thomas Martitz thomas.mart...@student.htw-berlin.de: Lex Trotman schrieb: 2009/8/16 Thomas Martitz thomas.mart...@student.htw-berlin.de: Lex Trotman schrieb: Hi Thomas, Good to hear that there are no major problems. I can see that you may want to kill a long build that you

Re: [Geany-devel] ANN: Configurable Build Menu Alpha in SVN

2009-08-16 Thread Lex Trotman
2009/8/17 Thomas Martitz thomas.mart...@student.htw-berlin.de: Lex Trotman schrieb: Killing is done in the client (the snippet came from rbclient.rb). The server just sends a message CANCEL, the client in turn calls killchild. Ok, which is client and which is server is not well defined

Re: [Geany-devel] Resetting menu accels - Re: Super modifier in keybindings - Re: Strange Geany behavior

2009-08-16 Thread Lex Trotman
2009/8/17 Enrico Tröger enrico.troe...@uvena.de: On Sun, 16 Aug 2009 11:02:06 +1000, Lex wrote: Sure http://bugzilla.gnome.org/show_bug.cgi?id=591526 Ok, the bug report hasn't many comments except the duplicate note and the other bug also doesn't give much more clue. Anyway, it seems to be

Re: [Geany-devel] ANN: Configurable Build Menu Alpha in SVN

2009-08-16 Thread Lex Trotman
limit when it is available to the smallest safe subset. Cheers Lex 2009/8/17 Thomas Martitz thomas.mart...@student.htw-berlin.de: Lex Trotman schrieb: It may not be the users build script, for example, have you checked fully what Geany's make does??? I havn't even looked at it :-) For those

Re: [Geany-devel] Resetting menu accels - Re: Super modifier in keybindings - Re: Strange Geany behavior

2009-08-17 Thread Lex Trotman
2009/8/18 Enrico Tröger enrico.troe...@uvena.de: On Mon, 17 Aug 2009 12:38:22 +1000, Lex wrote: 2009/8/17 Enrico Tröger enrico.troe...@uvena.de: On Sun, 16 Aug 2009 13:51:39 +1000, Lex wrote: 2009/8/16 Enrico Tröger enrico.troe...@uvena.de: On Fri, 14 Aug 2009 11:59:27 +1000, Lex wrote: but

[Geany-devel] Killing Builds

2009-08-17 Thread Lex Trotman
Hi All, As requested by Enrico, a new thread for discussion of issues around killing builds and UI changes. I've pasted a little from previous discussions as a seed. I can see that you may want to kill a long build that you started by accident or when you realise you forgot to do something

Re: [Geany-devel] Killing Builds

2009-08-18 Thread Lex Trotman
2009/8/19 Enrico Tröger enrico.troe...@uvena.de: On Tue, 18 Aug 2009 11:39:18 +1000, Lex wrote: Hi All, Same to you :). As requested by Enrico, a new thread for discussion of issues around killing builds and UI changes. Thanks. Yes, as you say it, I'm thinking about. We actually could

Re: [Geany-devel] Killing Builds

2009-08-18 Thread Lex Trotman
Can it at least be auto closed, say if the script returned success (i.e. 0)? Well we *don't* want normal executes to do that,output should be shown even if the program ran successfully, so some configuration is needed.  I don't know how easy it would be to do either, it has to work for

Re: [Geany-devel] Build-system merge

2009-08-20 Thread Lex Trotman
Aug 2009 09:54:42 +1000 Lex Trotman ele...@gmail.com wrote: Now merged with 4110. Thanks. Can we make a schedule for doing the re-integrate as it takes time to keep merging. Yes, I will merge the branch in the next few days, and so long as I know how to resolve conflicts with trunk I

Re: [Geany-devel] Build-system merge

2009-08-20 Thread Lex Trotman
2009/8/20 Nick Treleaven nick.trelea...@btinternet.com: On Thu, 20 Aug 2009 20:32:17 +1000 Lex Trotman ele...@gmail.com wrote: Ok, I am sure you know all this but I have been told that SVN is *very* picky about merge and re-integrate. Your branch working directory should be a *clean

Re: [Geany-devel] Build-system merge

2009-08-20 Thread Lex Trotman
More info below 2009/8/20 Lex Trotman ele...@gmail.com: 2009/8/20 Nick Treleaven nick.trelea...@btinternet.com: On Thu, 20 Aug 2009 20:32:17 +1000 Lex Trotman ele...@gmail.com wrote: Ok, I am sure you know all this but I have been told that SVN is *very* picky about merge and re-integrate

Re: [Geany-devel] Build-system merge

2009-08-20 Thread Lex Trotman
Hi Nick, sorry for the serial posting. My partner just came home she said that there are problems mixing pre-1.5 and post-1.5 clients because the former won't create information that the latter require when merging. Where she works had problems with this until they understood the cause. This

Re: [Geany-devel] Build-system merge

2009-08-25 Thread Lex Trotman
2009/8/25 Nick Treleaven nick.trelea...@btinternet.com: On Tue, 25 Aug 2009 12:19:49 +1000 Lex Trotman ele...@gmail.com wrote: Sorry for the delay. I've made the changes I wanted before merging. I just tried the merge and it seemed to go OK except there were some conflicts - so actually

Re: [Geany-devel] ANN: Configurable build beta in trunk

2009-08-25 Thread Lex Trotman
2009/8/25 Thomas Martitz thomas.mart...@student.htw-berlin.de: I was wondering if the code in build_init() is used (or only parts of it). AFAICT its all used When I had my mess with aborting the build, I added the menu item to build_init(), but it didn't work. How did you manage to add it

Re: [Geany-devel] ANN: Configurable build beta in trunk

2009-08-26 Thread Lex Trotman
2009/8/27 Nick Treleaven nick.trelea...@btinternet.com: On Wed, 26 Aug 2009 15:09:44 +1000 Lex Trotman ele...@gmail.com wrote: Fixed in patch also.  Is there a convert all indents to Geany standard command? There's Document-Replace Spaces by Tabs. Doh! done on all of build.c. Do you

Re: [Geany-devel] ANN: Configurable build beta in trunk

2009-08-26 Thread Lex Trotman
2009/8/27 Nick Treleaven nick.trelea...@btinternet.com: On Wed, 26 Aug 2009 15:09:44 +1000 Lex Trotman ele...@gmail.com wrote: I wonder what's about the variable i in the outer for loop, is it initialised at all? No its not initialised, but it shouldn't be a variable i, S/B 1, see

Re: [Geany-devel] ANN: Configurable build beta in trunk

2009-08-26 Thread Lex Trotman
2009/8/27 Enrico Tröger enrico.troe...@uvena.de: On Wed, 26 Aug 2009 23:05:23 +0200, Enrico wrote: On Wed, 26 Aug 2009 18:43:52 +0100, Nick wrote: On Tue, 25 Aug 2009 14:35:54 +1000 Lex Trotman ele...@gmail.com wrote: This is a significant change which provides considerable flexibility

Re: [Geany-devel] ANN: Configurable build beta in trunk

2009-08-26 Thread Lex Trotman
I've assumed ChangeLog as well :-) 2009/8/27 Enrico Tröger enrico.troe...@uvena.de: On Wed, 26 Aug 2009 16:12:19 +0100, Nick wrote: Do you have a problem if I commit bugfixes to build.c and build.h in trunk (I'll commit to no other files)? Fine with me, so long as the code style conforms.

Re: [Geany-devel] ANN: Configurable build beta in trunk

2009-08-26 Thread Lex Trotman
2009/8/27 Nick Treleaven nick.trelea...@btinternet.com: On Tue, 25 Aug 2009 14:35:54 +1000 Lex Trotman ele...@gmail.com wrote: This is a significant change which provides considerable flexibility for configuring the operation of the build menu.  Please read the manual for the new

Re: [Geany-devel] intltool usage question

2009-08-27 Thread Lex Trotman
are only talking about the standard filetypes as delivered with the system so there is no need for users to run this, just run when translations are updated in svn. It uses grep to speed its file search by eliminating lots of files (hopefully) Cheers Lex 2009/8/26 Lex Trotman ele...@gmail.com: 2009

Re: [Geany-devel] Creating ~/.config/geany/filedefs/filetypes.* files - Re: ANN: Configurable build beta in trunk

2009-09-01 Thread Lex Trotman
2009/9/2 Enrico Tröger enrico.troe...@uvena.de: On Tue, 1 Sep 2009 15:39:09 +0100, Nick wrote: On Tue, 1 Sep 2009 15:37:51 +0100 Nick Treleaven nick.trelea...@btinternet.com wrote: I just noticed that all user filetypes files are always created and saved, just by quitting Geany. The

Re: [Geany-devel] Creating ~/.config/geany/filedefs/filetypes.* files - Re: ANN: Configurable build beta in trunk

2009-09-02 Thread Lex Trotman
Nick, Enrico, SVN version should now only save config files when needed. I now vaguely remember knowing about the problem, certainly I had made the function that reads the build commands dialog return a bool true if anything changed. But I did nothing with it (TODO list failure?), so now its

Re: [Geany-devel] ANN: Configurable build beta in trunk

2009-09-02 Thread Lex Trotman
2009/9/2 Lex Trotman ele...@gmail.com: 2009/9/2 Enrico Tröger enrico.troe...@uvena.de: On Tue, 1 Sep 2009 17:42:47 +1000, Lex wrote: 2009/9/1 Nick Treleaven nick.trelea...@btinternet.com: On Tue, 25 Aug 2009 14:35:54 +1000 Lex Trotman ele...@gmail.com wrote: Let us know of any other

Re: [Geany-devel] Localization of plugin names in plugin manager

2009-09-06 Thread Lex Trotman
Hi, If you can access the untranslated name why not sort on that and show the translated name, then things won't move. Cheers Lex 2009/9/6 Enrico Tröger enrico.troe...@uvena.de: On Sun, 6 Sep 2009 17:34:41 +0400, Eugene wrote: В Sun, 6 Sep 2009 14:41:35 +0200 Enrico Tröger

[Geany-devel] On coding style

2009-09-06 Thread Lex Trotman
Hi Nick, Enrico, I'm somewhat embarrassed by the number of style fixes in build.c when I thought it was better than that How much of the changes are manual and how much is done by the fix_alignment script is it safe to just run this every time pre-commit? Several of the things you changed I

Re: [Geany-devel] abc tagmanager patch

2009-09-07 Thread Lex Trotman
2009/9/7 Enrico Tröger enrico.troe...@uvena.de: On Sun, 6 Sep 2009 20:07:46 + (GMT), Forgeot wrote: Hello, I submit a new patch for including a popular format among musicians: ABC notation. Like for the txt2tags one (which is also included in this patch), there is only the tagmanager part

Re: [Geany-devel] On coding style

2009-09-07 Thread Lex Trotman
2009/9/7 Nick Treleaven nick.trelea...@btinternet.com: On Mon, 7 Sep 2009 08:35:30 +1000 Lex Trotman ele...@gmail.com wrote: How much of the changes are manual and how much is done by the Dunno, Enrico? fix_alignment script is it safe to just run this every time pre-commit

Re: [Geany-devel] abc tagmanager patch

2009-09-07 Thread Lex Trotman
2009/9/8 Enrico Tröger enrico.troe...@uvena.de: On Mon, 7 Sep 2009 17:17:39 +1000, Lex wrote: 2009/9/7 Enrico Tröger enrico.troe...@uvena.de: On Sun, 6 Sep 2009 20:07:46 + (GMT), Forgeot wrote: Hello, I submit a new patch for including a popular format among musicians: ABC notation. Like

Re: [Geany-devel] Crash on Geany r4171 during pushing F5 for viewing LaTeX/PDF with evince

2009-09-11 Thread Lex Trotman
2009/9/11 Frank Lanitz fr...@frank.uvena.de: On Fri, 11 Sep 2009 16:34:51 +1000 Lex Trotman ele...@gmail.com wrote: 2009/9/11 Frank Lanitz fr...@frank.uvena.de: On Fri, 11 Sep 2009 10:11:43 +1000 Lex Trotman ele...@gmail.com wrote: I couldn't duplicate the crash which appears to depend

Re: [Geany-devel] [pretty-print plugin] Failed to compile geany-plugins with latest geany

2009-09-12 Thread Lex Trotman
Hi, Putting extern will make that a declaration which is what you want in a header that is used several times, but you have to define it somewhere, usually in a file that is only used once like a .c file. Cheers Lex 2009/9/12 Cédric Tabin tabin.ced...@gmail.com: Hello, If I put 'extern' in

Re: [Geany-devel] some features i would love to see optional or standard

2009-09-13 Thread Lex Trotman
2009/9/14 Frank Lanitz fr...@frank.uvena.de: On Sun, 13 Sep 2009 22:48:30 +0200 Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: On 13.09.2009 22:19, Frank Lanitz wrote: On Sun, 13 Sep 2009 07:15:12 -0700 (PDT) ccss netoccssn...@yahoo.com  wrote: hi all, after using many

Re: [Geany-devel] avoiding confusion - Re: Cut line - Re: some features i would love to see optional or standard

2009-09-17 Thread Lex Trotman
Well Ctrl-k is default for delete line in a number of editors as well as being established in this one. No problem with you adding this feature but any new function is added it should just be another function that a user can bind to the key of their choice, rather than having preferences to change

[Geany-devel] Reflow long lines

2009-09-21 Thread Lex Trotman
Hi, A suggestion on the reflow block function. Currently it appears to use the long-lines marker column as its right edge, but I would have expected it to use the line breaking column so that it is consistent with newly typed input. What do others think? Cheers Lex

Re: [Geany-devel] Reflow long lines

2009-09-22 Thread Lex Trotman
...@frank.uvena.de: On Tue, 22 Sep 2009 15:53:21 +1000 Lex Trotman ele...@gmail.com wrote: Hi, A suggestion on the reflow block function. Currently it appears to use the long-lines marker column as its right edge, but I would have expected it to use the line breaking column so that it is consistent

Re: [Geany-devel] Reflow long lines

2009-09-22 Thread Lex Trotman
2009/9/22 Frank Lanitz fr...@frank.uvena.de: On Tue, 22 Sep 2009 14:49:39 +0400 Eugene Arshinov earshi...@gmail.com wrote: BUT, I don't know a case when it's useful to set line break column and long-line column to different values. As to me, I'd prefer this to be one setting. Me too. Maybe

Re: [Geany-devel] Reflow long lines

2009-09-22 Thread Lex Trotman
2009/9/23 Nick Treleaven nick.trelea...@btinternet.com: On Tue, 22 Sep 2009 22:32:50 +1000 Lex Trotman ele...@gmail.com wrote: BUT, I don't know a case when it's useful to set line break column and long-line column to different values. As to me, I'd prefer this to be one setting. Me

[Geany-devel] Unicode code entry

2009-09-22 Thread Lex Trotman
Hi, I am having difficulty with Unicode code point insertion. Basically it doesn't work and I can't see how it could as described in the manual. I have control-Shift-u undefined, but since on_key_press_event catches keybindings before they get to GTK, all control-shift keybindings for hex

Re: [Geany-devel] Unicode code entry

2009-09-24 Thread Lex Trotman
2009/9/25 Enrico Tröger enrico.troe...@uvena.de: On Wed, 23 Sep 2009 09:35:32 +1000, Lex wrote: Hi, I am having difficulty with Unicode code point insertion.  Basically it doesn't work and I can't see how it could as described in the manual. I have control-Shift-u undefined, but since

Re: [Geany-devel] Build system glitches

2009-10-22 Thread Lex Trotman
Hi, 2009/10/18 Lex Trotman ele...@gmail.com: Hi all, I had a email directly from one of my colleagues who has been reading this thread and had a question about the project filetype execute commands. Here is part of her email (project name obscured to protect the guilty :-) This looked

Re: [Geany-devel] OT - Re: Build system glitches

2009-10-27 Thread Lex Trotman
2009/10/27 Nick Treleaven nick.trelea...@btinternet.com: On Mon, 26 Oct 2009 10:33:08 +1100 Lex Trotman ele...@gmail.com wrote: Sorry for so few feedback, real-life is biting, as you know. Life, you've just got to live with it :-) As a Brit, obligatory Hitchhiker's quotes: Not just

Re: [Geany-devel] build API - Re: SF.net SVN: geany:[4367] trunk

2009-10-27 Thread Lex Trotman
Hi, 2009/10/27 Nick Treleaven nick.trelea...@btinternet.com: On Tue, 27 Oct 2009 07:48:27 +1100 Lex Trotman ele...@gmail.com wrote: The documented functions in build.h were intended to be added to the API after discussions with Enrico in the past.  Not sure why they weren't.  What needs

Re: [Geany-devel] build API - Re: SF.net SVN: geany:[4367] trunk

2009-10-29 Thread Lex Trotman
2009/10/29 Nick Treleaven nick.trelea...@btinternet.com: On Thu, 29 Oct 2009 08:56:42 +1100 Lex Trotman ele...@gmail.com wrote: Not breaking the ABI is a goal of any future plugin API extensions, so we don't have to rebuild all plugins so often. Excellent goal. In which case you

Re: [Geany-devel] catching run_cmd option at runtime?

2009-11-26 Thread Lex Trotman
Hi Roberto, The build system is being changed significantly in the SVN version of Geany. The interface available to plugins will be very different, The version currently in SVN has some problems, but I hope to commit a new version in the next few days, I'm just trying to extensively test it now.

Re: [Geany-devel] Moving XML/HTML specific stuff into plugin

2010-01-17 Thread Lex Trotman
2010/1/18 Enrico Tröger enrico.troe...@uvena.de: On Sat, 16 Jan 2010 20:52:04 +0100, Frank wrote: Hi During my work on moving some LaTeX specific functions from Geany core to geanyLaTeX plugin I recognized some code which is pretty much HTML/XML specific and might would make sense to move also

Re: [Geany-devel] Nightly build changes

2010-01-17 Thread Lex Trotman
Worth while, well done. Cheers Lex 2010/1/18 Enrico Tröger enrico.troe...@uvena.de: Hi, I recently enabled the Spell Check, GeanyLua and Pretty Printer plugins in the plugin nightly builds for the GTK 2.8 compatibility test. They weren't built previously because of unmet dependencies

Re: [Geany-devel] Build system status update

2010-01-25 Thread Lex Trotman
2010/1/23 Nick Treleaven nick.trelea...@btinternet.com: On Mon, 18 Jan 2010 09:52:49 +1100 Lex Trotman ele...@gmail.com wrote: Having had time to think (always dangerous) I consider that I have been implementing the build system modifications in the wrong way. Instead I am going to have

Re: [Geany-devel] Build system branch 2.0

2010-02-06 Thread Lex Trotman
On 6 February 2010 23:47, Dominic Hopf dma...@googlemail.com wrote: Am Samstag, den 06.02.2010, 21:21 +1100 schrieb Lex Trotman: Hi All, I have created a branch for further development of the build system called bs2. I have added the current state of the design spec to the doc directory

Re: [Geany-devel] Build system branch 2.0

2010-02-06 Thread Lex Trotman
Hi Enrico, IMO way too much information. Then I guess Geany does too much :-) because other than working directory the build-system adds no extra functionality. As you say below its all about configuration. At the moment a lot of the configuration invisibly set by where in the menu an item

Re: [Geany-devel] Build system branch 2.0

2010-02-10 Thread Lex Trotman
On 11 February 2010 00:01, Nick Treleaven nick.trelea...@btinternet.com wrote: On Sat, 6 Feb 2010 16:40:57 +0100 Enrico Tröger enrico.troe...@uvena.de wrote: IMO way too much information. I already said that about the current build settings in the SVN version and this one is even worse,

Re: [Geany-devel] Build system branch 2.0

2010-02-12 Thread Lex Trotman
Hi All, Committed to bs2 branch is a version of the prototype which uses sub-dialogs for changing details. It took me so long to figure out how to have non-modal children of a modal dialog, I.ve learned new GTK :-) Due to the above the sub-dialog isn't very pretty, but I'm sure you all can see

Re: [Geany-devel] Build system branch 2.0

2010-02-12 Thread Lex Trotman
On 12 February 2010 05:32, Nick Treleaven nick.trelea...@btinternet.com wrote: On Thu, 11 Feb 2010 09:04:07 +1100 Lex Trotman ele...@gmail.com wrote: On 11 February 2010 00:01, Nick Treleaven nick.trelea...@btinternet.com wrote: I think making all functionality available is overkill. We've

Re: [Geany-devel] Build system branch 2.0

2010-02-13 Thread Lex Trotman
Hi Enrico, 2010/2/14 Enrico Tröger enrico.troe...@uvena.de On Sat, 6 Feb 2010 21:21:03 +1100, Lex wrote: Heya guys, since we have quite different ideas of the future of the whole build systems features and in particular about its configuration using GUI dialogs, I got a weird idea: Why

Re: [Geany-devel] Project-specific long line marker position

2010-02-15 Thread Lex Trotman
On 16 February 2010 03:11, Nick Treleaven nick.trelea...@btinternet.comwrote: On Thu, 11 Feb 2010 22:58:24 +0300 Eugene Arshinov earshi...@gmail.com wrote: I usually limit line length by 80 in my own projects, but in Geany 100 symbols is recommended. If the long line marker position

Re: [Geany-devel] [ANNOUNCEMENT] website rework

2010-02-15 Thread Lex Trotman
Hi Dominic, Nice, I like the clean background, but then I run my monitors at medium brightness because I get a lot of white backgrounds, eg PDFs Attached are patches against the HTML. They only change some minor English and punctuation. The only other comment is that if someone is only doing

Re: [Geany-devel] Creating a new window in Geany plugin

2010-02-17 Thread Lex Trotman
On 18 February 2010 05:58, Lai Hoang Nam laihoang...@gmail.com wrote: Hello, I'm developping a plugin for Geany and the objective is to create a window to display something (some texts...). However, the difficulty is that I don't know how to insert a new window into Geany (ex: a text view

Re: [Geany-devel] Intro (and apology)

2010-02-18 Thread Lex Trotman
Hi, I am assuming that you are talking about file templates. On 19 February 2010 06:58, Tony Rick to...@hevanet.com wrote: Hi. I'm Tony Rick, and I hit the wrong list for requesting the 'help' response the first time. I'm in Portland Oregon, where a lot of programmers like me are 'at

Re: [Geany-devel] Compiling problems

2010-02-19 Thread Lex Trotman
Hi, Which version of GTK are you using, I've seen these symptoms before when Geany used a macro that was not available in an old version of GTK. Hope it gives you a clue. Cheers Lex 2010/2/19 a.beloboro...@viscomp.bg a.beloboro...@viscomp.bg I have a compiling problems , check out link :

Re: [Geany-devel] Adding an R parser

2010-02-19 Thread Lex Trotman
On 19 February 2010 21:10, Jon Senior j...@restlesslemon.co.uk wrote: On Fri, 19 Feb 2010 10:02:22 + Liviu Andronic landronim...@gmail.com wrote: Nice. Thanks for bringing up the patch. No problem... it had been bugging me for a while. It's in the tracker now so hopefully we'll see it

Re: [Geany-devel] Compiling problems

2010-02-19 Thread Lex Trotman
Lex On 19 February 2010 21:16, a.beloboro...@viscomp.bg a.beloboro...@viscomp.bg wrote: My GTK version is 2.18.6 On 02/19/2010 11:57 AM, Lex Trotman wrote: Hi, Which version of GTK are you using, I've seen these symptoms before when Geany used a macro that was not available in an old

Re: [Geany-devel] Doc patch: Tools-Reload Configuration effects

2010-02-19 Thread Lex Trotman
Thanks Tony, at a quick glance it looks ok to me, so hopefully it will be committed soon. Cheers Lex On 20 February 2010 17:23, Tony Rick tony...@gmail.com wrote: As far as I can tell, Tools-Reload Configuration loads all configuration and template files, including *geany.conf*. I have

Re: [Geany-devel] Doc errata?: Inserting Unicode characters.

2010-02-21 Thread Lex Trotman
2010/2/22 Enrico Tröger enrico.troe...@uvena.de On Fri, 19 Feb 2010 22:36:29 -0800, Tony wrote: One of the modifications in the Doc patch about Tools-Reload Configuration is in the *Inserting Unicode characters* section. Here is the modified excerpt: With GTK 2.10 and above, you can

Re: [Geany-devel] Build system branch 2.0

2010-02-21 Thread Lex Trotman
2010/2/22 Enrico Tröger enrico.troe...@uvena.de On Sun, 14 Feb 2010 12:52:42 +1100, Lex wrote: Hi, sorry (again) for the late response...real life sucks. snip Just go to get it, I don't want to hinder new stuff any longer. Don't worry, I've currently been sidetracked by writing a

Re: [Geany-devel] Adding an R parser

2010-02-22 Thread Lex Trotman
On 22 February 2010 19:24, Jon Senior j...@restlesslemon.co.uk wrote: On Mon, 22 Feb 2010 08:27:43 +0100 Jon Senior j...@restlesslemon.co.uk wrote: I did notice that when I was tweaking it. I think the capitals are probably to blame. Is there anyone who can confirm this? OK. A little

Re: [Geany-devel] Adding an R parser

2010-02-22 Thread Lex Trotman
On 22 February 2010 22:11, Jon Senior j...@restlesslemon.co.uk wrote: On Mon, 22 Feb 2010 21:49:21 +1100 Lex Trotman ele...@gmail.com wrote: A quick look at LexR.cxx shows that it converts text that matches an identifier to lower case before searching the keyword list, so as far

Re: [Geany-devel] Build, Compile, Execute [Built Setting] for various filenanetypes extension

2010-02-22 Thread Lex Trotman
Hi Noli, I'm not sure that my point was clear enough. Geany has a unified model of a file type. When a file is loaded, its type is determined (or it is set by Document-Set Filetype -...). This type controls the text highlighting and the filetype dependent build menu commands. Scite (and

Re: [Geany-devel] Build, Compile, Execute [Built Setting] for various filenanetypes extension

2010-02-23 Thread Lex Trotman
On 23 February 2010 18:18, Noli Sicad nsi...@gmail.com wrote: Hi Lex, Thanks you for taking the time in answering my question. I'm not sure that my point was clear enough. I think your point is clear enough. Geany has a unified model of a file type. When a file is loaded, its type

Re: [Geany-devel] Build, Compile, Execute [Built Setting] for various filenanetypes extension

2010-02-23 Thread Lex Trotman
On 23 February 2010 21:14, Noli Sicad nsi...@gmail.com wrote: Lex, I think execute is broken in this nightly build 22 February. Python programs are not running as well. Noli Sadly I can't help you with windows, I don't run or build Geany on windows. Hopefully someone else will be able to

Re: [Geany-devel] Build, Compile, Execute [Built Setting] for various filenanetypes extension

2010-02-23 Thread Lex Trotman
). Noli On 2/23/10, Lex Trotman ele...@gmail.com wrote: On 23 February 2010 21:14, Noli Sicad nsi...@gmail.com wrote: Lex, I think execute is broken in this nightly build 22 February. Python programs are not running as well. Noli Sadly I can't help you with windows, I don't

Re: [Geany-devel] build plugin - Re: Build system branch 2.0

2010-02-24 Thread Lex Trotman
On 25 February 2010 00:17, Nick Treleaven nick.trelea...@btinternet.comwrote: On Sun, 21 Feb 2010 15:03:01 +0100 Enrico Tröger enrico.troe...@uvena.de wrote: As I see it there area couple of ways of implementing your suggestion: 1. a basic build system in the core and the advanced one

Re: [Geany-devel] multiple instance save-settings - Re: Race condition when saving geany.conf

2010-02-26 Thread Lex Trotman
On 27 February 2010 02:15, Nick Treleaven nick.trelea...@btinternet.comwrote: On Wed, 24 Feb 2010 12:04:20 +0300 Eugene Arshinov earshi...@gmail.com wrote: Hi all. When several instances of Geany quit in the same time, there is a high possibility of a conflict. I can reproduce it

Re: [Geany-devel] multiple instance save-settings - Re: Race condition when saving geany.conf

2010-02-26 Thread Lex Trotman
On 27 February 2010 03:36, Randy Kramer rhkra...@gmail.com wrote: I haven't paid careful attention to this thread, but on several projects I've worked on, we've adopted a last to save, wins philosophy for situations (somewhat) similar to this. I've learned to deal with that in several

Re: [Geany-devel] multiple instance save-settings - Re: Race condition when saving geany.conf

2010-02-28 Thread Lex Trotman
2010/3/1 Enrico Tröger enrico.troe...@uvena.de On Fri, 26 Feb 2010 15:15:02 +, Nick wrote: On Wed, 24 Feb 2010 12:04:20 +0300 Eugene Arshinov earshi...@gmail.com wrote: Hi all. When several instances of Geany quit in the same time, there is a high possibility of a conflict. I

Re: [Geany-devel] [Patch] - Fix keyboard accelerator on Resave Missing File dialog.

2010-03-01 Thread Lex Trotman
On 2 March 2010 05:25, Can Koy can...@ymail.com wrote: This patch fixes keyboard accelerator on Resave Missing File dialog. I have a couple of problems with this patch, sorry if they applied to some of your previous ones but I didn't have time to look at them before. 1. Terminology only,

Re: [Geany-devel] build plugin - Re: Build system branch 2.0

2010-03-01 Thread Lex Trotman
On 2 March 2010 00:37, Nick Treleaven nick.trelea...@btinternet.com wrote: On Fri, 26 Feb 2010 17:54:31 + Nick Treleaven nick.trelea...@btinternet.com wrote: Makes the plugin much bigger and also requires more of the build Makes the core smaller ;-) Probably not by much though.

  1   2   3   4   5   6   7   8   >