Sublime Forum

Dev Build 3106

#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