Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
![](https://cdn.userecho.com/characters/82.png?1)
Occasionally, on expanding a tree node all content is hidden when the node contains filetypes that are set to hidden in the prefs.
![](/s/cache/d8/bc/d8bc5b85143e464db06065a69b116ed1.png)
API file load intercept
It would be nice if plugins had the ability to intercept a file load operation, instead of only being notified on it's completion.
I'd like to create a 'remote workspace' plugin that creates a local cache of files and if they exist, use them (after checking for updates), if not, download the file and then load the local copy.
![](/s/cache/0e/ed/0eed25e3d7b284c1b375f7c819d98a6f.png)
problem with commenting
![](/s/cache/0f/63/0f6322f0b21181e0f01ed06ec1d827d7.png)
Scrollbar disable shadow
![](/s/cache/c4/14/c414f5c9c68f4f67f968b37cd0376091.png)
Mac OS X dictionary lookup does not work in distraction free mode
Since Mountain Lion trackpad triple-finger tap does a dictionary lookup for a selected word. The feature works fine in normal mode of ST2 or ST3, but in distraction free mode it shows a dictionary for a wrong word. Usually few words to the right.
![](https://cdn.userecho.com/characters/1040.png?1)
sublime text 3 hangs after 'close window' on fullscreen on mac os
1. Open sublime text (existing project loads)
2. Make it fullscreen
3. New Window (it goes on fullscreen)
4. Close Window
5. Profit (remaining window hangs or crashes)
Build 3059, Mac OS 10.9.1
![](https://cdn.userecho.com/characters/82.png?1)
Vintage command mode replace selection bug
When a selection has been created in Vintage’s command mode, the position of the cursor (underscore) should not be relevant in deciding what to replace when pressing “s” to delete the selection and enter insert mode.
Steps to reproduce
- Type a test string, e.g. “test;”
- Enter Vintage command mode.
- Select “test” by double-clicking.
- (Note that the cursor sits on the last selected character.)
- Hit “s”.
Actual Result: Both the selected text as well as the semicolon are deleted.
The bug is related to the placement of the cursor prior to hitting “s” since when creating the selection by dragging from right to left (and, thus, having the cursor at the beginning of the selection), the command works as expected.
![](https://cdn.userecho.com/characters/115.png?1)
contextual syntax highlighting in PHP
![](https://cdn.userecho.com/characters/98.png?1)
snippet with text transformation
i have this snippet
<snippet>
<content><![CDATA[ \$${1:var}['${1}']['${3}'] ]]></content>
<tabTrigger>var2</tabTrigger>
<scope>text.html,source.php</scope>
<description>$var['']['']</description>
</snippet>
and i want to text transform (Title case) this part['${1}'] while typing ${1:var}
so result should be like this
$adv['Adv']['name']
is it possable?
![](https://cdn.userecho.com/characters/67.png?1)
Bug in highlighting Erlang format strings
Customer support service by UserEcho