glok
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
glok
glok-core
/
uk.co.nickthecoder.glok.text
/
FindAndReplaceCommands
Find
And
Replace
Commands
object
FindAndReplaceCommands
:
Commands
Commands
used by
FindAndReplace
Members
Properties
CLOSE
Link copied to clipboard
val
CLOSE
:
Command
commands
Link copied to clipboard
val
commands
:
MutableMap
<
String
,
Command
>
FIND_
NEXT
Link copied to clipboard
val
FIND_NEXT
:
Command
FIND_
PREV
Link copied to clipboard
val
FIND_PREV
:
Command
icons
Link copied to clipboard
var
icons
:
NamedImages
?
MATCH_
CASE
Link copied to clipboard
val
MATCH_CASE
:
Command
MATCH_
REGEX
Link copied to clipboard
val
MATCH_REGEX
:
Command
MATCH_
WORDS
Link copied to clipboard
val
MATCH_WORDS
:
Command
REPLACE_
ALL
Link copied to clipboard
val
REPLACE_ALL
:
Command
REPLACE_
ONE
Link copied to clipboard
val
REPLACE_ONE
:
Command
SHOW_
FIND
Link copied to clipboard
val
SHOW_FIND
:
Command
SHOW_
GOTO_
DIALOG
Link copied to clipboard
val
SHOW_GOTO_DIALOG
:
Command
SHOW_
REPLACE
Link copied to clipboard
val
SHOW_REPLACE
:
Command
Functions
define
Link copied to clipboard
fun
define
(
name
:
String
,
text
:
String
,
keyCombination
:
KeyCombination
?
=
null
,
tooltip
:
String
?
=
null
)
:
Command
Adds a single
Command
to the map (
commands
).
fun
define
(
name
:
String
,
text
:
String
,
keyCombination
:
KeyCombination
?
=
null
,
tooltip
:
String
?
=
null
,
block
:
Command
.
(
)
->
Unit
)
:
Command