Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.

Variable name edit (PHP)
When I double click variable name and paste a new one, including the dollar sign: (PHP, [...] = selection)
1. $varName = "value";
2. $[varName] = "value";
3. Paste [$newVarName] from Clipboard
4. $newVarName = "value";
the dollar sign isn't added again, which is very comfortable. However, when i paste an expression, like:
1. $varName
2. $[varName]
3. Paste [$newVarName = "value"] from Clipboard
4. $$newVarName = "value"
and it does not... It would be very nice if it worked in this case too :).

kubuntu-ST3. not save in a samba share.
I have a big problem when I open Dolphin in a samba share.
ST3 opens the file but can not save it. Continue processing but does not save.
If I try with another editor (Kira) works without problems.
I tried putting the setting "atomic_save": false, but nothing changes.
Has anyone had the same problem?

sublime text 2 freaks totally out if running svn up

Autocomplete: snippets shadow variables with the same name
The variable should also be present, and IMO should have more priority.

Duplicating a line shouldn't take selection into account, but whole lines

Is it possible to stop build system from showing output?

snippet to create a snippet
I threw this together as my first one (I'm new to sublime text, I'm still dealing with an escaping issue, but you get the just of my idea)

Open as Sublime Project

Smart Caps for Find dialog

More relevant and informative code hints!
Sublime Text 2 needs more relevant and informative code hints! This is especially needed for object-oriented languages! This may come naturally if you implement build paths for some languages, like Java. Related: http://www.sublimetext.com/forum/viewtopic.php?f=4&t=11543
Customer support service by UserEcho