Revision 877038
Go back to digest for 2nd November 2008Other in KDE Base
Erlend Hamberg committed changes in /trunk/KDE/kdelibs/kate:
improve goto command and make it possible to omit the keyword "goto"
* make it possible to give goto a number prepended with a minus or plus sign to jump that many lines back/forward in the buffer
* don't give an error message if a number greater than the number of lines in the file is given. instead jump to the last line. 'goto 0' will go to line 1.
* make it possible to omit the 'goto' keyword. in other words: the command '123' will go to line 123. '-10' will go 10 lines up and so on.
File Changes
Modified 3 files
- /trunk/KDE/kdelibs/kate
- /utils/katecmds.cpp
- /view/kateviewhelpers.cpp
- /view/kateviewhelpers.h
3 files changed in total