History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-1123
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Maxim Shafirov
Votes: 0
Watchers: 0
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

OpenAPI: add notification for split editor

Created: 07 Feb 05 19:36   Updated: 16 Oct 06 16:41
Component/s: Plugin Support. API
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
http://www.intellij.net/tracker/idea/viewSCR?publicId=18990
Right now, there is no published notification of when an editor window is split, like openFile. This makes it hard to write plugins where we need to watch for focus change between the 2 panes (we cannot use selectionChanged callback in this case, must listen for focus). All one can do is, whenever an editor is created, recheck all the open TextEditors to see if they added any editors. (One could use the undocumented property change which is fired when a pane is split, and the undocumented userData item that shows which FileEditor an Editor is associated with.)

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.