Returns the front most, active editor window.
()
| 569 | |
| 570 | /** Returns the front most, active editor window. */ |
| 571 | public Editor getActiveEditor() { |
| 572 | return activeEditor; |
| 573 | } |
| 574 | |
| 575 | |
| 576 | /** Get the list of currently active editor windows. */ |
no outgoing calls
no test coverage detected