Edwin Leuven wrote:
Abdelrazak Younes wrote:
Dear all,
selection painting and session info. WRT new potential developments,
here is my take on them (please add items to the list):
what's the status of tommaso's search and replace patch?
just wondering...
I've cleaned up and enhanced the architecture so that multiple work
areas inside a same GuiView is now possible. What remains to do to
properly support Tommaso's S&R patch is:
1) create a new EmbeddedWorkArea class which sole purpose is to be
embedded in dialogs. This class will create and manage a temporary,
unnamed buffer and will reset the current work area when it loses the
focus. This is easy stuff.
2) Clean up Tommaso's patch to use the current architecture and the
above class.
By the way, the support for split window is now implemented. It is just
a matter of making this visible to the user. I was thinking of context
menu on the tab bar that offers to put this tab onto a new tab group
(horizontal or vertical). If there's any taker...
Abdel.