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

+2

Switch between 2 latest files with F12

David Nagels fa 13 anys 0

In my previous editor (EditPlus) I could switch between the latest 2 files with F12, which came in very handy. I know you can switch with ctrl+tab, but then you have to remember if you need to go forward or backwards. As far as I can see F12 is not used yet.


Keep up the good work!

+2

ctrl-p / ctrl-r improvements

Peter Jah (0-) fa 13 anys 0

  1. nested symbols: for example: '@SomeClass some_method -6' -- jump to to -6 line above class method
  2. search symbols in many files: 'file_name@SomeClass' show all files matched file_name and contained SomeClass

+2

Mulitlanguage spell checking

Dániel Kántor fa 12 anys 0

In some code editors it is possible to have multiple spell check dictionaries activated at the same time. It would be a very comfortable feature in ST too, for example when working  with multilanguage text files.

+2

Ability to create create/open files via Dock's context menu

Ilya sabanin fa 14 anys 0

I'm talking about this menu:


http://cl.ly/0M1U2v1D0y1M1p211E1d

On Mac it's pretty common to have things like Open File, New File in such menus. Check TextMate or Finder for examples.
+2

R - folding multi-line comments

Suraj Gupta fa 13 anys 0

It would be great if the R lexer could support folding multi-line comments in R.  This is particularly useful with function headers.  Ideally, when the comments are folded only the top-most line shows (i.e. the name of the function).  Here's an example of a function header using Roxygen-style documentation. 


#' Test Function

#' 

#' My test function description

#'

#' @param firstParam  first parameter description

#' @param secondParam second parameter description

#'

#' @return  what the function returns

#' @note some notes here

#' @author First Last

#' @importFrom plyr ddply

#' @export

TestFunction = function( ... )

{

} 

+2

Default file extension

David Čepelík fa 15 anys 0
I would love a preference setting of a default file extension. This way i often forget to supply it and end up having a plain text document.
+2

Element boundaries

Tomas - fa 13 anys 0
Image 145
+2

During "Replace" show a live tooltip below each match displaying the replacement string

Tony Marklove fa 14 anys 0
While doing a replace where both "Highlight matches" and "Regular expressions" are turned on, and the "Replace With" string contains back-references, display a live tooltip below each match in the document showing what the result of the replace will be.
+2

Hotkey does not work on another language layout

Valentin M fa 14 anys 0
Hotkey does not work on another language layout (example RU layout). It's not critical but bring some discomfort
+2

Accessing remote files features.

Thusitha Nuwan fa 13 anys 0
I would like to access remote files using sublime. For examle I want to open a log file in a remote server.