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 | 114a878c64ce6f8223cfd22d76a20eb16d177e5e (patch) | |
tree | acaf47eb0fa12142d3896416a69e74cbf5a72242 /parts/bookmarks/README.dox | |
download | tdevelop-114a878c64ce6f8223cfd22d76a20eb16d177e5e.tar.gz tdevelop-114a878c64ce6f8223cfd22d76a20eb16d177e5e.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/kdevelop@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'parts/bookmarks/README.dox')
-rw-r--r-- | parts/bookmarks/README.dox | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/parts/bookmarks/README.dox b/parts/bookmarks/README.dox new file mode 100644 index 00000000..10d86bd3 --- /dev/null +++ b/parts/bookmarks/README.dox @@ -0,0 +1,20 @@ +/** \class BookmarksPart +This plugin provides a navigation view for bookmarks and persistance to editor bookmarks +so that it is possible to have bookmarks in files that are not open and that these +bookmarks are saved with the project. + +\feature Provides a navigation view for bookmarks + +\feature Persists bookmarks between sessions + +\authors <a href="jens.dagerbo AT swipnet.se">Jens Dagerbo</a> aka teatime + +\maintainer <a href="jens.dagerbo AT swipnet.se">Jens Dagerbo</a> aka teatime + +\bug Pre KDE-3.2 / KDE-3.1.3, using source reformatting, or +the ReplacePart will result in katepart messing up bookmarks +(and breakpoints). There is no current workaround. + +\requirement KDE >= 3.1.3 + +*/ |