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

+27

Show path of open files in sidebar

Oktay Acikalin vor 14 Jahren aktualisiert von rhuk vor 13 Jahren 2
I think, this was mentioned before somewhere but couldn't find it anymore.
I work with many open files at once which have the same name and are only differentiated by their path. So the list of open files result in being 5x product.py, complete.py etc..
It would be nice to see the end of the path within the empty space either on the left or on the right side of the filename.

For example on the left:
…api/input/collector/product.py
…ox/restapi/abstract/product.py

For example on the right:
product.py - …api/input/collector/
product.py - …ox/restapi/abstract/

The path should be shown in a lighter/transparent color so that the filename is prominent.

PS I prefer the variant on the right.
+27

Color picker

peaks vor 14 Jahren aktualisiert von Yury Plashenkov vor 11 Jahren 3
A color picker with with the option to insert hex or rgb color codes would be neat.
+27

Workspace / Project API

guillermooo vor 14 Jahren aktualisiert von glyph vor 13 Jahren 3
An API to control the projects would probably solve the shortcomings of the sidebar.
+27

Set default folder/directory for "Open Project"

Nelson Winters vor 11 Jahren 0
I store all my project files in one location.  I would like to be able to specify a default folder to always display when selecting "Open Project".
+27

Switch between tabs in their displayed order

Danijar Hafner vor 11 Jahren 0
I suggest that switching tabs via [alt] + [tab] works in the order they are placed in the tab bar. This would be the same as in web browsers. Currently, the order seems to depend in which order the tabs were active last. But this feels a bit random and confusing. Please, at least, make this an option.
+27

Open multiple files at once from "Goto anything..." / CTRL+P

Carlos K. vor 12 Jahren aktualisiert vor 12 Jahren 2
One could multi select (holding down CTRL or SHIFT) entries in the filtered list that pops-up for that action and then all selected entries wou8ld open in new tabs.
+27

Implement minimap "clickToScroll" option to allow jumping to text rather than position

Josh Bjornson vor 14 Jahren aktualisiert von adzenith vor 12 Jahren 4
Jon added a clickToScroll" option in ST1 to change how clicking on the minimap worked. Please bring this option to ST2.

"[W]hat happens when clicking outside the view rectangle can now be configured. By default, it does nothing. To change this, edit the file type options and set 'clickToScroll' to either 'position' (the old behaviour), or 'text', to scroll the view to the clicked on text."

From forum discussion:
http://www.sublimetext.com/forum/viewtopic.php?f=3&t=675
+27

Support Thai Language

Woratana Perth vor 12 Jahren aktualisiert von Alongkot Karpchai vor 7 Jahren 4
Thai language doesn't show correctly in Sublime Text. But in other text editor such as Notepad++ it show correctly.
+27

Moving text with mouse not working

aahlborg vor 13 Jahren aktualisiert von RickyS vor 11 Jahren 4
When selecting a text block, one is usually able to move the block by holding down the mouse button and dragging. But in build 2059 the selection is removed and the cursor is moved to the position where the mouse clicked, just as if the user released the button before dragging.
+26

Selecting text doesn't update the X selection buffer (Linux)

Jamie Webb vor 13 Jahren aktualisiert von bjunix vor 12 Jahren 14
Means I can't e.g. middle-click paste into an xterm.

The clipboard is working fine, but many X applications don't use and can't access the clipboard.