v1.7.4
Changes in v1.7.4 (English)
- Experimental change: The value
-1 - (the byte position of the cursor)
is now given as the second parameter instead of-1
when calling theFindAllStringIndex
method of thePattern
field in the syntax highlighting structure.
Changes in v1.7.4 (Japanese)
- 実験的仕様変更: シンタックスハイライト構造体の Pattern フィールドの
FindAllStringIndex
を呼び出す時、第二引数に-1
ではなく、-1 - (カーソルのバイト数位置)
の値を与えるようにした。