Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
plugin-ext
TextEditorEdit
Class TextEditorEdit
Hierarchy
TextEditorEdit
Index
Constructors
constructor
Properties
collected
Edits
document
Version
Id
eol
undo
Stop
After
undo
Stop
Before
Methods
add
Edit
delete
finalize
insert
replace
set
End
Of
Line
Constructors
constructor
new
Text
Editor
Edit
(
document
:
TextDocument
, options
:
{
undoStopAfter
:
boolean
;
undoStopBefore
:
boolean
}
)
:
TextEditorEdit
Parameters
document:
TextDocument
options:
{
undoStopAfter
:
boolean
;
undoStopBefore
:
boolean
}
undo
Stop
After
:
boolean
undo
Stop
Before
:
boolean
Returns
TextEditorEdit
Properties
Private
collected
Edits
collected
Edits
:
TextEditOperation
[]
Private
Readonly
document
Version
Id
document
Version
Id
:
number
Private
eol
eol
:
EndOfLine
Private
Readonly
undo
Stop
After
undo
Stop
After
:
boolean
Private
Readonly
undo
Stop
Before
undo
Stop
Before
:
boolean
Methods
Private
add
Edit
add
Edit
(
range
:
Range
, text
:
undefined
|
string
, moveMarkers
:
boolean
)
:
void
Parameters
range:
Range
text:
undefined
|
string
moveMarkers:
boolean
Returns
void
delete
delete
(
location
:
Selection
|
Range
)
:
void
Parameters
location:
Selection
|
Range
Returns
void
finalize
finalize
(
)
:
EditData
Returns
EditData
insert
insert
(
location
:
Position
, val
:
string
)
:
void
Parameters
location:
Position
val:
string
Returns
void
replace
replace
(
location
:
Position
|
Selection
|
Range
, val
:
string
)
:
void
Parameters
location:
Position
|
Selection
|
Range
val:
string
Returns
void
set
End
Of
Line
set
End
Of
Line
(
endOfLine
:
EndOfLine
)
:
void
Parameters
endOfLine:
EndOfLine
Returns
void
Modules
bulk-
edit
callhierarchy
console
core
debug
editor
editor-
preview
electron
external-
terminal
file-
search
filesystem
getting-
started
git
keymaps
markers
memory-
inspector
messages
metrics
mini-
browser
monaco
navigator
outline-
view
output
plugin
plugin-
dev
plugin-
ext
Comments
Command
Arg
Comments
Context
Command
Arg
Comments
Edit
Command
Arg
Composite
Tree
View
Node
Connection
Closed
Error
Custom
Editor
Widget
Data
Transfer
Data
Transfer
Data
Transfer
Item
Data
Transfer
Item
Debug
Adapter
Executable
Debug
Adapter
Inline
Implementation
Debug
Adapter
Named
Pipe
Server
Debug
Adapter
Server
Decoration
Range
Behavior
Decoration
Render
Options
Document
Link
Inlay
Hint
Kind
Known
Commands
Notification
Main
Object
Identifier
Parameter
Information
Plugin
Contributions
Plugin
Icon
Path
Plugin
Identifiers
Plugin
Package
Plugin
Paths
Plugin
View
Registry
Plugin
View
Widget
Process
Terminate
Message
Process
Terminated
Message
Schemes
Scm
Command
Arg
Selection
Provider
Commands
Signature
Help
Signature
Information
Symbol
Kind
Symbol
Kind
Converter
Text
Document
Show
Options
Text
Editor
Selection
Change
Kind
Themable
Decoration
Attachment
Render
Options
Themable
Decoration
Render
Options
Theme
Icon
Timeline
Command
Arg
Tree
View
Item
Reference
Tree
View
Node
View
Column
Webview
External
Endpoint
Webview
Widget
Workspace
Text
Edit
Dto
plugin-
ext-
vscode
plugin-
metrics
preferences
preview
process
property-
view
scm
scm-
extra
search-
in-
workspace
secondary-
window
task
terminal
timeline
toolbar
typehierarchy
userstorage
variable-
resolver
vsx-
registry
workspace
Text
Editor
Edit
constructor
collected
Edits
document
Version
Id
eol
undo
Stop
After
undo
Stop
Before
add
Edit
delete
finalize
insert
replace
set
End
Of
Line