Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
Goto Symbol typedef and struct tagging is broken in sublime 3 beta
As of Sublime Text 3 beta build 3008
Goto symbol understands typedefs, but doesn't understand struct definitions.
For example tagging to my_struct defined as
struct my_struct_internal { blah };
typedef my_struct_internal my_struct;
works, but defined as
typedef struct my_struct_internal { blah } my_struct;
does not.
Additionally, Sublime 3 seems to believe that function pointer typedefs are symbol definitions for their output types, i.e.
typedef return_type ( *myFunction ) ( args )
should be a definition for myFunction, but st3 believes it is a definition for return_type.
CMD + 9 (or ctrl + 9) goes to the last tab
In browsers cmd + 9 (on OS X) goes to the last tab. This is a nice shortcut to have for tab control. Could this be added to Sublime?
Thanks for this great piece of software!
UnicodeEncodeError: 'ascii' codec can't encode character
Changing fade_fold_buttons to false makes folding arrows disappear for all other open tabs.
"fade_fold_buttons": false
Make typing "1G" work in Vintage mode
Make completions smarter with regards to word separators
illumos version
Get inspiration from "Learnable Programming" by Bret Victor
An excellent article about programming environment:
http://worrydream.com/LearnableProgramming/
Discussion:
http://news.ycombinator.com/item?id=4577133
If only Sublime Text could implement at least some of great ideas expressed there, how awesome it would be!
How do I specify a folder name in a project?
"command": "show_overlay", "args": {"overlay": "goto", "text": "xxxx"} does not auto select first one
such as the title
when run:
"command": "show_overlay", "args": {"overlay": "command_palette", "text": "xxxx"}
sublime text auto select the first one, but when run:
"command": "show_overlay", "args": {"overlay": "goto", "text": "xxxx"}
sublime text does not auto select the first one, so I must press down key to select it
Is this a BUG?
Сервис поддержки клиентов работает на платформе UserEcho