1
0
mirror of https://github.com/chylex/IntelliJ-AceJump.git synced 2025-04-09 17:15:43 +02:00

Merge pull request from clojj/master

issue 
This commit is contained in:
breandan 2019-11-18 19:18:00 -05:00 committed by GitHub
commit bbc915f87d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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