Revision 776223

Go back to digest for 24th February 2008

Other in Development Tools

Michaël Larouche committed changes in /trunk/playground/devtools:

Add a rough port of a small plugin I've done for KDE3 (no release for KDE3 sorry guys)

This plugin implement the QuickText feature found in certains text editor like TextMate, Notepad++. The QuickText allow to associate snippets of text to text shortcut

For example, suppose I type "dptr" then I press Ctrl+Enter, the plugin will select and replace the dptr with a text snippet.

dptr ->
class Private;
Private *d;

Still not working for the KDE4 port, but I commit because mattr is willing to help me of that matter :)

File Changes

Added 22 files
  • /trunk/playground/devtools/kte_quicksnippet
  •   /AUTHORS
  •   /CMakeLists.txt
  •   /COPYING
  •   /README
  •   /src
  •   /TODO
  •   /src/CMakeLists.txt
  •   /src/editsnippetwidget.ui
  •   /src/ktexteditor_quicksnippet.desktop
  •   /src/ktexteditor_quicksnippet_config.desktop
  •   /src/quicksnippetconfigurationdialog.cpp
  •   /src/quicksnippetconfigurationdialog.h
  •   /src/quicksnippetmanager.cpp
  •   /src/quicksnippetmanager.h
  •   /src/quicksnippetplugin.cpp
  •   /src/quicksnippetplugin.h
  •   /src/quicksnippetserializer.cpp
  •   /src/quicksnippetserializer.h
  •   /src/quicksnippetui.rc
  •   /src/quicksnippetview.cpp
  •   /src/quicksnippetview.h
Modified 1 files
  • /trunk/playground/devtools/CMakeLists.txt
23 files changed in total