Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
![](https://cdn.userecho.com/characters/77.png?1)
Shortcut icon disappeared
My icon of the shortcut for sublime text 2 acciedentially disappeared after registering. At least I think so. Weird thing is, that I am using it at 2 different computers, both running Win 7 and at my desktop it works and on my laptop it just disappeared.
![](/s/cache/f0/43/f0431925d2cbf3c7ff4fad8d1f65e9ff.png)
Windows: Support scrolling in long menus or use multipane menus
Two ideas:
* Hook the mouse scroll wheel when over these menus.
* Break long menus into a series of menu panes stacked horizontally next to each other. This can be seen in some other Windows applications, e.g. XP's Start->Programs menu.
![](https://cdn.userecho.com/characters/73.png?1)
configurable sublime-project file templates
I'd like to be able to modify the default .sublime-project
template.
{ "folders": [ { "path": "/home/icholy/workspace/libdbclient", "file_exclude_patterns": [], // <-- add this "folder_exclude_patterns": [] // <-- and this } ] }I always forget these 2 settings and am forced to look them up every time.
![](/s/cache/1b/d4/1bd44a0b8732a8e9a14450221282d661.png)
Load one file in 2 layouts
![](https://cdn.userecho.com/characters/83.png?1)
Paste and indent in the middle of a line
![](https://cdn.userecho.com/characters/82.png?1)
Getting path to project directory when project file stored elsewhere
I want to use something like `$my_project_directory/public/index.html` in a build system file but as I store my project file in a different directory $project_path points to that directory instead. How do I get arefernce to the correct directory?
project file
```
{
"folders":
[
{
"path": "/Users/wheresrhys/Sites/jigsnreels/dev"
}
]
}
```
build system
```
{
"cmd": ["open", "-a", "Google Chrome Canary", "$project_path/public/index.html"]
}
```
![](https://cdn.userecho.com/characters/87.png?1)
Use the NSFindPboard on OS X.
![](https://cdn.userecho.com/characters/83.png?1)
Icons in File Browser
As of ST 2.0.1 the file and folder entries in the file browser are simple text. It would help a LOT if the filenames and folder-names are accompanied with icons of respective file/folder types.
![](/s/cache/b8/e2/b8e28f95d8081722b293dab88215d99a.png)
fix wrapping to work correctly
![Image 127](/s/attachments/2013/1/2434/95c749705b42ff7e7a61f350612a00f5.png)
![Image 126](/s/attachments/2013/1/2434/55bf52b37d4aa00b3cb1a300ae89e2aa.png)
Customer support service by UserEcho