emacs-devel
[Top][All Lists]
Advanced

[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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]