File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
kotlin/io/runescript/plugin/ide/spellchecker Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 21
21
- Fix type checking when there is a type error.
22
22
- Fix type checking for varbit game variables.
23
23
- Fix parsing trailing tabs in .sym file format.
24
+ - Fix bundled custom dictionary loading.
24
25
25
26
## [ 1.2.0] - 2023-08-18
26
27
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ package io.runescript.plugin.ide.spellchecker
3
3
import com.intellij.spellchecker.BundledDictionaryProvider
4
4
5
5
class RsBundledDictionaryProvider : BundledDictionaryProvider {
6
- override fun getBundledDictionaries () = arrayOf(" runescript.dic" )
6
+ override fun getBundledDictionaries () = arrayOf(" / runescript.dic" )
7
7
}
Original file line number Diff line number Diff line change 1
1
runescript
2
2
clientscript
3
- proc
3
+ proc
4
+ setpos
5
+ setsize
6
+ iftype
7
+ ontimer
You can’t perform that action at this time.
0 commit comments