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

2012-09-13 Thread Dimitar Zhekov
On Wed, 12 Sep 2012 11:35:48 +1000 Lex Trotman ele...@gmail.com wrote: [...] So what should geany.conf contain? If the interface preferences remain there, we still must rush at quit time to save it... Getting buried in specifics far too early, need to get the principles right first, but

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

2012-09-11 Thread Dimitar Zhekov
On Tue, 11 Sep 2012 09:17:52 +1000 Lex Trotman ele...@gmail.com wrote: All settings in Edit - Preferences and Project - Properties are saved ASA the dialog is confirmed. Some time ago, Build - Set Build Commands were modified to be saved immediately as well. The only settings that are

Re: [Geany-devel] Signal Handling

2012-09-10 Thread Dimitar Zhekov
On Sun, 09 Sep 2012 19:41:19 -0700 Matthew Brush mbr...@codebrainz.ca wrote: On 12-09-09 05:23 PM, Lex Trotman wrote: [...] So can anyone describe a useful use-case for catching SIGTERM and potentially refusing to exit? And also for SIGINT. From what I see, signal_cb (used currently

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

2012-09-10 Thread Dimitar Zhekov
On Mon, 10 Sep 2012 14:36:32 +1000 Lex Trotman ele...@gmail.com wrote: Its about that time of year when we have our annual discussion on separating session data from config/project data :) Let's not forget the multiply instances that share their configuration to (some) extent. We love to

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

2012-08-07 Thread Dimitar Zhekov
On Sat, 4 Aug 2012 10:58:54 +1000 Lex Trotman ele...@gmail.com wrote: My problem isn't so much with the patch, it worked fine last time I had a working DE. [...] I expect lots of I turned it on for some DE and it didn't work but firefox, gedit, etc does, fix it waaa waaa waaa if we did that.

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

2012-08-03 Thread Dimitar Zhekov
On Thu, 2 Aug 2012 10:57:22 +1000 Lex Trotman ele...@gmail.com wrote: 3. Multiple instances would not benefit from having user session info saved separately unless we also switched to saving the remaining config immediately it was changed, not at shutdown. View - Show Message Window - save

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

2012-07-30 Thread Dimitar Zhekov
On Sat, 28 Jul 2012 18:16:03 +0300 Vladi Belperchinov-Shabanski c...@bis.bg wrote: I keep my ~/.config/geany dir under git so I can distribute my environment prefs on all machines I use. unfortunately there are some config entries which always collide since they are local to the current

Re: [Geany-devel] About a new application icon.

2012-07-28 Thread Dimitar Zhekov
Forgot the attachment to my previous mail. -- E-gards: Jimmy attachment: icons.png___ Geany-devel mailing list Geany-devel@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel

Re: [Geany-devel] Usability fix - saving tab state

2012-07-11 Thread Dimitar Zhekov
On Tue, 10 Jul 2012 23:09:42 +0300 Axel apeka1...@gmail.com wrote: You can have any number of primary and secondary Geany instances open. With simply calling configuration save, on restart you'll get *some* file list... Wait, wait. That's a *competely* different problem. You *can't* allow

Re: [Geany-devel] session management [was: Usability fix - saving tab state]

2012-07-11 Thread Dimitar Zhekov
On Tue, 10 Jul 2012 14:55:30 -0700 Matthew Brush mbr...@codebrainz.ca wrote: On Tue, 10 Jul 2012 21:20:55 +0300 Dimitar Zhekov dimitar.zhe...@gmail.com wrote: There is a X11 session management patch on Geany sourceforge patch tracker. Applies against 1.22, but not the newest svn

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

2012-07-10 Thread Dimitar Zhekov
On Tue, 10 Jul 2012 12:55:58 +0100 Nick Treleaven nick.trelea...@btinternet.com wrote: I've replaced xcopy with separate copy targets locally. Unfortunately that causes errors with subdirectories so I had to ignore them, which I'd prefer not to do. See attached diff. cp: omitting

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

2012-07-09 Thread Dimitar Zhekov
On Sun, 08 Jul 2012 13:04:54 +0100 Nick Treleaven nick.trelea...@btinternet.com wrote: BTW I've run into 2 problems with the install target: 1. cp -r and xcopy treat the destination path differently. Currently MSYS install is broken and will install data files as $DESTDIR/data/data/* -

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

