| Summary: | WISH: Select the text in the title of new pages | ||
|---|---|---|---|
| Product: | [Unmaintained] kjots | Reporter: | Stephen Kelly <steveire> |
| Component: | general | Assignee: | Stephen Kelly <steveire> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | pradeepto |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Patch to implement wish. | ||
|
Description
Stephen Kelly
2007-06-24 17:36:45 UTC
Created attachment 20941 [details]
Patch to implement wish.
Wow, my first attempt at a patch. Needs to be rewritten. The itemChanged signal is only emitted when the user actually changes the text, but not when she presses enter without changing the text. Needs a delegate to implement apparently. Might be fixed in KDE 4.2. SVN commit 827447 by skelly: Select the text of newly created pages ready for editing. This closes the first bug I tried to patch myself a year ago. :) BUG: 147171 M +23 -2 kjotscomponent.cpp M +1 -0 kjotscomponent.h WebSVN link: http://websvn.kde.org/?view=rev&revision=827447 |