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-10-02 Thread Jiří Techet
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. 1. Open Geany with say 3 files, 2. ctrl-tab until you reach the very same file you have currently

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

2011-10-01 Thread Jiří Techet
On Fri, Sep 30, 2011 at 03:07, Lex Trotman ele...@gmail.com wrote: On 30 September 2011 06:52, Jiří Techet tec...@gmail.com wrote: On Thu, Sep 29, 2011 at 10:03, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 29.09.2011 09:57, schrieb Jacques du Rand: BottomLIne: Almost like

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

2011-09-29 Thread Jacques du Rand
Hi Guys I want to implement a new feature it will have close interaction with the sidebar-open_files (module ?) b) the new feature will be triggered every time a 'document-activate' signal is sent c) It will then need to update the model(treeview) in sidebar-open_files Now my question is this

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

2011-09-29 Thread Lex Trotman
Hi Jacques, It is hard to advise if a feature is appropriate for Geany core or not when we don't know what the feature is :) Cheers Lex On 29 September 2011 17:21, Jacques du Rand jacque...@gmail.com wrote: Hi Guys I want to implement a new feature it will have close interaction  with the

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

2011-09-29 Thread Jacques du Rand
True true :P Was hoping to keep it as a surprise :D Okey here it goes: (Keep in mind English is not my first language and I might not paint the perfect mental picture) :P Feature Name:Heated Tabs Problem: By 2pm everyday I have about 10-25 different files open in my Sidebar::open_files I'm

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

2011-09-29 Thread Jon Senior
On Thu, 29 Sep 2011 09:57:35 +0200 Jacques du Rand jacque...@gmail.com wrote: True true :P Was hoping to keep it as a surprise :D Okey here it goes: (Keep in mind English is not my first language and I might not paint the perfect mental picture) :P Feature Name:Heated Tabs Problem: By

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

2011-09-29 Thread Thomas Martitz
Am 29.09.2011 09:57, schrieb Jacques du Rand: BottomLIne: Almost like a MRU(Most Recently Use) Cache for the Open Document list a which highlight/icon'ify the top 3-6 Documents in order ? Your thoughts ? This is already implemented, though not visualized in the side bar. I don't remember

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

2011-09-29 Thread Lex Trotman
On 29 September 2011 18:03, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 29.09.2011 09:57, schrieb Jacques du Rand: BottomLIne: Almost like a MRU(Most Recently Use) Cache for the Open Document list a which highlight/icon'ify the top 3-6  Documents in order ? Your thoughts ?

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

2011-09-29 Thread Thomas Martitz
Am 29.09.2011 10:13, schrieb Lex Trotman: On 29 September 2011 18:03, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 29.09.2011 09:57, schrieb Jacques du Rand: BottomLIne: Almost like a MRU(Most Recently Use) Cache for the Open Document list a which highlight/icon'ify the top

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

2011-09-29 Thread Lex Trotman
On 29 September 2011 18:16, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 29.09.2011 10:13, schrieb Lex Trotman: On 29 September 2011 18:03, Thomas Martitz thomas.mart...@student.htw-berlin.de  wrote: Am 29.09.2011 09:57, schrieb Jacques du Rand: BottomLIne: Almost like a

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

2011-09-29 Thread Thomas Martitz
Am 29.09.2011 10:21, schrieb Lex Trotman: Yes but after opening you can activate documents with the tabs without reordering the MRU list. The MRU list only re-orders when you use it to activate documents. Of course maybe the MRU list should re-order on any method of activation, including go to

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

2011-09-29 Thread Jacques du Rand
Hi All Yes was hoping someone would find value in such a feature ! :) As I understand the 'document-activate' signal get send whenever a document is activated via the open-document list OR when a user click on a tab ? Since we will draw the icons in the treeview widget ? From the treeview

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

2011-09-29 Thread Jacques du Rand
@Lex , Sounds like a good idea yes Anyone where I cna start looking for/at the MRU ? From a practical point of view, I would suggest that you make your changes in a repository on github rather than patches. As a first effort/proof-of-concept: Would it be totally bad if i use svn patch not

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

2011-09-29 Thread Lex Trotman
On 29 September 2011 18:55, Jacques du Rand jacque...@gmail.com wrote: @Lex , Sounds like a good idea yes Anyone where I cna start looking for/at the MRU ? mru_docs in keybindings.c Cheers Lex From a practical point of view, I would suggest that you make your changes in a repository on

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] New Feature(plugin OR geany self)

2011-09-29 Thread Jacques du Rand
Hi Dimitar slowly fading to pink for non-recent changes. On save, it went blue, I was afraid it might be seen as distracting. I'm thinking it's should'd 'fade' itself only action that would effect the color would be when the document-activate Also only track maybe top 3 files ? (config option) ?

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

2011-09-29 Thread Jiří Techet
On Thu, Sep 29, 2011 at 10:03, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 29.09.2011 09:57, schrieb Jacques du Rand: BottomLIne: Almost like a MRU(Most Recently Use) Cache for the Open Document list a which highlight/icon'ify the top 3-6  Documents in order ? Your

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

2011-09-29 Thread Lex Trotman
On 30 September 2011 06:52, Jiří Techet tec...@gmail.com wrote: On Thu, Sep 29, 2011 at 10:03, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 29.09.2011 09:57, schrieb Jacques du Rand: BottomLIne: Almost like a MRU(Most Recently Use) Cache for the Open Document list a which