Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
Aucun sujet similaire trouvé.

+1
Pas un bug
command line behaves inconsistently concerning opening new windows
My open_files_in_new_window setting is set to false.
Here's how sublime behaves:
`subl a_file` opens the file in the current sublime window
`subl a_directory` opens the directory in a new sublime window
`subl -n a_file` opens the file in a new sublime window
`subl -n a_directory` opens the directory in a new sublime window but also opens another new and empty sublime window
Here's how it would be consistent:
`subl a_file` opens the file in the current sublime window (same as above)
`subl a_directory` adds the directory to the current sublime window
`subl -n a_file` opens the file in a new sublime window (same as above)
`subl -n a_directory` opens the directory in a new sublime window without opening another sublime window
So basically, the new window behavior is broken on opening directories.

Solution
Jon Skinner
il y a 14 ans
The command line is working as intended with respect to folders and new windows in the current dev builds (unwarranted empty windows are no longer created)

+1
subl --wait never returns when invoked on a directory
My VISUAL environment variable is set to subl --wait. When invoked on a directory (subl --wait my_directory/), the command never completes, even after quitting Sublime Text 2 entirely.

+1
Using layout to have a preview
Hello,
I think it's could be interesting to have an option, that developpers can use, to transform a panel in the layout, to be an html preview.
For example, I want to develop a markdown preview, but I won't use the preview in a browser, so my idea is to be able to have 2 layouts (side by side) and the first one to write the markdown, and the other one to have an html preview of it.
Of course it's just an example, and could be use for more usage...
Thanks in advance,
I think it's could be interesting to have an option, that developpers can use, to transform a panel in the layout, to be an html preview.
For example, I want to develop a markdown preview, but I won't use the preview in a browser, so my idea is to be able to have 2 layouts (side by side) and the first one to write the markdown, and the other one to have an html preview of it.
Of course it's just an example, and could be use for more usage...
Thanks in advance,

+1
Narrower find buttons
I like my Sublime Text window narrow so that I can fit a web browser next to it. The problem is, the search field in the bottom find panel is gone -- in a narrow window the three find buttons take all the x-space.
Proposal: make the find buttons narrower (just narrow enough to fit the labels) when the window is narrow to display a reasonably sized search field.

+1
SFTP/FTP UI
Would be awesome to get a UI that's easier to use than working around plugins to set up stuff.

+1
Triple quoted strings in scala mode are treated as comments.
Auto-escaping strings in scala files are highlighted as comments instead of as strings.
Example:
val sql = """SELECT *
FROM the_table
WHERE
the id = ?"""

+1
Enable dragging files/folders in sidebar into/out of folders in sidebar
I think it would be really great if we could drag a file in the sidebar into a folder, that is also in the side bar.

+1
Panel layout change doesn't work on Ubuntu 10.10
Please, watch this screencast I've made to demo the problem: http://ubuntuone.com/p/cJ9/ (I have tried to upload the video to youtube but it didn't work)
This is not critical, but it's an interesting feature to have :)
This is not critical, but it's an interesting feature to have :)

+1
Color preferences
It would be nice to have a keyboard shortcut that would allow you to quickly cycle cycle forwards and backwards through all the color scheme preferences. It's nice to change the look occasionally but have to go Sublime Text 2 > Preferences > Color Scheme > (scheme) looking for something different is tedious and time-consuming. I know this seems extremely minor but sometimes it's the little things that make users sit up and take notice.

+1
Find in file annoyances
Currently when I CMD + F and type my query in the Find input, I love how it will move to its first result. What I find annoying is when you want to no longer 'find' and you want to close find, you have to remove the text in the input which makes the file scroll back to where you were prior to hitting CMD + F. I think I'd prefer CMD + F toggle the Find input. Or maybe I'm missing something here? Is there an easy way to close the find after you've opened it?
Service d'assistance aux clients par UserEcho