mirror of
https://github.com/chylex/IntelliJ-AceJump.git
synced 2025-04-09 17:15:43 +02:00
commit
bbc915f87d
@ -71,7 +71,7 @@ object Jumper: Resettable {
|
||||
|
||||
private fun Editor.selectWordAtOffset(offset: Int = caretModel.offset) {
|
||||
val ranges = ArrayList<TextRange>()
|
||||
addWordSelection(false, editorText, offset, ranges)
|
||||
addWordSelection(settings.isCamelWords, editorText, offset, ranges)
|
||||
|
||||
if (ranges.isEmpty()) return
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user