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

+2

R - folding multi-line comments

Suraj Gupta vor 13 Jahren 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 vor 15 Jahren 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 - vor 13 Jahren 0
Image 145
+2

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

Tony Marklove vor 14 Jahren 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 vor 14 Jahren 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 vor 13 Jahren 0
I would like to access remote files using sublime. For examle I want to open a log file in a remote server.
+2

It will be good to have community version with a free license like BSD

lxsameer vor 13 Jahren 0

Having a free software edition will help project to grow stronger

+2

Utilise two monitors for continued page accross both

Gareth Harding vor 14 Jahren aktualisiert vor 14 Jahren 0
With two monitors, page renders as normal on first to the bottom of screen, then at the point where first monitor ends, the second continues where the first stopped, essentially giving you twice the reading height. As page scrolls, both move together in unison.
+2

Available them classes/attributes reference

Abel Muiño vor 13 Jahren 0
I'm having a hard time finding a good reference of the customizable classes and their attributes on a theme file.

i.e. things like:

  {
    "class": "tab_control",
    "attributes": ["dirty"],
    "layer0.tint": [255, 200, 200]
  }

I know there are lots of themes to borrow from, but I wonder… how could they find out the available class and attributes?

A reference/cheatsheet would be handy.
+2

Disappearing tab when dragging

Bill Spingarn vor 13 Jahren aktualisiert von gvillafu1994 vor 13 Jahren 1
Dragging a tab off the main window will sometimes cause the tab to disappear completely instead of making the tab it's own new window. However, the disappeared tab remains an "open file" in ST2. The only way to recover is to restart ST2.

Win7 - ST2 Build 2181