+5

Exec command should accept same arguments as build command

Brandon 12 jaar geleden 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 11 jaar geleden bijgewerkt door Angel Curros Fariña 11 jaar geleden 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 13 jaar geleden 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 9 jaar geleden 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 13 jaar geleden bijgewerkt 13 jaar geleden 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 12 jaar geleden bijgewerkt door Kenny Levinsen 12 jaar geleden 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 11 jaar geleden bijgewerkt 11 jaar geleden 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 13 jaar geleden bijgewerkt 13 jaar geleden 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 14 jaar geleden 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 12 jaar geleden 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 14 jaar geleden bijgewerkt door Jon Skinner 13 jaar geleden 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.
Antwoord
Jon Skinner 14 jaar geleden
Added in build 2027
+5

Allow changing the limits of font size scrolling

snake5 11 jaar geleden 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 13 jaar geleden bijgewerkt 13 jaar geleden 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
Voltooid

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

Chris Hulbert 14 jaar geleden bijgewerkt door Jon Skinner 14 jaar geleden 0
Antwoord
Jon Skinner 14 jaar geleden
Added in 20110203
+5

draw_white_space does not display a newline character

Gary Pullis 13 jaar geleden bijgewerkt 13 jaar geleden 0
draw_white_space should include a character for newlines
+5

Fold keyboard shortcuts conflict with tab switching on Mac OS X

Oleg Oshmyan 13 jaar geleden 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 13 jaar geleden bijgewerkt door Will Bond 13 jaar geleden 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
Voltooid

Project specific formatting

Matthew Johnston 14 jaar geleden bijgewerkt door Jon Skinner 13 jaar geleden 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?
Antwoord
Jon Skinner 13 jaar geleden
Added in build 2111 - see http://www.sublimetext.com/docs/2/projects.html
+5

Please fix coloring problem for UNICODE characters

veysiertekin 11 jaar geleden 0

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

+5

Open containing folder

Clement JACOB 13 jaar geleden bijgewerkt 13 jaar geleden 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.