Build 3096 is out now at http://sublimetext.com/3dev
There’s improved unicode support, a bunch of fixes, and the latest Packages changes from the GitHub repo are in there too.
Build 3096 is out now at http://sublimetext.com/3dev
There’s improved unicode support, a bunch of fixes, and the latest Packages changes from the GitHub repo are in there too.
I’ve turned off automatic updates for this build for the moment due to the transparent text in the auto complete popup on OSX.
Oh, wow, that is odd.
A lot of nice fixes in this release though. Spell checking is much improved. Thanks.
It is great to see this build Thank you!
I have noticed that on Windows I can no longer run the syntax tests inside of a syntax test file (one that starts with syntax_test
) . I get the message unable to read file
. If I replace line 80 in run_syntax_tests.py
with tests = [relative_path.replace("\\","/")]
it works again.
Also, line 73 of the same file has the regex search: '^.*SYNTAX TEST "?(.*?)"?$'
to see which syntax is being tested. This regex does not work for ColdFusion template files, since they only contain block comments (starting with <!---
and terminating with --->
) and the terminating --->
is matched as part of the syntax_path
variable.
Love it, thanks! PS – I do not have transparent popups. Win 8.1 64 …
all is good
From the menu Help -> Check for update, it should force the update.
Since I had to search for it, the binding for switch project (removed from default) is:
{ “keys”: [“ctrl+alt+p”], “command”: “prompt_select_workspace” },