Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ pos
Method
pos
basex-core/src/main/java/org/basex/gui/text/TextEditor.java:1133–1135 ·
view source on GitHub ↗
Returns the caret position. @return caret position
()
Source
from the content-addressed store, hash-verified
1131
* @
return
caret position
1132
*/
1133
int
pos() {
1134
return
pos;
1135
}
1136
1137
/**
1138
* Sets the caret position and resets a selection.
Callers
15
forward
Method · 0.95
back
Method · 0.95
linesUp
Method · 0.95
linesDown
Method · 0.95
bracket
Method · 0.95
closeElem
Method · 0.95
deleteNext
Method · 0.95
deletePrev
Method · 0.95
selectWord
Method · 0.95
setText
Method · 0.45
setCaret
Method · 0.45
getCaret
Method · 0.45
Calls
1
noSelect
Method · 0.95
Tested by
no test coverage detected