|
From: SourceForge.net <no...@so...> - 2009-03-13 20:17:38
|
Feature Requests item #2686479, was opened at 2009-03-13 15:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2686479&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User interface Group: None Status: Open Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Next/Previous Word for Interactions Pane Initial Comment: The task and feature request linked below describe changing the behavior of next/previous word for the Definitions Pane to work better with Java source code. The Interactions Pane currently still uses the default next/previous word behavior, and therefore it differs from the Definitions Pane. This is confusing. The cursor in the Interactions Pane should have the same behavior as in the Definitions Pane. However, because of the prompt and the read-only portion of the Interactions Pane above the prompt, we cannot simply use the same code as for the DefinitionsPane. We should still strive for as much code reuse, and introduce a JavaStyledEditorKit that extends the StyledEditorKit and that serves as superclass to both DefinitionsEditorKit and InteractionsEditorKit. Task: https://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145556&group_id=44253&group_project_id=54614 Feature request: https://sourceforge.net/tracker2/index.php?func=detail&aid=1424405&group_id=44253&atid=438938 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2686479&group_id=44253 |