blurymind / YarnClassic

A tool for writing interactive dialogue in games!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"[[" tags will autocomplete even when autocompletion is disabled

twdziki opened this issue · comments

As mentioned in the summary, "]]" will be added regardless of whether Complete Tags is enabled or not.

A quick check showed me this is the case for multiple (but not all) characters that open and close sections.
Characters it does happen with:

[
(
"
'

while it does happen with:

{
<

The autocompletion already happens with a single tag and I think this is a thing within Ace editor. I will check if this is an issue that we can solve here or if it's something we have to mention to the Ace team.

I've just done some testing and it's an option in the Ace editor. I'm now implementing this as a new setting. Since I do see the "Complete Tags" setting as something different.