Sublime Forum

Dev Build 2133

#1

Dev Build 2133 is out now.

The fold arrows are now hidden by default, but reveal themselves when the mouse is over the gutter, reducing the visual clutter.

The ā€˜reindentā€™ command has also been enhanced to work on blocks of existing text: it can be used to calculate the indentation of a file based on the autoindent logic. You can access this from the command palette, or the Edit/Line menu.

0 Likes

#2

Thanks for the update!

Could you also make the gutter smaller?
There is this awkward space after arrows: screencast.com/t/Wl2jUKZ5d6

Also, how can i disable the arrow hiding? I kinda like it to see them :smile:

0 Likes

#3

Great, PHP folding is fixed - thanks!

(Is there a setting that auto-folds everything?)

0 Likes

#4

I canā€™t see any code folding arrows- either with or without mouse over
see this screen shot
cl.ly/B3PE

In the console I see this error
18/10/2011 16:40:58 Sublime Text 2[7839] unrecognized button type 7

I should also say that I running this on a Mac and my colleague running on windows can see the arrows.

Any ideas? Thanks Anthony

0 Likes

#5

Cut/paste error probably, but v2133 Release Date is 18 Oct 2011?

0 Likes

#6

Is there a setting to show the fold buttons permanently instead of mouseover? I looked through file settings and global settings but didnā€™t see anythingā€¦

Thanks!

0 Likes

#7

Well I upgraded to the latest release and I just receive this error and on Clicking OK it closes the App. Iā€™ve tried doing a clean install and get the same. Iā€™m running Win7 x64 and I downloaded the x64 version.

0 Likes

#8

It is indeed a bit tricky to find out where to hover the mouse. :smile:

0 Likes

#9

Thanks for fixing reindent! Oddly, it works fine in my Ruby code, where I actually care, but it wonā€™t reindent a sublime-keymap:


{ "keys": "ctrl+shift+."], "command": "erb" },
{ "keys": "ctrl+'"], "command": "toggle_quotes"},
{ "keys": "super+alt+b"], "command": "blame" },
{ "keys": "super+shift+o"], "command": "prompt_open_folder"},
{ "keys": "ctrl+d"], "command": "diff_views_mark" },
{ "keys": "ctrl+shift+d"], "command": "diff_views_execute" },
{ "keys": "ctrl+alt+super+"], "command": "reindent" },
{ "keys": "super+="], "command": "alignment" }
]
0 Likes

#10

Problem Solved :smiley: Appears it was down to a pending Windows update that was the cause.

0 Likes

#11

+1

[quote=ā€œiamntzā€]Thanks for the update!

Could you also make the gutter smaller?
There is this awkward space after arrows: screencast.com/t/Wl2jUKZ5d6

Also, how can i disable the arrow hiding? I kinda like it to see them :smile:[/quote]

0 Likes

#12

The arrows didnā€™t show in the previous build where they were displayed permanently either so I donā€™t think itā€™s a mouse positioning problem.

[quote=ā€œtux.ā€]

It is indeed a bit tricky to find out where to hover the mouse. :smile:[/quote]

0 Likes

#13

This problem is back again: sublimetext.userecho.com/topic/5 ā€¦ languages/

0 Likes

#14

I canā€™t see the fold buttons either with 2133 on OS X. Any Mac people seeing them?

0 Likes

#15

I couldnā€™t see them last build but I can see them this build when I mouse over.

0 Likes

#16

[quote=ā€œRichā€]Well I upgraded to the latest release and I just receive this error and on Clicking OK it closes the App. Iā€™ve tried doing a clean install and get the same. Iā€™m running Win7 x64 and I downloaded the x64 version.

http://i.imgur.com/QGJAg.png[/quote]

Rich, that error with the SFTP package was an issue with Windows locking a file. I do have a question though, did you use Package Control to install the package, or did you manually place it in the Installed Packages folder?

0 Likes

#17

[quote=ā€œadzenithā€]
I couldnā€™t see them last build but I can see them this build when I mouse over.[/quote]

Iā€™ve got 2133 and still canā€™t see them. Do you see them on the Mac?

0 Likes

#18

Are you using the Soda theme? It will need to be updated for them to show.

0 Likes

#19

Ah that was the problem - updating the Soda theme with ā€˜git pullā€™ worked! :smiley:

[quote=ā€œjpsā€]

Are you using the Soda theme? It will need to be updated for them to show.[/quote]

0 Likes

#20

Iā€™ve got a weird problem with ST2 beta on OS X 10.7.2

Basically if i open up MissionControl from dock, mouse, etc, and then from MissionControl click ST2, I get a weird special character inserted.

Sometimes it takes two attempts to get it started, but iā€™ve asked several guys I work with and they could all replicate it with 2133 build.

0 Likes