Sublime Text code folding broken

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
sinbad
Posts: 40
Joined: 01 Mar 2018, 09:32

Sublime Text code folding broken

19 Dec 2018, 06:24

Hello!

I just spent a few hours playing with sublime text 3 after seeing it mentioned positively in the forums. But code folding is still broken for me (I first tried it a couple of years ago and it was same then.)

I've searched and tried a few suggestions but nothing so far works.

Here's an example of a code block that won't fold

Code: Select all

MyFunction() {
CoordMode, Pixel, Screen
ToolTip, myFunction() ,0,920
functionName = SearchHashtag()
}
Hatsuko
Posts: 15
Joined: 09 May 2018, 16:56

Re: Sublime Text code folding broken

23 Dec 2018, 20:05

I tried adding indents

Code: Select all

MyFunction() {
    CoordMode, Pixel, Screen
    ToolTip, myFunction() ,0,920
    functionName = SearchHashtag()
}
and place my caret inside the function, and then I can use ctrl+shift+[ to fold the function.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot] and 232 guests