Returns the front most, active editor window.
()
| 623 | |
| 624 | /** Returns the front most, active editor window. */ |
| 625 | public Editor getActiveEditor() { |
| 626 | return activeEditor; |
| 627 | } |
| 628 | |
| 629 | |
| 630 | /** Get the list of currently active editor windows. */ |
no outgoing calls
no test coverage detected