deathaxe
deathaxe
This will need some work to refactor strings. Basic solution is to add a bailout to pop strings off stack at eol, but it needs some further work due to...
Ugh. eol-bailout seems not applicatable as PHP supports multi-line strings. Not sure how to fix it than, as quoted strings may contain everything.
Pushed another commit to wip/php which refactors string contexts. It can't avoid the lag totally, but reduces it from about 16-19s to about 100-300ms. It also causes the file to...
Out of curiosity: What is expected to happen if someone adds a single quote at the beginning of a file? By doing so everything up to the next quotation mark...
Thanks. Then something is definitily wrong with the engine.
> seeing similar "freezing" when editing Python or Bash scripts too Bash always pops most "statement" contexts at the end of a line if no line-continuation operator is present. So...
> I think it's applied to the whole file when you use Goto-symbol or similar. May it be caused by word completions? I recently had a feeling ST freezes after...
I see the same issue with ST4126 on ElementaryOS 6.1. ST ignores any change between light and dark system themes. It always uses the light variant.
Oups. 
Some possible solutions are also discussed in #5621