diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 2bda8f7717adf28da4af0d34fb82f63d2868c31d (patch) | |
tree | 8d927b7b47a90c4adb646482a52613f58acd6f8c /kregexpeditor/TODO | |
download | tdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.tar.gz tdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kregexpeditor/TODO')
-rw-r--r-- | kregexpeditor/TODO | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/kregexpeditor/TODO b/kregexpeditor/TODO new file mode 100644 index 0000000..d8c492b --- /dev/null +++ b/kregexpeditor/TODO @@ -0,0 +1,49 @@ +TODO: +----- + +When the user drops something on the regular expression area that is of +mime type text/plain, then ask the user whether he want it parsed as a +regular expression or whether he wants it inserted as plain text (that is the text escaped) + +Later wishes: +------------- +- Make the KMultiFormListBox widget support that a line can show several entries. + Use this feature to show two CharSelectors on one line for selecting a single char + in the CharacterWidget. +- Cleanup in the use of repaint(). Several of the repaint() can be update() instead. +- add a checker widget, which can show what the regexp matches from a user defined text. +- add the posibility to travers the widget using the keyboard. +- Highlight the dragaccepter on dragEnter + +Back references +--------------- +- when deleting a compound widget, which has a backreference, what should be done with the + back reference? +- cut/past should preserve back reference id, while cut/copy should create + a new one. +- create interface for extracting information about back references. + +- support back references in the regexp: "(abc|def)\1" + +Modules to go through to search for places to use KRegExpEditor +--------------------------------------------------------------- +KodeKnight +kdeadmin +kdebase +kdeedu +kdegames +kdegraphics +kdeinstaller +kdelibs +kdemultimedia +kdenetwork +kdenonbeta +kdepim +kdesdk +kdetoys +kfte +kmusic +koffice +kpfa +ksite +quanta |