Sublime Forum

Dev Build 3106

#12

I can confirm that this also happens on Windows 8.
All though after resizing SublimeText the tabs came back.
And it only happened after the update because on a cold start it doesn’t happen.

0 Likes

#13

I can confirm the same on OSX 10.11.3

0 Likes

#14

Yup, tabs are not visible. Buuuuuut… I disabled Soda theme and re-enabled, and tabs are back again.

1 Like

#15

Same for me… and very annoying. :confused:
It is triggered on my system each time I save, and I have to resize the window to have it “drawn” again…

0 Likes

#16

This same about tabs

0 Likes

#17

Is everyone having issues with tabs running a custom theme?

0 Likes

#18

I am. It seems tabs don’t get repainted. When the theme gets set, everything is repainted except tabs. Doing a re-sizing of my window forces tabs to be repainted, and in turn are then visible.

0 Likes

#19

I’m seeing my tabs with Material theme running OS X 10.10

0 Likes

#20

using predawn on win10 and linux - all fine

0 Likes

#21

No issue for me on windows 7 and 10, using a customize version of facelessuser theme.

Edit: I spoke too fast. I don’t know exactly what I did but suddendly the tabs disappeared. When I used the drop-down selector, they reappeared and I cannot reproduce the issue …

0 Likes

#22

Same here, I’m having problem with Material Theme tabs and icons. can reproduce this issue

0 Likes

#23

I got a prompt to update and then the installation. It was always working until this time.
It says on the Sublime Text Updater:
Unable to rename C:\Program Files\Sublime Text 3 to C\Program Files\Sublime Text 3(3105), error code: 32

p.s. I did give administrative privilege already.

0 Likes

#24

I have the same error with tab labels missing. Switching to beta build for the time beeing.

0 Likes

#25

Tabs are working with the material theme, but the javascript syntax highlight got screwed up, and the ‘goto symbol (R)’ also stopped working.
A screenshot, interesting to see that this and self gets sometimes colored, sometimes not:

my sublime config: https://github.com/karolyi/st3-config
the incriminated JS source: http://pastebin.com/pDKnYkav

also, please make hello@forum.sublimetext.com working. My mail server says:
status=undeliverable (connect to forum.sublimetext.com[104.236.208.78]:25: Connection refused)

had to add this address to the sender_access exceptions to be able to receive the activation mail.

sincerely,
a happy registered st3 user

0 Likes

#26

The highlighting of this and self was fixed recently: https://github.com/sublimehq/Packages/commit/5725c3bae5f6e77b36f5cf0706fe70bcfa8a5a1c.

Feel free to post issues with the syntaxes on the GitHub issue tracker, just be sure to include a snippet of code to reproduce the problem so we can add tests to prevent regressions.

1 Like

#27

Every time I edit my preference and save it, tabs disappear.

0 Likes

#28

Very likely a stuck process used by indexer, happen quite frequently.

Open the task manager (or similar) and look for processes sublime_text.exe with a command line that looks like:
"/C/Program Files/Sublime Text 3/sublime_text.exe" "--crawl" "12532:crawl:1"
Kill them and retry.

0 Likes

#29

Hi,

after updating, the ‘Jump to symbol (R)’ still doesn’t work:

0 Likes

JavaScript Goto Anything Panel Issue with Dev Build 3109
#30

This should be resolved by https://github.com/sublimehq/Packages/commit/89110d01833671c5ea15781436835fd29d8674d5. I used your example file during development and added tests to ensure similar constructs work in the future.

1 Like

Dev Build 3107
closed #31
0 Likes