Sublime Forum

Dev Build 3111

#22

No. I, for some reason, tend to make my own version of every syntax I use. I do agree, it’s a funny riddle to solve.

0 Likes

#23

Yes, Java and Shell are on my list to get cleaned up. Both are kind of a mess right now, but Shell has the most open issues.

Over the past few days I made some fixes to Java. If you know of any issues, please do post bugs at https://github.com/sublimehq/Packages/issues. Examples of broken syntax in any of the default packages are extremely helpful.

Generally, I’m breaking syntaxes down into smaller, more manageable named chunks, categorizing them into statements/expressions and then improving word boundaries, adding comments, improving matching of meta scopes, adding scopes to various punctuation, etc.

1 Like

#24

Sorry for asking, but how do I update Sublime Text beta3 to this release? Used only the downloadable beta build 3103 untill now.

0 Likes

#25

I believe you have to download it and install it manually, AFAIK you can’t switch from the beta channel to the dev channel (or vice versa) any other way.

0 Likes

#26

could you provide me the dl link? i am too stupid or too tired to find it myself :frowning:

0 Likes

#27

https://www.sublimetext.com/3dev

0 Likes

#28

@jps Please reconsider working on Dev Build 3098 and Dev Build 3098

where @aziz suggested

window.is_minimap_visible()
window.is_status_bar_visible()
window.is_tabs_visible()

and giving attributes to sidebar regarding focus. That would help alot, thank you in advance.

0 Likes

#29

I would prefer something named window.is_tab_bar_visible() because is tabs visible is bad grammar and the meaning not as obvious :wink:

1 Like

#30

Yessir :+1:

0 Likes