Bug 12352 - Text editor doesn't fire selection changes when caret moves
Summary: Text editor doesn't fire selection changes when caret moves
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 154781
  Show dependency tree
 
Reported: 2002-03-27 10:42 EST by Dirk Baeumer CLA
Modified: 2006-10-24 06:22 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Baeumer CLA 2002-03-27 10:42:37 EST
Build 20020323
Comment 1 Kai-Uwe Maetzel CLA 2002-04-08 04:32:32 EDT
This would cause major performance issues because of continuous action updating 
on every single key stroke.
Comment 2 Karen Butzke CLA 2006-10-18 13:33:12 EDT
I am trying to add support for the Tabbed Properties in the JavaEditor (bug 154781).  This bug is preventing the PropertySheet class from updating when the cursor moves in a TextEditor.  PropertySheet is an ISelectionListener on the IWorkbenchPage and no selectionChanged event is fired when a mouse selection occurs.

There are other text based editors that properly support the PropertySheet such as the XSD editor and XML editors.  I noticed that the XSD editor allows you to type and then only fires the selectionChanged event after you are done typing.  Couldn't the text editor do this?
Comment 3 Dani Megert CLA 2006-10-24 06:21:31 EDT
>Couldn't the text editor do this?
This is already there - it is called post selection listener.