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

Live Edit
I'd like to be able to use Sublime Text like my chrome developer tools. You would be able to watch local files and when it is opened in the browser, the css would change it live. Also as you hover over elements in the html on Sublime Text, it would highlight them as if you were hovering over them in the chrome dev tools.
This has already been done in Brackets (an Adobe project), and kind of in an app called CodeKit. It would be great if it were done in a much better editor like Sublime Text.

Vintaje change inner quotes does not work correctly

Syntax highlighting for Haskell unicode syntax
Support Haskell unicode syntax highlighting (http://www.haskell.org/ghc/docs/7.4.2/html/users_guide/syntax-extns.html ).
I've uploaded the patch here: https://gist.github.com/3744568
This properly highlights the following symbols in their context: ∷,⇒,→

When Updating user Keymap, the menu-keymaps don't change


Snippets (sometimes) trigger within snippets
Note: when I ran through these steps again to reproduce it once more, it did NOT trigger within the snippet. However, subsequent tries DID reproduce the bug.
WIndows 7, ST2 Alpha 20110203


Quick find all should be restricted to selected region
I love the:
1. Find
2. Hit alt-f3
3. hit escape
and then edit all occurrences feature of Sublimetext. However, if I selected a region of text and do this and restrict the search to that region of text then stage 1 above is fine but hitting alt-f3 then finds ALL occurrences in the file, not just the selected region. I propose that Alt-f3 (quick find all) should observe the "in selection" option and only find those items in that selected region.

can't save any file
I have a file open in ST2. I have no other programs running on the machine, which I just rebooted. I edit the file and hit Ctrl-S, I get the error 'can't save file'. Opening a random other file gets the same error on save. Editing the same files in any other program (notepad, Visual Studio) works fine as expected. Process Explorer tells me that this file is not open in any other program. I also found that a number of other people have run into this same dialog: http://www.sublimetext.com/forum/viewtopic.php?f=3&t=9240 with no known explanation.
I installed ST2 a few weeks ago and it worked up until a few days ago, and has not saved any files since then. I have rebooted the machine and closed every other program there is. The machine is running Windows Server 2012.

Multifile Edit - Split Screen

How to save/restore all the Sublime Text 2 config/plugins on another computer

Fixes to java syntax
The following additions to the Java.tmLanguage file would be very wonderful.
Add to `repository -> parameters -> patterns`:
<dict>
<key>include</key>
<string>#annotations</string>
</dict>
Add to `repository -> parameters -> enums -> patterns`:
<dict>
<key>include</key>
<string>#comments</string>
</dict>
Customer support service by UserEcho