trait IAbstractTextEditorWithCursor extends IAbstractTextEditor
Abstract text editor, being able to provide current cursor posisiton in buffer terms.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- IAbstractTextEditorWithCursor
- IAbstractTextEditor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
buffer: IEditorTextBuffer
Text buffer for the editor.
Text buffer for the editor.
- Definition Classes
- IAbstractTextEditor
-
abstract
def
cursorBufferPosition: IPoint
Returns current cursor position
-
abstract
def
cursorPosition: Int
Current cursor position, integer, starting from 0
-
abstract
def
language: String
Language ID
Language ID
- Definition Classes
- IAbstractTextEditor
-
abstract
def
path: String
Gets file path.
Gets file path.
- Definition Classes
- IAbstractTextEditor
-
abstract
def
syntax: String
Syntax ID
Syntax ID
- Definition Classes
- IAbstractTextEditor
-
abstract
val
text: String
Complete text of the document opened in the editor.
Complete text of the document opened in the editor.
- Definition Classes
- IAbstractTextEditor
-
abstract
def
version: Int
Returns document version, if any.
Returns document version, if any.
- Definition Classes
- IAbstractTextEditor
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )