[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Neat features in Eclipse editor
From: |
Bastien |
Subject: |
Re: Neat features in Eclipse editor |
Date: |
Tue, 25 Mar 2008 01:48:54 +0100 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) |
Chong Yidong <address@hidden> writes:
> Richard Stallman <address@hidden> writes:
>
>> * "Perspectives" are named persistent window configurations. We have
>> had the window configuration mechanism in GNU Emacs since the
>> beginning but we have never developed a good user interface to take
>> advantage of them. Eclipse's user interface seems to be good.
>
> Well, we already have `C-x r w R' (window-configuration-to-register)
> and `C-x r f R' (frame-configuration-to-register) for saving window
> configurations, and `C-x r j R' for restoring them.
>
> Though it's true that this could certainly be more user-friendly.
Last month I coded this, which lets you list registers:
http://lumiere.ens.fr/~guerry/u/register-list.el
M-x register-list RET creates a list of registers.
Then `W' will list only [W]indow configurations.
Since I use window configurations I find this useful.
(It is also useful to "merge" the content of registers containing strings
and to edit rectangles while taking care of the rectangles width.)
--
Bastien
- Re: Neat features in Eclipse editor, (continued)
- Re: Neat features in Eclipse editor, Richard Stallman, 2008/03/26
- Re: Neat features in Eclipse editor, Sebastian Rose, 2008/03/26
- Re: Neat features in Eclipse editor, paul r, 2008/03/26
- Re: Neat features in Eclipse editor, Sebastian Rose, 2008/03/26
- Re: Neat features in Eclipse editor, David Kastrup, 2008/03/27
- Re: Neat features in Eclipse editor, Mike Mattie, 2008/03/26
- Re: Neat features in Eclipse editor, Mike Mattie, 2008/03/26
- Re: Neat features in Eclipse editor, Richard Stallman, 2008/03/27
- Re: Neat features in Eclipse editor, Sebastian Rose, 2008/03/27
- Re: Neat features in Eclipse editor, Lennart Borgman (gmail), 2008/03/26
Re: Neat features in Eclipse editor,
Bastien <=
Re: Neat features in Eclipse editor, Dan Nicolaescu, 2008/03/23
Re: Neat features in Eclipse editor, Josh Gilbert, 2008/03/27