[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Window configuration UI
From: |
Stefan Monnier |
Subject: |
Re: Window configuration UI |
Date: |
Tue, 25 Mar 2008 14:13:46 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
>>> When you switch from workspace A to workspace B, does your current
>>> window configuration get recorded as workspace A?
>>> That is an important aspect of Eclipse perspectives.
>>
>> Indeed. Try out my naive attempt at it (see attached) immediately bumps
>> into a significant problem: window-configurations are frame-specific, so
>> I can't create a winconf "test1" in a frame and then use it in
>> another frame.
>>
>>> needs to be possible to get all the right behavior. For instance, we
>>> want GUD to be able to take advantage of this, with a predefined "gud"
>>> perspective. This predefined "gud" perspective should have a window
>>
>> This is another problem: window-configurations can't be saved&loaded.
>> I.e. the tool we need is not `window-configuration' but some
>> other object. We can construct it all in Elisp from window-tree, but
>> someone needs to write the code.
> When we last talked about that I wrote the attached file. I have not looked
> at it or used it for a while so I am not sure if everything works right now.
That looks interesting. I'm wondering about the window-identity
problems: where did they bite? I.e. what caused you to code up all the
overlay-hacks?
I see there's another problem in the part that saves the data to a file:
we need to use `bookmarks' to save the buffer&position.
Stefan
Re: Neat features in Eclipse editor, Richard Stallman, 2008/03/23
Re: Window configuration UI (was: Neat features in Eclipse editor), Richard Stallman, 2008/03/26
Re: Window configuration UI, Lennart Borgman (gmail), 2008/03/26
Re: Window configuration UI, Richard Stallman, 2008/03/26
Re: Window configuration UI, Stefan Monnier, 2008/03/26
Re: Window configuration UI, Richard Stallman, 2008/03/27
Re: Window configuration UI, Michael Sperber, 2008/03/29
Re: Window configuration UI (was: Neat features in Eclipse editor), Nick Roberts, 2008/03/30
Re: Window configuration UI (was: Neat features in Eclipse editor), Richard Stallman, 2008/03/31
Re: Window configuration UI, Stefan Monnier, 2008/03/31
Re: Neat features in Eclipse editor, paul r, 2008/03/25