Bug 362732 - support incremental find in WikiText task editor extension
Summary: support incremental find in WikiText task editor extension
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: 1.6.0   Edit
Assignee: David Green CLA
QA Contact: David Green CLA
URL:
Whiteboard:
Keywords: noteworthy
Depends on:
Blocks:
 
Reported: 2011-11-02 18:17 EDT by David Green CLA
Modified: 2012-02-28 13:12 EST (History)
0 users

See Also:


Attachments
patch with a first cut at an implementation (26.41 KB, patch)
2011-11-02 18:22 EDT, David Green CLA
no flags Details | Diff
mylyn/context/zip (27.35 KB, application/octet-stream)
2011-11-02 18:22 EDT, David Green CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Green CLA 2011-11-02 18:17:23 EDT
Text editors (such as the WikiText file editor) provide incremental search, usually associated with CTRL+J.  When using the WikiText task editor extension, the task editor should provide this functionality for editable descriptions, new comments, and existing comments.
Comment 1 David Green CLA 2011-11-02 18:22:14 EDT
Created attachment 206373 [details]
patch with a first cut at an implementation

patch adds incremental find (CTRL+J)

outstanding:
* verify proper behaviour with ESC, DEL, Backspace
Comment 2 David Green CLA 2011-11-02 18:22:17 EDT
Created attachment 206374 [details]
mylyn/context/zip
Comment 3 David Green CLA 2011-11-07 19:50:27 EST
Incremental search is now supported (forwards only) in both editable descriptions and in comments of the task editor.
Comment 4 Sam Davis CLA 2011-11-09 13:53:04 EST
This is great! If it could automatically jump to the next comment (so that you could search all comments and the description in one step) it would be even better.
Comment 5 David Green CLA 2011-11-09 13:58:40 EST
(In reply to comment #4)
> This is great! If it could automatically jump to the next comment (so that you
> could search all comments and the description in one step) it would be even
> better.

Thanks Sam.  Please file an enhancement request for finding across comments.
Comment 6 Sam Davis CLA 2011-11-09 14:12:09 EST
363368: Incremental find should work across comments
https://bugs.eclipse.org/bugs/show_bug.cgi?id=363368