Sublime Forum

Problems encountered after upgrading 4142

#1

After upgrading 4142, I encountered two problems:

  1. Arm version mac cannot open the installation package, indicating that the software is damaged, My system is osx13.01.I had to download version 3 and upgrade to 4.

  2. There is a problem with the code folding feature. Command+k,command+1 cannot fold the code.

0 Likes

#2

Installation is working fine here under Ventura. Perhaps you have a 3rd part app interfering (like a virus scanner). I’m also not able to reproduce the folding issue you’re describing, can you provide more details please.

0 Likes

#3

No other antivirus tools are installed in the system

My operation procedure:

  1. Download the installation package from the official website

  2. Unzip, double-click

  3. Prompt the package is damaged, whether to delete it

0 Likes

#4

I am also seeing Case Folding issues after 4142. Command+k, Command+1 as well. Doesn’t fold but does unfold.

MacOS Monterey 12.6

0 Likes

#5

Tracked at https://github.com/sublimehq/sublime_text/issues/5683

0 Likes

#6

In previous versions, the code was selected and then command+1,command+k collapsed the corresponding content. If I only want to collapse the selected code (Keep the function name and collapse only the content), how can I do it in version 4143?

0 Likes

#7

Here’s the actual behavior from the previous version. The way it worked was that it collapsed everything except for the start point and end point of the selection; the intention being that the selection was not being collapsed. The new behavior fixes the edge case of only the edges of the selection remaining uncollapsed. If you were making a big selection in order to fold within it, ST was still folding everything else as well, so in that sense all you need to do is not change your selection.

0 Likes