2012-07-07 Thread Dimitar Zhekov
On Wed, 04 Jul 2012 12:59:11 +0100 Nick Treleaven nick.trelea...@btinternet.com wrote: On 28/06/2012 18:55, Dimitar Zhekov wrote: BTW if you think plugins$(DIRSEP)*.dll looks ugly, we can use: plugins$/*.dll Nice. :) Though what I find a bit unpleasant is using the specific separator

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

2012-06-28 Thread Dimitar Zhekov
On Thu, 28 Jun 2012 16:28:50 +0200 Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 28.06.2012 15:41, schrieb Nick Treleaven: And then perhaps use $(MAKE) CP=$(CP) RM=$(RM) to pass these variables to the sub-makefiles so they don't need to have copies of the ifdef. They

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

2012-06-28 Thread Dimitar Zhekov
On Thu, 28 Jun 2012 14:41:25 +0100 Nick Treleaven nick.trelea...@btinternet.com wrote: Yes, using a target for plugins only would be OK. What if we put the an install: target in plugins/makefile.win32? That works, needs no DIRSEP, and is very similar to the *nix installation. To avoid

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

2012-06-27 Thread Dimitar Zhekov
On Tue, 26 Jun 2012 21:21:57 +0100 Nick Treleaven nick.trelea...@btinternet.com wrote: I can now apply the -b version, but I had to add 'src/' to the second file in the diff - are you manually concatenating diffs? Yes; the 2nd file lacked 'src/', sorry. Wouldn't it be better to use 'git

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

2012-06-26 Thread Dimitar Zhekov
On Mon, 25 Jun 2012 13:52:12 -0700 Matthew Brush mbr...@codebrainz.ca wrote: C mingw32-make -f makefile.win32 C mingw32-make -f makefile.win32 install Tested with mingw, cmd/tcc. Should work with MSYS make too... but I had to use backslashes in the install: target, and am not sure

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

2012-06-25 Thread Dimitar Zhekov
On Fri, 22 Jun 2012 13:08:22 -0700 Matthew Brush mbr...@codebrainz.ca 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. Usage: C mingw32-make -f makefile.win32 C mingw32-make -f

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

2012-06-22 Thread Dimitar Zhekov
/ directory with two subdirectories, a COPY is fine too. RFC. If we consider this worthy, I can make the required changes. Sounds good. I'll probably make the changes in Monday. On 20/06/2012 19:04, Dimitar Zhekov wrote: That looks like an entirely new makefile. I was able to compile Geany

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

2012-06-20 Thread Dimitar Zhekov
On Tue, 19 Jun 2012 14:25:11 -0700 Matthew Brush mbr...@codebrainz.ca wrote: On 12-06-19 10:12 AM, Dimitar Zhekov wrote: Hi, Now that 1.22 is out, how about removing the MSYS build dependency under Win~1? I tried to compile Geany with the default MinGW make, without any MSYS

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

2012-06-19 Thread Dimitar Zhekov
Hi, Now that 1.22 is out, how about removing the MSYS build dependency under Win~1? I tried to compile Geany with the default MinGW make, without any MSYS, and there were some easily fixable problems: cd foo $(MAKE) -f makefile.win32 cd ..\.. does not work, probably requires some sh. But if

Re: [Geany-devel] Geany multicursors patch

2012-05-24 Thread Dimitar Zhekov
On Thu, 24 May 2012 10:52:29 +1000 Lex Trotman ele...@gmail.com wrote: As I said above we should change the deviant Geany ctrl+click behavior so the super isn't necessary. +1. The current Ctrl+Click goes to definition, or to maching brace, or starts rectangular selection on missing definition,

Re: [Geany-devel] Geany multicursors patch

2012-05-21 Thread Dimitar Zhekov
On Sun, 20 May 2012 12:30:12 +0200 Davide Andreoli d...@gurumeditation.it wrote: Hi all! Hi. I implemented this in editor.c (and not as an external plugin) because I have plans to also extend the snippets to support multi editing. Actually the patch is really simple but is just a first

Re: [Geany-devel] gtk_separator_tool_item_new() patch

2012-05-12 Thread Dimitar Zhekov
Hi, I looked into plugin toolbar support code in more detail, and there seem to be three simple ways to fix the item order: 1. Apply the current patch and tell the plugin authors to add/remove their items at once. They are likely to do so in the first place, because mixed adding/removing means

Re: [Geany-devel] gtk_separator_tool_item_new() patch

2012-05-11 Thread Dimitar Zhekov
On Wed, 09 May 2012 00:19:15 +0200 Colomban Wendling lists@herbesfolles.org wrote: Le 29/04/2012 20:26, Dimitar Zhekov a écrit : 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

[Geany-devel] plugin data / html doc directories?

2012-05-05 Thread Dimitar Zhekov
Hi, In which directories should a plugin keep it's read-only data files and html documentation - datadir|docdir/plugins/name? Currently only lua uses one of those, as datadir/geany-plugins/geanylua, but /usr/local/share/geany/geany-plugins is inconsistent with ~/.config/geany/plugins. BTW, the

Re: [Geany-devel] [PATCH] : FIx window position on start up.

2012-05-04 Thread Dimitar Zhekov
On Thu, 3 May 2012 21:30:46 +1000 Erik de Castro Lopo mle+to...@mega-nerd.com wrote: The included patch checks the window position read from the preferences file, checks to see if its off either the right hand side or bottom of the screen and moves it back into a sensible position.

[Geany-devel] plugin_add_toolbar_item()

2012-04-29 Thread Dimitar Zhekov
Hi, According to it's description, $subject Inserts a toolbar item before the Quit button, or after the previous plugin toolbar item. A separator is added on the first call to this function [...]. In reality, they are added like this: b c d e f | a Quit. Looking at $subject source, it's obvious

[Geany-devel] plugin_add_toolbar_item() was my mistake

2012-04-29 Thread Dimitar Zhekov
Hi, Actually, plugin_add_toolbar_item() works properly. Now, if there isn't enough space, the first item(s?) are placed in the drop-down toolbar menu, instead of the last. But that's probably a gtk+ thing. -- E-gards: Jimmy ___ Geany-devel mailing

[Geany-devel] gtk_separator_tool_item_new() patch

2012-04-29 Thread Dimitar Zhekov
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 otherwise changing them fixes the order. Patch attached. Not in

Re: [Geany-devel] Small additions to stash

2012-04-06 Thread Dimitar Zhekov
On Fri, 06 Apr 2012 14:06:48 +0100 Nick Treleaven nick.trelea...@btinternet.com wrote: On 05/04/2012 19:02, Dimitar Zhekov wrote: New stash_group_free_strings(), which frees any strings and string arrays in a group. Much easier than to track them individually, as in Geany (though

Re: [Geany-devel] Small additions to stash

2012-04-05 Thread Dimitar Zhekov
On Thu, 05 Apr 2012 17:20:44 +0100 Nick Treleaven nick.trelea...@btinternet.com wrote: On 04/04/2012 19:58, Dimitar Zhekov wrote: Hi, How about some $subject? Namely: Include stash_group_set_use_defaults() in plugin StashFuncs. I'm not using it any more, but it's a nice thing to have

[Geany-devel] Small additions to stash

2012-04-04 Thread Dimitar Zhekov
, as in Geany (though if someone is willing to track the keyfile_groups prefs free-s and remove them, a call may be included in configuration_finalize). -- E-gards: Jimmy From 83e14b46a117e9920e514ead6bc0adaf8330abb6 Mon Sep 17 00:00:00 2001 From: Dimitar Zhekov dimitar.zhe...@gmail.com Date: Wed, 4 Apr

Re: [Geany-devel] Markers

2012-03-12 Thread Dimitar Zhekov
On Mon, 12 Mar 2012 09:59:45 +1100 Lex Trotman ele...@gmail.com wrote: Maybe you should contact Matthew, during a conversation we had on IRC he revealed a prototype for manageing all such limited resources, not just markers, in a consistent manner. This concerns all plugin developers.

Re: [Geany-devel] Markers

2012-03-11 Thread Dimitar Zhekov
On Sun, 11 Mar 2012 12:33:07 +1100 Lex Trotman ele...@gmail.com wrote: I don't think much is needed: 1. Scintilla already provides the special symbol SC_MARK_AVAILABLE to indicate that the mark is available. I already replied to this [1]. Unless we want each plugin to allocate it's markers

Re: [Geany-devel] Markers

2012-03-10 Thread Dimitar Zhekov
On Sat, 10 Mar 2012 17:43:16 +0400 Alexander Petukhov de...@apetukhov.ru wrote: utils_ui_get_marker(), utils_ui_free_marker(). Is it going with these new functions? Nothing is going on, the thread died. I started with SF bug about markers and also came up to that having such

[Geany-devel] small leak in keyfile.c

2012-03-08 Thread Dimitar Zhekov
Hi, configuration_reload_default_session() does not free configfile. Patch attached. -- E-gards: Jimmy From 3d30dfbc23c26928ab98950ed6cc89b8eb48e898 Mon Sep 17 00:00:00 2001 From: Dimitar Zhekov dimitar.zhe...@gmail.com Date: Thu, 8 Mar 2012 18:53:23 +0200 Subject: [PATCH] free configfile

Re: [Geany-devel] Markers

2012-02-27 Thread Dimitar Zhekov
On Mon, 27 Feb 2012 08:23:41 +1100 Lex Trotman ele...@gmail.com wrote: [...] My personal preference would be some shared static function that any plugin using markers could access. A simple ui_utils function to find and return the first available marker based on SC_MARK_AVAILABLE would

Re: [Geany-devel] Markers

2012-02-26 Thread Dimitar Zhekov
On Sun, 26 Feb 2012 13:08:14 + WILLIAM FRASER william.fra...@virgin.net wrote: There is a problem as I understand it with checking for the SC_MARK_AVAILABLE marker to see if a marker is available... Markers seem by default to be set to 0 (SC_MARK_CIRCLE) by scintilla. By default, all 32

[Geany-devel] project-before-save signal

2012-02-23 Thread Dimitar Zhekov
/ set with the config argument of project-save, provided it's unconditional, but I'd prefer to use a documented plugin interface instead of opening the bag of tricks. -- E-gards: Jimmy From 1da771871d8250ee84c16bc4639391c34d991820 Mon Sep 17 00:00:00 2001 From: Dimitar Zhekov dimitar.zhe

Re: [Geany-devel] Empty project properties dialog

2012-02-22 Thread Dimitar Zhekov
On Tue, 21 Feb 2012 23:25:02 +0100 Jiří Techet tec...@gmail.com wrote: Hi Dimitar, have a look at the attached patch - I've added the signal but as I don't know exactly when you need to emit it, you'll probably need to modify it. Also I haven't documented the signal as I still don't

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

2012-02-21 Thread Dimitar Zhekov
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 need explicit -i, isn't it? Or do I get the

Re: [Geany-devel] Empty project properties dialog

2012-02-21 Thread Dimitar Zhekov
On Mon, 20 Feb 2012 22:40:50 +0100 Jiří Techet tec...@gmail.com wrote: On Mon, Feb 20, 2012 at 17:51, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: Since you are changing the project signals anyway, can you do me a favor and add an unconditional project-before-save signal

[Geany-devel] gtk builder signals for plugin

2012-02-21 Thread Dimitar Zhekov
Hi, Does anyone know if the gtk builder searching for exported functions and attaching them to xml/.glade signals will work for a plugin? -- E-gards: Jimmy ___ Geany-devel mailing list Geany-devel@uvena.de

Re: [Geany-devel] Empty project properties dialog

2012-02-20 Thread Dimitar Zhekov
Hi, Jiří, On Mon, 20 Feb 2012 00:35:24 +0100 Jiří Techet tec...@gmail.com wrote: I've created new pull request with the changes here: https://github.com/geany/geany/pull/25 Since you are changing the project signals anyway, can you do me a favor and add an unconditional project-before-save

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

2012-02-20 Thread Dimitar Zhekov
session one is on. Here's the patch. There is no additional preference - if Load files from the last session is checked, they are loaded, and that's it. Though it'll be easy to make it a pref... -- E-gards: Jimmy From 23a085bbf5210572bce051649a0e73f4c5d0bbe3 Mon Sep 17 00:00:00 2001 From: Dimitar

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

2012-02-20 Thread Dimitar Zhekov
, and refers the user to Recent files. So I altered the Startup section a bit. -- E-gards: Jimmy From 97d8f12958e0a2924b3fb557b01195320e1a9323 Mon Sep 17 00:00:00 2001 From: Dimitar Zhekov dimitar.zhe...@gmail.com Date: Mon, 20 Feb 2012 21:20:48 +0200 Subject: [PATCH] altered Geany manual Startup to reflect

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

2012-02-17 Thread Dimitar Zhekov
On Mon, 13 Feb 2012 17:14:19 -0800 Matthew Brush mbr...@codebrainz.ca wrote: 3. geany xyz.txt does not load files from session - ID: 2838686 [3] Here it wasn't decided whether of not Geany should restore session. I suggest we discuss this question and finally either fix the bug or mark

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

2012-02-12 Thread Dimitar Zhekov
On Sun, 12 Feb 2012 11:18:36 +0400 Eugene Arshinov earshi...@gmail.com wrote: 2. Command line option to bring Geany to front - ID: 2276179 [2] Seems that some actions were performed to fix the bug, but the report's author didn't have time to check it. Maybe, as a long time has passed since

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

2012-02-04 Thread Dimitar Zhekov
On Sat, 4 Feb 2012 09:23:33 +1100 Lex Trotman ele...@gmail.com wrote: I tested with the following code in plugin_init(): build_set_menu_item(GEANY_BCS_PROJ, GEANY_GBG_EXEC, 1, GEANY_BC_LABEL, boza); Can you post the problem plugin, or better reproduce the problem with demoplugin so

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

2012-02-01 Thread Dimitar Zhekov
On Wed, 1 Feb 2012 11:24:01 +1100 Lex Trotman ele...@gmail.com wrote: On Wed, Feb 1, 2012 at 5:20 AM, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: On Tue, 31 Jan 2012 15:39:52 +1100 I compile Geany with -Wall -W -Wno-unused-parameter (not the normal practice) and received a few

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

2012-01-30 Thread Dimitar Zhekov
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 plugin. [::surprise::] Initially I exposed some of the build system (see comments starting /* * in build.h/c) but concerns

[Geany-devel] get build command from a plugin

2012-01-28 Thread Dimitar Zhekov
Hi, How can I $subject? -- E-gards: Jimmy ___ Geany-devel mailing list Geany-devel@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel

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

2012-01-06 Thread Dimitar Zhekov
: Jimmy From 210845809a50b43a1c052ace25cdb365b4f923a4 Mon Sep 17 00:00:00 2001 From: Dimitar Zhekov dimitar.zhe...@gmail.com Date: Fri, 6 Jan 2012 19:48:03 +0200 Subject: [PATCH] Added myself as maintainer of geanyextrasel and geanyinsertnum --- MAINTAINERS | 16 1 files changed, 8

Re: [Geany-devel] Session Management Interim Solution Proposal

2012-01-05 Thread Dimitar Zhekov
On Tue, 3 Jan 2012 09:20:08 +1100 Lex Trotman ele...@gmail.com wrote: Perhaps you already know since you didn't list it, XFCE4 will re-start firefox 5 with the tabs it last had open. Yes. XFCE is of course the DE of choice for developers since Linus switched to it from Gnome. I woudn't

Re: [Geany-devel] Replacing the control socket with dbus

2011-12-31 Thread Dimitar Zhekov
On Sat, 31 Dec 2011 17:26:50 +0100 Arthur Skowronek arthu...@redsmile.org wrote: Hi, http://memegenerator.net/cache/instances/400x/12/12436/12734680.jpg No it's not, and we'll probably have to subclass GApplication too. with this little stupid meme I would like to start a discussion about

[Geany-devel] vergeany :)

2011-12-26 Thread Dimitar Zhekov
geanyentryaction.c:9: * the Free Software Foundation; either vergeany 2 of the License, or geanyentryaction.c:10: * (at your option) any later vergeany. geanymenubuttonaction.c:9: * the Free Software Foundation; either vergeany 2 of the License, or geanymenubuttonaction.c:10: *

Re: [Geany-devel] statusbar virtual column

2011-12-10 Thread Dimitar Zhekov
On Sat, 10 Dec 2011 10:53:19 +0100 Frank Lanitz fr...@frank.uvena.de wrote: On Wed, 3 Aug 2011 20:04:18 +0300 Dimitar Zhekov dimitar.zhe...@gmail.com wrote: As you may have noticed, when cursor is in the virtual space (beyond eoln), our status bar always shows the last real column

Re: [Geany-devel] Geany-Plugins: Git-transition

2011-12-07 Thread Dimitar Zhekov
On Tue, 06 Dec 2011 09:06:23 +0100 Frank Lanitz fr...@frank.uvena.de wrote: Hi developers, Jire and I just finally scheduled git transition of the plugins. [...] Nice. Please let me also know you github accounts if available for committing to plugins etc. zhekov -- E-gards: Jimmy

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

2011-12-05 Thread Dimitar Zhekov
On Sun, 04 Dec 2011 19:22:55 +0100 Colomban Wendling lists@herbesfolles.org wrote: Le 04/12/2011 14:44, Dimitar Zhekov a écrit : It turned out to be quite easy, because the two meanings are actualy used separately... Great! A few comments: * I better see the new prefs under

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

2011-12-05 Thread Dimitar Zhekov
On Mon, 5 Dec 2011 03:21:45 +0800 Nathan Broadbent nathan@gmail.com wrote: 2009-10-14 05:49:13 ntrel: I suppose we could make the option 'Always wrap' and then change the dialog 'close' checkbox to apply to all actions. Sound OK Enrico? 2009-10-21 10:30:46 eht16: Nick, yes, sounds good.

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

2011-12-04 Thread Dimitar Zhekov
On Sun, 04 Dec 2011 00:48:40 +0100 Colomban Wendling lists@herbesfolles.org wrote: Le 03/12/2011 20:56, Dimitar Zhekov a écrit : There is one, and only one thing, that is unquestionably better IMHO: separate [ ] Always wrap search and hide the Find dialog into [...] Yep, this sounds

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

2011-12-03 Thread Dimitar Zhekov
On Sat, 3 Dec 2011 17:24:45 +0800 Nathan Broadbent nathan@gmail.com wrote: my personal preference is to always wrap search, but keep the find dialog open. This is your personal preference only. So may I please request the following modifications to search: - Move the 'Search'

Re: [Geany-devel] (no subject)

2011-12-02 Thread Dimitar Zhekov
On Thu, 1 Dec 2011 14:57:25 -0500 Meyer 3m.me...@gmail.com wrote: I have two possible situations that I need to differentiate between [...] The first situation is the user deletes selected text by overwriting it with a new character. The second is the user deletes selected text by pressing

Re: [Geany-devel] Greetings from an IDE refugee

2011-11-26 Thread Dimitar Zhekov
On Sat, 26 Nov 2011 19:31:07 +0100 Liviu Andronic landronim...@gmail.com wrote: I also think that the actual characters are much more appropriate triggers than 'Ctrl+key'. You can do that from a plugin, see extrasel key-press-event. Remember to check scintilla_get_current() against the

Re: [Geany-devel] --readonly handling

2011-11-21 Thread Dimitar Zhekov
, which is not a real problem but that often is unwanted. I guess it's safe to expect that our CC will implement the 1990 standard on this. :) -- E-gards: Jimmy From d977e7cca730038893c85f020e67ba7b20f99621 Mon Sep 17 00:00:00 2001 From: Dimitar Zhekov dimitar.zhe...@gmail.com Date: Mon, 21 Nov 2011

Re: [Geany-devel] --readonly handling

2011-11-18 Thread Dimitar Zhekov
On Thu, 17 Nov 2011 21:07:41 +0100 Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 17.11.2011 19:20, schrieb Dimitar Zhekov: Is there any technical reason to check cl_options.readonly in document.c, and clear it load_startup_files() [...] In an earlier version it also

[Geany-devel] --readonly handling

2011-11-17 Thread Dimitar Zhekov
Hi, Is there any technical reason to check cl_options.readonly in document.c, and clear it load_startup_files(), instead of simply invoking document_open_file(filename, cl_options.readonly, ...) from main_handle_filename()? -- E-gards: Jimmy ___

Re: [Geany-devel] Stub project files for sharing

2011-11-09 Thread Dimitar Zhekov
On Wed, 9 Nov 2011 08:11:45 +1100 Lex Trotman ele...@gmail.com wrote: The simple solution is to add only save if changed as a new feature in stash so its easy to use for the settings that need it. If that's the easy solution... Our instance will not know if another instance has changed

[Geany-devel] Convert Unix path separators on Windows when opening documents

2011-11-07 Thread Dimitar Zhekov
commit 13597df9dffdcbd3091aac224d20b1924c563bde Author: Nick Treleaven nick.trelea...@btinternet.com [...] Windows does not allow filenames to contain Unix path separators so this should be safe. Windows treats '/' as directory separator starting with DOS 5.0 IIRC. 100% safe to convert, since

Re: [Geany-devel] Proposal: Project settings split - adding geany features

2011-11-05 Thread Dimitar Zhekov
On Thu, 03 Nov 2011 20:03:02 -0700 Matthew Brush mbr...@codebrainz.ca wrote: At a high level, the most sensible thing to do IMO, is to split out state/session information into a separate file (~/.config/geany/.geanysession) for Geany itself, and then mirror this in the project directory

Re: [Geany-devel] Proposal: Project settings split

2011-11-02 Thread Dimitar Zhekov
On Wed, 2 Nov 2011 09:39:48 +1100 Lex Trotman ele...@gmail.com wrote: On 2 November 2011 05:19, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: On Tue, 1 Nov 2011 12:21:25 +1100 Lex Trotman ele...@gmail.com wrote: At which point will you delete the unneeded session files?.. When

Re: [Geany-devel] Proposal: Project settings split

2011-11-01 Thread Dimitar Zhekov
On Tue, 1 Nov 2011 12:21:25 +1100 Lex Trotman ele...@gmail.com wrote: On 1 November 2011 11:49, Matthew Brush mbr...@codebrainz.ca wrote: On 11-10-31 04:50 PM, Lex Trotman wrote: Sessions should be user-transparent things like window geometry, number of instances opened, last

Re: [Geany-devel] [RFC] Geany Plugin Names

2011-10-29 Thread Dimitar Zhekov
On Fri, 28 Oct 2011 22:41:07 -0700 Matthew Brush mbr...@codebrainz.ca wrote: Is anybody opposed to removing the geany and Geany prefix from the plugins in Geany-Plugins. I mean at least for the directory name in the source tree, README/Site, and PLUGIN_SET_INFO() name? -1. When installing

[Geany-devel] Speed up simplify stash tree display/update

2011-10-18 Thread Dimitar Zhekov
Hi, Now that StashTreeValue has an entry pointer, value-setting_type and value-key_name can be dropped. Also, the stash_tree_action:_get_iter_first, _iter_next should be written as gtk_tree_model_foreach(model, stash_tree_handle_pref, action). It's ~15% slower, but that doesn't matter any more.

Re: [Geany-devel] Geany is on Github

2011-10-08 Thread Dimitar Zhekov
On Fri, 07 Oct 2011 08:28:04 -0700 Matthew Brush mbr...@codebrainz.ca wrote: And don't forget to give me your Github usernames! zhekov -- E-gards: Jimmy ___ Geany-devel mailing list Geany-devel@uvena.de

Re: [Geany-devel] New Feature(plugin OR geany self)

2011-10-04 Thread Dimitar Zhekov
On Sun, 2 Oct 2011 22:15:56 +0200 Jiří Techet tec...@gmail.com wrote: On Sun, Oct 2, 2011 at 15:36, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: On Thu, 29 Sep 2011 22:52:19 +0200 Jiří Techet tec...@gmail.com wrote: By the way, there's a bug in the MRU code [...] Can you please

Re: [Geany-devel] New Feature(plugin OR geany self)

2011-10-02 Thread Dimitar Zhekov
On Thu, 29 Sep 2011 22:52:19 +0200 Jiří Techet tec...@gmail.com wrote: By the way, there's a bug in the MRU code. 1. Open Geany with say 3 files, 2. ctrl-tab until you reach the very same file you have currently displayed, 3. release ctrl, 4. ctrl-tab again. Nothing happens until you

Re: [Geany-devel] New Feature(plugin OR geany self)

2011-09-29 Thread Dimitar Zhekov
On Thu, 29 Sep 2011 18:13:53 +1000 Lex Trotman ele...@gmail.com wrote: Perhaps another method of indicating such as colouring or re-ordering the notebook tabs could be used instead or as well as the sidebar. I remember seeing red color somewhere, for tabs with changed documents, slowly fading

Re: [Geany-devel] Use GtkBuilder

2011-09-29 Thread Dimitar Zhekov
On Thu, 29 Sep 2011 09:16:26 +1000 Lex Trotman ele...@gmail.com wrote: Hi Dimitar, [...] When checking the various preferences or something, I found 2 crashes when vte is compiled but Ok, if thats the case lets ignore the possibility of runtime loading and just compile it in/out.

Re: [Geany-devel] Use GtkBuilder

2011-09-28 Thread Dimitar Zhekov
On Mon, 26 Sep 2011 12:33:30 +1000 Lex Trotman ele...@gmail.com wrote: On 26 September 2011 01:26, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: When we upgrade (someday) to 2.16, why not make VTE a compile time option only? I can understand why somebody would like to compile Geany

Re: [Geany-devel] Use GtkBuilder

2011-09-25 Thread Dimitar Zhekov
On Sun, 25 Sep 2011 01:53:38 -0700 Matthew Brush mbr...@codebrainz.ca wrote: I've also taken the liberty of porting the Terminal/VTE preferences UI to the new Glade 3 format rather than being hard-coded. IIUC if the VTE/terminal is not enabled for whatever reason, the Terminal tab in the

Re: [Geany-devel] saving plugin settings in a project file

2011-09-24 Thread Dimitar Zhekov
On Fri, 23 Sep 2011 19:52:24 +0200 Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 21.09.2011 18:01, schrieb Dimitar Zhekov: What you need is debug sessions, and they depend on the executable being debugged. It doesn't make sense to use the same breakpoints, watches etc

Re: [Geany-devel] saving plugin settings in a project file

2011-09-21 Thread Dimitar Zhekov
On Wed, 21 Sep 2011 17:18:14 +0400 Alexander Petukhov de...@apetukhov.ru wrote: What I wanted was to have debug settings loaded at the same time I open files I worked with last time. [...] but now I realize that I can store debug settings for a session in plugins own config, where all other

Re: [Geany-devel] How about calling the next release 1.0?

2011-09-20 Thread Dimitar Zhekov
On Tue, 20 Sep 2011 12:07:23 +0200 Jiří Techet tec...@gmail.com wrote: How about getting rid of the 0 version prefix and calling the next release 1.0? +1.0 :) Much more reliable that my primary IDE, which is version 5. Though I'd prefer to see stash-tree-display-5923.diff (from the last

Re: [Geany-devel] various prefs warning - changing 'various'

2011-09-17 Thread Dimitar Zhekov
On Fri, 16 Sep 2011 19:25:39 -0700 Matthew Brush mbr...@codebrainz.ca wrote: I can't recall ever encountering the word Various in the context of computers/software. I suppose that's the reason it seems weird. I've seen Miscellaneous preferences, and prefer not to see it again. :) Good thing

Re: [Geany-devel] Various pref changes not ignored on dialog cancel

2011-09-16 Thread Dimitar Zhekov
Hi, Attached is the stash_tree_display(). I thought that a row changed signal will be needed, but it works without it. The renreders always reget their data when the tree is shown. No string changes. _append_pref() ignores the new action argument. -- E-gards: Jimmy --- ./src/prefs.c.orig

Re: [Geany-devel] various prefs warning

2011-09-15 Thread Dimitar Zhekov
On Thu, 15 Sep 2011 00:30:44 +0200 Colomban Wendling lists@herbesfolles.org wrote: What are the problems with changing use_safe_file_saving? I don't see how the previous value may affect anything. As you say yourself below, it's a dangerous setting because it changes the way the file

Re: [Geany-devel] Various pref changes not ignored on dialog cancel

2011-09-15 Thread Dimitar Zhekov
On Thu, 15 Sep 2011 17:45:25 +0100 (BST) Nick Treleaven nick.trelea...@btopenworld.com wrote: I've found a bug when changing a various pref setting in the prefs dialog, then cancelling the dialog without applying the changes. Next time the dialog is shown the edited values are still present.

Re: [Geany-devel] Various pref changes not ignored on dialog cancel

2011-09-15 Thread Dimitar Zhekov
On Thu, 15 Sep 2011 17:45:25 +0100 (BST) Nick Treleaven nick.trelea...@btopenworld.com wrote: I've found a bug when changing a various pref setting in the prefs dialog, then cancelling the dialog without applying the changes. Next time the dialog is shown the edited values are still present.

Re: [Geany-devel] SF.net SVN: geany:[5909] trunk/src/utils.c

2011-09-12 Thread Dimitar Zhekov
On Mon, 12 Sep 2011 15:27:07 +0200 Colomban Wendling lists@herbesfolles.org wrote: Actually firefox on Debian (at least mine?) runs Iceweasel, so it's not a concern from our POV. debian$ cat /usr/bin/firefox #!/bin/sh FIREFOX=$(which $0) [ -x $FIREFOX.real ] exec $FIREFOX.real $@ exec

Re: [Geany-devel] Why Geany doesn't use exactly what is set in marker_search?

2011-09-09 Thread Dimitar Zhekov
On Fri, 09 Sep 2011 10:55:33 -0400 Jean-Philippe Fleury cont...@jpfleury.net wrote: Thanks for these precisions. However, I'm still not able to make marker_translucency have any effect. See the attached screenshot. There are 4 different settings for marker_translucency, but the little

Re: [Geany-devel] Why Geany doesn't use exactly what is set in marker_search?

2011-09-09 Thread Dimitar Zhekov
On Fri, 9 Sep 2011 20:44:53 +0300 Dimitar Zhekov dimitar.zhe...@gmail.com wrote: With the Markers Margin hidden, you don't have arrow or plus, so the background = 2nd argument of marker_line and transluency = 1st argument of marker_translucency. The above for the line marker (arrow) only

Re: [Geany-devel] New messages/output parsing proposition

2011-08-29 Thread Dimitar Zhekov
On Mon, 29 Aug 2011 11:16:05 +1000 Lex Trotman ele...@gmail.com wrote: Whats anon for? [...] To have it colored as error or warning. A bit of FX. :) Bet we get bug reports that users can't click on it :-) I can trust them that much... :) Best ::= one of the matches defined as Best,

Re: [Geany-devel] New messages/output parsing proposition

2011-08-28 Thread Dimitar Zhekov
On Sun, 28 Aug 2011 15:32:19 +1000 Lex Trotman ele...@gmail.com wrote: Whats anon for? I guess its nice to make the error red, but we can't click on it to go anywhere since it doesn't have a file so its different to all the other red lines. To have it colored as error or warning. A bit of FX.

Re: [Geany-devel] Git for plugins (was: Re: geany on github; why not?)

2011-08-25 Thread Dimitar Zhekov
On Thu, 25 Aug 2011 07:27:47 +0200 Frank Lanitz fr...@frank.uvena.de wrote: On Wed, 24 Aug 2011 23:56:52 +0200 Jiří Techet tec...@gmail.com wrote: About plugins - I'd like to see them converted to git too but for me it's much less important. Plugins are usually one-man-show and require

Re: [Geany-devel] msgwin line and column position

2011-08-23 Thread Dimitar Zhekov
Hi, There was no more comments in msgwindow double click, and my reasoning was partially wrong - a big line number may be a result of some lines being deleted by the user. Because the patches affect the same code, I combined them here. So, this -c version: Parses an optional column # in the

Re: [Geany-devel] Use of Scintilla word boundaries for word searches

2011-08-22 Thread Dimitar Zhekov
On Mon, 22 Aug 2011 14:43:35 +0200 Colomban Wendling lists@herbesfolles.org wrote: Uhm, I mean for FIF grep decides about the word boundaries, which may be different to GEANY_WORDCHARS and everything discussed here, no? Yeah, once a new definition. Though this one is, according to the

Re: [Geany-devel] Use of Scintilla word boundaries for word searches

2011-08-22 Thread Dimitar Zhekov
On Mon, 22 Aug 2011 19:22:09 +0200 Colomban Wendling lists@herbesfolles.org wrote: grep uses plain char and doesn't support UTF-8. [...] ...but б@боза@@ will match (at least using UTF-8), [...] Neither the character classes nor the upper/lower cases will work properly if you feed an

Re: [Geany-devel] Use of Scintilla word boundaries for word searches

2011-08-20 Thread Dimitar Zhekov
On Sat, 20 Aug 2011 23:58:47 +1000 Lex Trotman ele...@gmail.com wrote: Can you point me to where Geany loads locale dependent wordchars and where it gets it from? Scintilla does it... oh, wait. Neither scintilla nor scite can find the word in ‘боза’, or even ‘boza’ (grep does, for 8-bit text).

  1   2   3   >