[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Neat features in Eclipse editor
From: |
martin rudalics |
Subject: |
Re: Neat features in Eclipse editor |
Date: |
Sun, 23 Mar 2008 11:54:03 +0100 |
User-agent: |
Mozilla Thunderbird 1.0 (Windows/20041206) |
Apologies for the previous mail.
> - Create a new Emacs window object called a sub-frame. This sits between
> frames and windows. It nominaly provides a list of windows like a frame
> does and is normaly the same list of windows the frame has. A frame can
> have several sub-frames, but at the start only one. When no sub-frame
> features are used, emacs behaves exactly as it does today.
>
> - as an example, I now create 2 subframes called left and right. When
> I'm in the left sub-frame and do other-window, I only jump between
> windows in the left sub-frame. Likewise for the right sub-frame. When I
> do delete-other-windows, only other windows in the sub-frame goes away.
>
> Again, this is achieved by all window functions looking at the list of
> windows in the sub-frame structure rather than the frame structure.
>
> Moving between sub-frames needs a new function similar to other-frame.
>
> Does this sound at all feasible?
It wouldn't be difficult, at least. The more hairy aspect is that you
probably want to create new subframes below/right or above/left of
existing ones. I modified windows.c appropriately to do this for what I
call "window combos". In your parlance these are subframes consisting
of a left and right (or upper and lower) window only.
- Neat features in Eclipse editor, Richard Stallman, 2008/03/22
- Re: Neat features in Eclipse editor, Chong Yidong, 2008/03/22
- Re: Neat features in Eclipse editor, Tom Tromey, 2008/03/22
- Re: Neat features in Eclipse editor, Leo, 2008/03/22
- Re: Neat features in Eclipse editor, Juri Linkov, 2008/03/22
- Re: Neat features in Eclipse editor, joakim, 2008/03/23
- Re: Neat features in Eclipse editor, martin rudalics, 2008/03/23
- Re: Neat features in Eclipse editor,
martin rudalics <=
- Re: Neat features in Eclipse editor, John S. Yates, Jr., 2008/03/23
- Re: Neat features in Eclipse editor, Thomas Lord, 2008/03/23
- Re: Neat features in Eclipse editor, John S. Yates, Jr., 2008/03/23
- Re: Neat features in Eclipse editor, Thomas Lord, 2008/03/23
- RE: Neat features in Eclipse editor, Drew Adams, 2008/03/23
- Re: Neat features in Eclipse editor, dtm, 2008/03/25
- Re: Neat features in Eclipse editor, Stefan Monnier, 2008/03/23
- Re: Neat features in Eclipse editor, Richard Stallman, 2008/03/23
- Re: Neat features in Eclipse editor, joakim, 2008/03/24
- Re: Neat features in Eclipse editor, Bastien, 2008/03/24