+10

Option to change ruler color

Tiemo Kieft fa 11 anys 0
Currently there is no wat to change the color of vertical rulers (as far as I can see) set with the "rulers" configuration option.

I would be nice to be able to set a global color for the rulers, or better yet, a color per ruler.
+10

Option to include "binary" files in Find in Files

Hamish O'Dea fa 12 anys updated by KratosGemini fa 11 anys 1
Find in Files skips things it thinks are binary files, with this displayed in the console:
skipping binary file: /foo
I use plenty of text files that have non-text characters in them, and I would like those to be included in searches. I would prefer to use only the include/exclude patterns (and binary_file_patterns setting) to exclude binary files from the search.
+10

Transparent Command Palette

eric fa 11 anys 0

The command palette is awesome, but it's a bit obtrusive. It would be really nice if I could set the level of transparency on it.

+10

Add rename option to tab context menu

Acorn fa 13 anys 0
Add a rename option to the right click context menu for tabs, like the rename option when right clicking on a file in the side-bar.
+10
Fixed

If setting "scroll_past_end" is true, allow for minimap to scroll past end as well

n00ge fa 14 anys updated by Jon Skinner fa 13 anys 5
I believe Jon mentioned this was coming at some point, but if the setting for "scroll_past_end" is true, you should be able to pull the mini-map past the end until the last line is at the top of the screen as well.
Answer
Jon Skinner fa 13 anys
Added in 2165
+10

Embedded webkit for live preview and enhanced widgets

n00ge fa 14 anys updated by Diogo Resende fa 12 anys 5
It would be cool to get an embedded version of Webkit in Sublime for a few reasons.

1, A live preview would be nice. I know a lot of people are very tied to it. I don't need this all the time, but sometimes it is handy.

2, Enhanced, form based tools. Here's where I think getting an embedded version of Webkit would really make Sublime shine. Building out a form based plugin which could have validation, if/then logic, etc. For example, some CSS3 gradient tools would be great and have it paste the code directly in the editor when you're done. Having the option to run the files local or online would be good too. We could build out a "sublimeaddons.com" which hosted multiple "tools" which users could build on and quickly get within sublime.

Also posted here: http://www.sublimetext.com/forum/viewtopic.php?f=4&t=1573
+10

Improve vertical/column selection with keyboard

hukl fa 12 anys 0
While doing column select via keyboard on a text which is unbalanced on the left side, sometimes the cursor moves to another column on some of the lines while the intention was to get a straight vertical selection. Sometimes the cursor is even multiplied when moving the cursor left and right which selects more lines than intended. This whole column select could see some improvements as it works much more reliable in other editors. 
The described behavior is on OSX and if needed I can provide a small video of those bugs
+10

Ctrl+R function list in alphabetical order (maybe a setting)

Eric Burns fa 12 anys updated by robertcollier4 fa 11 anys 1

I work in a code base where people put functions in random order. It would be really helpful to me if I had a setting to show the function list that Ctrl+R brings up in alphabetical order. This is pretty much the only feature I miss from my last IDE, it's a little painful not to have a way to see the functions in the current file in alphabetical order.

+10
Completat

Show the same open file in multiple panes

Daniel Azuma fa 14 anys updated by @JMartZ fa 3 anys 5
It doesn't seem like there's a way to open the same file in multiple panes. Sometimes, in a two-pane layout, I'd like to have the same file showing in both panes, so I can view one part of the file while editing another part. Right now, it looks like an opened file can live in only one pane (i.e. group) at a time.
It is currently possible to open the same file in multiple WINDOWS. However, this has different behavior; e.g. two separate buffers are opened, so edits in one do not reflect in the other until the file is saved and re-synched in the other.
There are also other issues when you just scan (rather than open) the same file in multiple panes. I opened a separate bug for those.
Answer
Jon Skinner fa 14 anys
There is now a Clone File command in build 2036
+10

Copy selection as HTML

Pavel Perestoronin fa 13 anys updated by Ryan McCullough fa 11 anys 2
An option to copy the selected text to clipboard as formatted text with syntax highlighting.
+10

Create new tab next to previous tab when opening files from sidebar

mrmachine fa 13 anys updated by msvilans fa 12 anys 1
If I currently have 10 tabs open and I'm editing the middle one, then I click on another file that is not currently open in the sidebar and then close it, focus goes back to previous (middle) tab.

