Status bars
Matt Rogers
mattr at kde.org
Thu Nov 6 18:37:18 UTC 2008
On Thursday 06 November 2008 12:17:21 Vladimir Prus wrote:
> > 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
>
Yes, we still want a status bar on the bottom. It's mostly empty now, but it
will be used for reporting status in the future (one of the next items on my
TODO list)
--
Matt
More information about the KDevelop-devel
mailing list