+5

Exec command should accept same arguments as build command

Brandon fa 12 anys 0

Allowing the exec command to accept arguments like env, working_dir, and the osx, windows and linux elements would make it easier to create packages that wrap existing tools rather than diving into Python to do so.

+5

Integrate with PortableApps.com

Derek Perkins fa 11 anys updated by Angel Curros Fariña fa 11 anys 1

I always use the portable version of ST2 and now ST3. It'd be really nice to have it included in the PortableApps.com distribution so it can remain updated and go around with me easier.

+5

Add option to display N lines of context above/below cursor when near edge of window

Paul Hoepfner-Homme fa 13 anys 0
When I am scrolling up in a file, or jump to a point higher in my code using some command (such as CTRL+M), I'd like the option for Sublimetext to show up to N lines of context above the cursor. Similarly, when I am scrolling down in a file, or jump down, I'd like to have up to N lines of context to be shown below the cursor. N would be a configurable number. I often find myself using CTRL+M to find out the context of the current nested block I am in, but sometimes the opening brace or bracket is on a separate line that the statement/function/construct definition is on, such as in this example:

foreach( $events as $event )
{
  ...
}

Within this block, if I hit CTRL+M, the cursor jumps up to the top brace, but I don't see the foreach() statement until I scroll up a line. I'd like SublimeText to be able to show me the 3 or so lines above the cursor to give me some context about where I am.
+5

tamil character support

SHIVA SURYA fa 9 anys 0

Tamil language character support is not good in sublime,it is not showing or performing well,please support this issue.

+5

Creating a new file into a project

Smirnov Yuri fa 13 anys actualitzat fa 13 anys 3
It would be better if when you create a new file in some folder of a project, you first get asked for it's name. This way you instantly get proper syntax highlighting.
+5

In the on_close listener, view.window() returns None.

Xavura fa 12 anys updated by Kenny Levinsen fa 12 anys 3
I posted this on the forum but I guess this is the preferred avenue for feature suggestions and bug reports so I figured I would post it here too.
+5

Coloring of Open file tab's

Morten Lindstrom fa 11 anys actualitzat fa 11 anys 2

when having several files open and moving around them, it can be useful to instantly be able to right-click the Tab and give it a color (from 4-5 different),

and just as easy be able to change this color.


No need to save the info for later, this can be done ad-hock when needed

+5

Allow build and save as 'macroable' commands

sorahn fa 13 anys actualitzat fa 13 anys 0
If you create a macro file that has either the build, or the save commands in it, you get errors in the console that say:
Unknown macro command save

Unknown macro command build

Both 'save' and 'build' are standard commands.  Why do they not work when added to a macro?

+5

Select the currently open file in the sidebar when FILES is collapsed

Scott Deming fa 14 anys 0
When the FILES section in the sidebar is collapsed it would be great to see the file you are editing selected in the FOLDERS section.
+5

Sidebar on the Right

Tom Gillis fa 12 anys 0

Would like to have the option of displaying the sidebar on the right side of the editor window instead of it defaulting to the left.  

I have TextMate set up this way and right now this layout issue is the only thing that's keeping me from switching to Sublime.

+5
Fixed

Running a second instance of Sublime should merge with existing

Tor fa 14 anys updated by Jon Skinner fa 13 anys 11
On Linux, opening a second file using

./sublime_text newfile

create a new instance of Sublime Text 2 instead of merging it with the one running. This is very annoying since the new instance duplicates all of the tabs of the old one.

The same thing thus happens if you try to open a file from Nautilus or another file explorer.
Answer
Jon Skinner fa 14 anys
Added in build 2027
+5

Allow changing the limits of font size scrolling

snake5 fa 11 anys 0

Currently the minimum font size is 8, however I do appreciate the options of using smaller fonts (7, for example, is still very readable and allows to see a lot more code at once) and scrolling to bigger ones when it's necessary. The only issue left is that it appears to be impossible to set font size to 7 by scrolling to it.

+5

Autocomplete for Language-Context Keywords

Jon Wingfield fa 13 anys actualitzat fa 13 anys 0
It would be great if autocomplete always included the keywords from the language you are currently coding in.  Right now, autocomplete seems to be solely based on what you've previously typed.

Thanks for all your hard work guys!
+5
Completat

Make the 'home' and 'end' keys work in OSX

Chris Hulbert fa 14 anys updated by Jon Skinner fa 14 anys 0
Answer
Jon Skinner fa 14 anys
Added in 20110203
+5

draw_white_space does not display a newline character

Gary Pullis fa 13 anys actualitzat fa 13 anys 0
draw_white_space should include a character for newlines
+5

Fold keyboard shortcuts conflict with tab switching on Mac OS X

Oleg Oshmyan fa 13 anys 0
Build 2115 added the key bindings Cmd+Shift+[ and Cmd+Shift+] for Fold and Unfold; however, they were already (and are still) bound to Next File (View) and Previous File (View).
+5

Right-click folder Explorer menu option

Adam Jackett fa 13 anys updated by Will Bond fa 13 anys 1
I would love an option for Explorer menu when I right click a folder. I use TortoiseSVN so as a (seemingly) simple solution to integrate that, I think just having an option to display the Explorer menu when right clicking a folder so that I can perform those SVN tasks withing requiring SVN support directly in Sublime would really help.
+5
Completat

Project specific formatting

Matthew Johnston fa 14 anys updated by Jon Skinner fa 13 anys 1
I switch between Rails dev, PHP Dev and javascript dev that each have different requirements for using tab spacing and converting tabs to spaces. Is their a way we can have Project Specific Formatting, extend basically the user preferences down to the project preference?
Answer
Jon Skinner fa 13 anys
Added in build 2111 - see http://www.sublimetext.com/docs/2/projects.html
+5

Please fix coloring problem for UNICODE characters

veysiertekin fa 11 anys 0

Please fix coloring problem for UNICODE characters<XML etc.>! Image 243

+5

Open containing folder

Clement JACOB fa 13 anys actualitzat fa 13 anys 0
I think it would be great if you added an 'Open containing folder...' right-click menu option for each tab. It would allow us to quickly reopen an interesting folder.