Alexander Bothe

Results 190 comments of Alexander Bothe

and of course no sample code to try it on my own :wink: Just c&p'd some code and couldn't find any problems.

I've attempted now several things with pasting ``` doThis("asd"); if(das) { foo(); } else if(1) { fooz(""); } else if(2) { fooy(); } ``` from indented into other indented code...

Doesn't happen on my side - it's probably an HRESULT or something thrown/returned by some exception - I furthermore need the program code and/or the OS you're working on. If...

If I'm getting you right, this depends on the location where the identifier that shall be resolved is located at. Of course, if you're in a class definition that inherits...

You mean, indenting the code in the code block that is enclosed by the `}` you just typed?

@dmi7ry is this related to the 'format on save'-issue or is it misbehaving due to your key typings?

so it's basically the `"\\asdf"` that causes the trouble. I can reproduce it here as well. [Edit] Although not deterministically.

I suspect that it's a corruption of the highlighted-segments-tree cache. Force-invalidating the cache on having saved & formatted a document will then probably fix this, as under normal conditions, escape...

Oh and please excuse my long time needed to actually handle this. I really hope it's at least work-arounded now, as I don't want to dig down the editor's internals...

I've cloned your GMS-macros project and tried to reproduce it at the very same code location, so to press `` and save multiple times in a row - nothing happens,...