Status bars
Vladimir Prus
ghost at cs.msu.su
Thu Nov 6 18:17:21 UTC 2008
> SVN commit 880868 by mattr:
>
> Move the text editor status to be just under the editor window
>
> So, before, were we had
>
> | editor widget |
> |-------------------------------------------------------------|
> |-toolview-|-toolview-|-toolview-| |
> |-------------------------------------------------------------|
> | line 45 col 1 |
>
> +-------------------------------------------------------------+
>
> we now have:
> | editor widget |
> |-------------------------------------------------------------|
> | line 45 col 1 |
> |-------------------------------------------------------------|
> |-toolview-|-toolview-|-toolview-| |
>
> +-------------------------------------------------------------+
>
> This makes it useful for split view to see where you're at in
> each view rather than having to switch between the two views.
>
> M +101 -20 textdocument.cpp
> M +28 -1 textdocument.h
Do we still want a global status bar at the bottom? I think we want,
to report things like running jobs, debugger status, maybe version
control status, etc., -- but what do you think?
- Volodya
More information about the KDevelop-devel
mailing list