Node:The edit-window, Next:Temp- and compile-buffers, Previous:Using the keyboard, Up:Usage of ECB
ECB offers you all what you need to work with the edit-window as if the edit-window would be the only window of the ECB-frame.
ECB offers you to advice the following functions so they work best with ECB:
other-window
delete-window
delete-other-windows
delete-windows-on
split-window-horizontally
split-window-vertically
split-window
switch-to-buffer
switch-to-buffer-other-window
other-window-for-scrolling
The behavior of the adviced functions is:
ATTENTION: If you want to work within the edit-window with splitting
and unsplitting the edit-window(s) it is highly recommended to use the
adviced-functions of ECB instead of the original Emacs-functions (see
above). Per default ECB does advice all of the functions mentioned
above but with the option ecb-advice-window-functions
you can
customizes which functions should be adviced by ECB. Please read
carefully the documentation of this option!
Another interesting option in the context of the edit-window and these
adviced functions is ecb-layout-always-operate-in-edit-window
!