mmikeww
mmikeww
yes i know that, but i havent tried the existing conversion yet, but it seems the converter tries to convert labels to funcs does this end up as a nested...
I didn't realize that v2 had retained the Goto command This conversion makes clearer sense to my brain, compared to the function conversion. Only thing I'd change is the variable...
Of course, if we want to take an opinionated stance, to force/suggest/coerce users to migrate towards using functions rather than labels, then that's a good reason to continue working on...
As far as I know, no one has attempted that yet, so its up to your discretion
my opinion is that we shouldnt be changing user code to change their objects into arrays. v2 objects are different than v1 and imo users should be expected to learn...
undo'ing PR #129 and then adding the regex to match the label line gets you close: ``` " vimrc let g:context_skip_regex = '^\([]\{7\}\|\s*\($\|#\|//\|/\*\|\*\($\|\s\|/\)\)\)' let g:context_extend_regex = '^\s*\([]{})]\|end\|else\|\(case\|default\|done\|elif\|fi\)\>\|\w\+:$\)' ```
> Are there any api calls to get topmost control? i've used this before, i believe it gets topmost at the specific coord: https://autohotkey.com/board/topic/15458-controlclick-fails-to-perform-a-double-click-in-the-pos-mode/?p=146507 i believe `WinGet, list` uses EnumWindows...