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

+3

In find/replace dialog tabbing from Find should go to Replace field

pornel 12 лет назад обновлен 12 лет назад 1

In every program I can think of the next field after "Find" is always "Replace"


Type what you want to find, tab, type what you want to replace it with, enter.


Sublime breaks my reflex by inserting "Where" field between them in tabbing order, so when I'm not looking, I end up typing nonsense in the Where field.


It'd be nice if you could swap Where/Replace fields or change tabbing order to skip over the Where field.

+3

Move cursor to beginning and end of line on Mac

Justin Stevens 12 лет назад обновлен 12 лет назад 2

This is the default for Windows and Linux, but not on Mac. Please add the following to the default key bindings of Mac:

{ "keys": ["home"], "command": "move_to", "args": {"to": "bol", "extend": false} },

{ "keys": ["end"], "command": "move_to", "args": {"to": "eol", "extend": false} }

+3

Handle quotes inside triple quotes in Scala

Nicolas Rémond 12 лет назад 0
Hi,
Currently, SublimeText2 gets ugly when we have quotes inside triple quotes statement as you can see in this screenshot : 
Image 160
+3

List of recent projects on Win 7 taskbar context menu

Michal Gebauer 13 лет назад обновлен Dorian Patterson 13 лет назад 1
Display list of recent projects in menu raised by right click on taskbark icon.
+3

Windows: --project command line switch should open only the project, no other windows

12 лет назад 0

I'd like to run

path\to\sublime_text.exe --project Y.sublime-project

from a batch file, but the behavior is weird:

  • If I had another project X open in the previous session, Sublime will open X and Y in separate windows
  • If I had all projects close in the previous session, Sublime will open only Y
  • If I had project Y open in the previous session, Sublime will open Y and an empty window

Can this please be streamlined, or maybe there should be more command line parameters to affect what is opened from the previous session, e.g. `--no-previous-session`.

+3

Reload sidebar to include newly added files

ajolio 12 лет назад 0
Using another application to mount an external drive. Open folder in ST; do work. If another library or file is added to the remote folder, there is no way to get it to show in the sidebar short of closing and re-opening ST. 
Would be nice to have a reload button or somesuch in the sidebar that would check the folder for new files and add them in for editing. 
+3

Use Goto Anything based on VCS

Jelle de Jong 11 лет назад 0

For example:

You're working in a GIT repository, without a "*.sublime-project" file.

CTRL+P (Cmd+P; Goto Anything) should work based on this GIT repository. You're project-root is the ".git" folder and in ".gitignore" are files to be ignored.


Now it's not necessary to create a "*.sublime-project" for your project. 

+3

Change "close_windows_when_empty" so that it includes dragging the final tab out of a window

Barak Gall 11 лет назад обновлен willem dhaeseleer 11 лет назад 1

At the moment setting "close_windows_when_empty" results in the following behaviour that I found unexpected, and request be changed.


Scenario:

Set "close_windows_when_empty" to true.

Open 2 files in a sublime window. Drag one tab to a new window.

Drag that one tab from the next window back to the original window


Expected behaviour:

The window now has no tabs or open folders, it should close.


Behaviour:

It doesn't close.

+3

Home & End Keys not working again in OSX. (build 2165)

mcgooch 13 лет назад обновлен Sean Fao 12 лет назад 2
Did this break? I have not fiddled which any settings or key mappings.  It should be the default.  Have there been any changes in the key mappings stuff?  I originally downloaded a different build and it upgrades to this one.  I thought it used to work but not sure.
+3

Idea: Syntax highlighting files (tmTheme files) uses CSS syntax

Mike Meyer 13 лет назад 0
It would be awesome if you could style custom syntax highlighting properties using the familiar syntax of CSS. Espresso (http://espressoapp.com) does, and it's incredibly easy to quickly create new themes or modify old ones.

It would be pretty simple to create a script that reads the XML tmTheme files and converts them to CSS.

Сервис поддержки клиентов работает на платформе UserEcho