Revision 541185

Go back to digest for 21st May 2006

Features in KDE Base

Dominik Haumann committed changes in /trunk/KDE/kdelibs:

Kate Part:
* implement KTE::Command/CommandInterface changes
* add possibility to put any commandline command into the GUI
That inclues a new kate part config page. Right now, the actions are
not implemented, so the actions in Tools > Commands are dummy entries.
But I want feedback, whether the current gui editor is usability-wise
a good idea (I doubt so far :) ).

KTextEditor::Command extended with:
* QString Command::name( const QString& command_string );
* QString Command::description( const QString& command_string );
* The name is a short text, like 'Sort', 'Insert Date' etc.
* The description is a text for the status bar for example.

File Changes

Added 4 files
  • /trunk/KDE/kdelibs/kate/part
  •   /katecmdactionmanager.cpp
  •   /katecmdactionmanager.h
  •   /ui/commandmenuconfigwidget.ui
  •   /ui/commandmenueditwidget.ui
Modified 15 files
  • /trunk/KDE/kdelibs
  •   /interfaces/ktexteditor/commandinterface.h
  •   /kate/data/katepartui.rc
  •   /kate/part/CMakeLists.txt
  •   /kate/part/katecmd.cpp
  •   /kate/part/katecmd.h
  •   /kate/part/katecmds.cpp
  •   /kate/part/katecmds.h
  •   /kate/part/kateglobal.cpp
  •   /kate/part/kateglobal.h
  •   /kate/part/katejscript.cpp
  •   /kate/part/katejscript.h
  •   /kate/part/katesearch.cpp
  •   /kate/part/katesearch.h
  •   /kate/part/kateview.cpp
  •   /kate/part/kateviewhelpers.cpp
19 files changed in total