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

+2

Window hidden when disconnecting monitors on MacOSX

Michael Newman 13 ár síðan 0

On Mac OSX if you have a window open on a second monitor and disconnect the monitor the window is completely unaccessible. Most windows recenter on the one display instead of staying in the non-existent monitor.

+2

Spell checker marks unknown words ending with period as misspelled.

Aleks Kissinger 13 ár síðan Uppfært 13 ár síðan 0
After I click "ignore" on an unknown word (in OS X), the spell-checker persists in marking the word misspelled whenever it comes immediately before a period. E.g., "spacetime" will not be marked, but "spacetime." will.
+2

Merge tool

Rodrigo Kochenburger 12 ár síðan updated by beer mz 11 ár síðan 1

I'd love to be able to use sublime to merge differences and git conflicts. Similar to what you can do with vimdiff or opendiff.

+2

Out-of-the-box Command-line Tool Support for Windows

Jaakko Salonen 13 ár síðan updated by Artem Navrotsky 12 ár síðan 3
I am using command-line a lot in Windows (both command-prompt and PowerShell).

Right now, if want to use Sublime Text from command-line, I need to:
  • Add Sublime Text 2 folder to PATH
  • Use `sublime_text [whatever]`

I wish I could use `subl` instead of `sublime_text` just like in OS X.


Also I wish there was an option in Sublime Text setup (like checkbox) to automaticaly add Sublime Text 2 folder to PATH.

+2

Opening large files on Windows causes excessive BranchCache and Search Indexer usage

Robo210 Robo210 13 ár síðan 0
When opening a large file (>4GB, using Windows 64-bit version) off a local hard drive, the progress bar quickly (relatively speaking) gets to 99% then things turn bad. The Windows BranchCache service appears to kick in and start performing large amounts of I/O, and the Search Indexer service appears to start indexing the file. I'm believe one of these services is being triggered by the other, but I'm not sure which. The end result is that the excessive I/O from each brings the entire machine to a crawl, and it takes hours for the file to finish opening (it does successfully open).

Since I have never seen this behavior with other text editors (64-bit VIM, for instance) I suspect Sublime Text is doing something to trigger one (or both) services. Note that seeing BranchCache kick in may require a domain joined machine, but it shouldn't be doing anything in the first place since the file is not being loaded off the network. I have also configured the Search Indexer to not index Offine Files, but this had no effect.
+2

goto symbol in project does not bring up results from SASS / SCSS files

Greenwich 12 ár síðan updated by Matthew Fordham 12 ár síðan 1

Currently goto symbol in project does not bring up results from SASS / SCSS files, which would be particularly useful for searching through partials.

+2

Render CJK font

Brant Young 13 ár síðan Uppfært 13 ár síðan 0
When input Chinese characters, Sublime failed to render font.
+2

Goto file should open on the previously opened files, like in Textmate

Henri Morlaye 13 ár síðan 0

 It allows users to fast switch between last opened files. Textmate Goto File behaves very well to browse previous files as well as opening any other file.

+2

File and git (or whatever) metadata in Goto Anything

Henning Christiansen 13 ár síðan 0
A la PeepOpen would be awesome

Image 38
+2

OS Specific Settings Files

Zachary King 12 ár síðan 0

We already have this for keybindings, but I would like the other settings files to allow for a (OSX) etc. in the file name to identify the OS, and then have them merged on run. This would be useful for me, since my Mac as a much higher pixel density then my windows computer. This requires bumping up my font size several notches every time I switch computers.