b8aac3c9bc
Add secondary_cursors field to Editor with insert_char_multi, delete_back_multi, delete_forward_multi methods. Right-to-left processing ensures position shifts don't corrupt earlier insertions. 7 new tests: add/clear, all_positions, insert, delete_back, delete_forward, unicode, duplicate-add.
Plasma Applet Template ---------------------- -- Build instructions -- cd /where/your/applet/is/generated mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=MYPREFIX .. make make install (MYPREFIX is where you install your Plasma setup, replace it accordingly) Restart plasma to load the applet (in a terminal type: kquitapp plasmashell and then plasmashell) or view it with plasmoidviewer -a YourAppletName -- Tutorials and resources -- The explanation of the template http://techbase.kde.org/index.php?title=Development/Tutorials/Plasma/GettingStarted Plasma techbase pages http://techbase.kde.org/Projects/Plasma Plasma QML API explained http://techbase.kde.org/Development/Tutorials/Plasma/QML/API