OS Specific Settings Files
We already have this for keybindings, but I would like the other settings files to allow for a (OSX) etc. in the file name to identify the OS, and then have them merged on run. This would be useful for me, since my Mac as a much higher pixel density then my windows computer. This requires bumping up my font size several notches every time I switch computers.
OS X Services integration
In Finder you must be able to add folder to Sublime project like BBEdit does. Please watch the pic
.
Save a copy as...
Support Emacs-style in-buffer syntax settings
Distraction free mode needs an "ignored_packages" setting
I created a plugin that keeps the page vertically centered while you type, similar to the Mac application Writeroom, but I only want this plugin to be enabled for distraction free mode.
Is there some other way to do this, maybe from within the plugin?
Ubuntu Software Center
Please consider making Sublime Text available through the Ubuntu Software Center for easier installation.
Link to download the latest version of each build
I want to enable the script to download the latest version st without having to perform web scraping actions on the download page to get the correct link.
It would be convenient for the use case described if a url like /download/linux/64/latest.deb existed.
Thanks.
Remote agent for editing remote files locally.
Closing last file in a column should switch focus to next column
Word wrap indents not matching the originating indentation
Sometimes, word wrap will put the wrapped line at the same indentation as the content I'm working on. Other times it will put the wrapped text one tab over resulting in it appearing as though it's a completely separate line of code.
Since this behavior is inconsistent, I am under the belief it is a bug. If it is not, then I am requesting a setting to allow me to make it so the wrapped indentation matches the indentation of the originating line.
Switch between 2 latest files with F12
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!
ctrl-p / ctrl-r improvements
- nested symbols: for example: '@SomeClass some_method -6' -- jump to to -6 line above class method
- search symbols in many files: 'file_name@SomeClass' show all files matched file_name and contained SomeClass
Mulitlanguage spell checking
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.
Ability to create create/open files via Dock's context menu
I'm talking about this menu:
http://cl.ly/0M1U2v1D0y1M1p211E1d
R - folding multi-line comments
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( ... )
{
}
Default file extension
During "Replace" show a live tooltip below each match displaying the replacement string
Customer support service by UserEcho