If I start editing the file, save it or open it with a double click, a new tab is created for it at the end of the tab stack. If I close that tab, focus goes to the last tab on the stack instead of the tab that previously had focus.

If I open a new file with "File > New File" from the menu, it opens a new tab immediately after the tab that currently has focus intead of at the end of the tab stack.

This can make it easy to lose your place and forces you to hunt for the tab you were previously editing, if you need to open an existing file, make a change, and then return to the current file.

I'd like this to be more consistent in remembering your previous tab. New tabs should be created adjacently to the tab that currently has focus, regardless of how they are created. With this change, you would be able to open an existing file, make a change, save it and then either close the file or use the keyboard shortcut for "File > Switch File > Previous File" to get back to the previous file.
+10

Font face path

mailinator fa 11 anys updated by zTryhqrd fa 8 anys 1

Writing a path in the font_face setting should work. This would be useful to use non-default fonts on portable installs.

I posted about this on the forums.

+10

Virtual space at the file bottom

Max Bourinov fa 12 anys actualitzat fa 6 anys 5
ADDED: It is already implemented! Great! I love Sublime!

When enabled, show virtual space at the file bottom. It is implemented in IntelliJ IDEA and I find it very useful.

Explanation: When I code 95% of the time I look on the upper part of the screen. When I come to the end of the file, I have to look down or add many line breaks to keep my eyes on a comfortable level.

So, "Virtual space at the file bottom" feature solves this problem.

Please see attachement that illustrates this idea:

Image 124
+10

Poor or non-existant javascript autocompletion?

aristidesfl fa 13 anys updated by agibsonsw fa 13 anys 5
Compared to other autocompletions like PHP, javascript seems to be pretty bad..
Is this a bug or something which just has to be improved?
thanks
+10

New Window / Open folder do ignore previously "learned" window preferences

Alexander Rechsteiner fa 12 anys 0
The commands 

- New Window
- Open Folder
- Open Recent (then selecting a folder)

do open a new Sublime Text 2 window, which unfortunately ignores two (if not more) window preferences, Sublime has previously learned such as:

- Window maximized
- Menu hidden

Currently, the new window is NEVER maximized (even though I want it to) and the menu is always visible (even though I want it hidden).

Those things are applied correctly when starting ST2 for the first time. It is only new window and open (recent) folder that open differently.

Other things are applied correctly in the new window, for example the side bar hidden or shown status.
+10

Allow ipython to connect to the console, or allow to import sublime inside a regular Python console

Pedro Kroger fa 12 anys actualitzat fa 12 anys 1
The console inside Sublime is handy, but it'd be much more productive to be able to inspect the sublime package in IPython. For instance, in iPython I could type sublime.<TAB> to see the available symbols, and so on.

Since Sublime's documentation is lacking, please add this feature to make it easier for us to discover how things work.
+10

Fix Page Up / Page Down in QuickPanel

robertcollier4 fa 12 anys updated by Nick Tidey fa 11 anys 2

"Seems logical that I should be able to page up and down in the quick panel results. But I can only use the up and down arrows. Page Up/Down move the cursor to the beginning/end of the text I typed in the search box - the same as Home/End. I'm running on Windows."

-Originally suggested in forum thread.

+10

Tab icon for read-only files

Sean Houghton fa 13 anys actualitzat fa 13 anys 2
I would like to see a "lock" icon for read-only files.  An alternative, which has already been suggested, is to prevent editing of read-only files.
+10

Build System should allow Run, Test, Verify, Preview, etc.

Alex Chaffee fa 13 anys updated by Mikel Ward fa 12 anys 1

I've just been using ST for a few hours but it occurs to me that some plugins (notably RubyTest) are bending over backwards to do things that maybe should be provided by the existing Build System architecture.


If Build Systems could provide more that just one "cmd" then each file type could have its own system for doing a whole panoply of common tasks:

* Build (as currently defined) 

* Run (build and execute) 

* Verify ("lint" for .c, "ruby -cw" for .rb, http://validator.w3.org/check for .html)

* Preview (turn the file from Markdown etc. into HTML, then launch a browser)

* Test (for foo.rb, open and run foo_test.rb)

The above is probably overspecified, but think about what it would take to have a common system at least for "Build/Run/Preview". Then every file type would have the same key command and menu option for these common tasks.
+10

Spellcheck and a shortcut to turn it on or off

Ivan Krechetov fa 14 anys updated by Denis Tomilin fa 14 anys 1