+6

as of build 2165, console is now white-on-black - how do I get the color theme to apply to it again?

glyph 13 ár síðan updated by Liam Cain 13 ár síðan 1
Every time I open the console or start a build now, my screen flashes bright white.  Why did the most recent beta change this?  How do I get the color theme to apply to the console again?
+6

Provide convenient shortcuts for AZERTY keyboards

محمد أسامة بلعطار 12 ár síðan updated by Emmanuel Joubaud 12 ár síðan 1

USA keybindings are a pain to use in azerty keyboards. User should have the option to switch between the two.

+6

Navigate to the Find Results buffer

Kai Grossjohann 13 ár síðan Uppfært 13 ár síðan 0
I always have "Use Buffer" turned on when doing Find in Files.  WIBNI there was a simple way to navigate to the "Find Results" buffer?  The "Show results panel" menu item is disabled when "Use Buffer" is turned on -- it could be replaced with a "Show Find Results" menu item that shows the corresponding buffer.

A keybinding for this would also be nice.

Surely beats having to Ctrl+Tab to it.
+6

Don't open new tabs when I disable the tab bar -- open new files in separate windows instead then.

Radomir Dopieralski 12 ár síðan 0
I hate tabs, my preferred mode of using a text editor is to open a separate window for every file I work with, and place it in a different place on the screen -- then I can easily switch between them by remembering where each one of them is. This is much more convenient to me than using a linear list of tabs or a source tree, and seeing only one file at a time.

Sublime Text 2 lets me disable the tab bar, but that only hides it -- the editor still happily opens new files in new tabs, so disabling the tab bar only makes using the editor much harder and has no positive effect. That option would be much more useful if it actually disabled tabs, making all the files open in separate windows -- possibly also making already open tabs pop up in new windows (and merge back as they were when the option is disabled).
+6

Persist the state of open folders in project sidebar

Ned Baldessin 12 ár síðan 0
I'm often working on large Ruby on Rails projects, with maybe 10 open folders in the project sidebar. When I switch from one project to another, and back again, I lose the state in which I left the project: all the folders are closed again. Since the state of files is persisted, I expect the folders in the sidebar to behave the same.

Thanks!
+6

Rename file from command palette

Guillaume Bersac 11 ár síðan Uppfært 11 ár síðan 1
When I am in editing a buffer, and I seen that its name doesn't fit, I have to type (cmd + k + b) to open the side bar, then tacking the mouse (I hate tacking the mouse), look for the file in my project (I always have many folder in one project) and then right click on it and pick rename. It would be easier to just prompt the command palette and choose the rename option.

Since the functionality has already been implemented, it would be easy to just had it to the command palette.

Thanks.
+6

GB2312 and GBK

赫帅 赖 12 ár síðan 0
Hello, I strongly hope than the sublime text2 could support GBK and GB2312 encoding natively. I swear that the day the sublime text 2 support GB2312 and GBK encoding natively will be the day that me and many of my friends stop our evaluating of sublime text2...
+6

Unindent Shift-Tab Shortcut Broken?

Jeffrey Van Alstine 13 ár síðan updated by Adam Remer 12 ár síðan 6
For some reason my Shift-Tab unindent keyboard hotkey has stopped working.

This is on Ubuntu 10.10, Sublime Text 2 Build 2059

Default Key bindings:
{ "keys": ["shift+tab"], "command": "unindent", "context":
[{ "key": "text", "operator": "regex_contains", "operand": "\n" }]}

I didn't even know there was default (or user) key bindings before it broke, so I'm pretty sure it's not something I did.

CTRL+[ still works fine.
+6

Leading Space in Regex String breaks Perl Syntax coloring (and consequently, global search)

Donald Donovan 12 ár síðan 0
In Perl, when the first character in a regular expression is a literal space, for example
/ carrots/ 
_everything_ following the space is colored as if it were one big string.  If this weren't bad enough, global file search (ctrl+shift+F) ignores anything in perl files that comes after the syntax break.
+6

Javadoc-style popup on hover

Jonathon Freeman 11 ár síðan 0

If this is already available, or already in the works, or available with a 3rd-party plugin please forgive me and let me know where I can find it. I've installed the DocBlockr and SublimeCodeIntel plugins, but those don't seem to provide this functionality.


Anyway... pretty much all "real" IDEs allow you to hover over an identifier in a source file and a hover dialog will popup that shows the parsed/formatted Javadoc-style documentation for that identifier, whether that doc comes from an external source (such as a JAR or a website) or if it's provided inline within the file itself.


I'm mostly interested in being able to hover over a method in PHP that has PHPDoc written inline directly above, and seeing the parsed/formatted documentation for that method.


I understand grabbing the Javadoc/PHPDoc/etc. for 3rd-party code could be a logistical nightmare and wouldn't be very trivial to implement, but I think if the Javadoc/PHPDoc/etc. is already written inline within the file that is currently open it wouldn't be too hard to parse that Javadoc-style comment and produce a hover popup window with formatted documentation. Maybe I'm wrong...


Thanks, and keep up the great work!

+6

Rendering is very slow under a remote X11 connection

Maxim Razin 12 ár síðan 0

When you ssh -X to a remote machine with an installed sublime, the rendering is extremely slow.
Comparing to GVim or Eclipse, it is almost unusable even on a 1Gb LAN.

+6

Atomic file saves to ensure file integrity

jj05 13 ár síðan Uppfært 13 ár síðan 1

The way sublime editor works currently, is that first truncates the file, and then writes its content.


This has various unwanted consequences:
* Files are temporarirly left in an incomplete/inconsistent state while saving, and that might have various unexpected side effects. If there is interruption while saving to the network, the file will remain corrupted until the the user restarts the editor, and the file recovery mechanism kicks in.

* It breaks most file monitoring system, such as inotify; as the notification is triggered the moment it is truncated. It makes things like Guard and LiveReload not work properly, as they update the browser when they detect a change in the file. But when they do, the filesize is 0 bytes.


Screencast on Guard and LiveReload: http://railscasts.com/episodes/264-guard

Guard: https://github.com/guard/guard

LiveReload: https://github.com/mockko/livereload

+6

setting for reindent on save or load

Pavlos Vinieratos 13 ár síðan 0
should have a setting for reindenting lines on save.

the command is on edit>line>reindent, just call it on save
thanks
+6

Generate a Windows ARM build for jailbroken WinRT devices.

Everyone 12 ár síðan updated by Feijoo Christophe 12 ár síðan 1

Now that there is an untethered jailbreak for WinRT devices, they have become a realistic product for development. Would you consider producing a build for ARM?

+6

Custom gutter icons

tdegrunt 13 ár síðan updated by Diogo Resende 12 ár síðan 1
Currently the add_regions(key, [regions], scope, <icon>, <flags>) call, only allows for dot, circle, bookmark, cross. It would be very useful to allow for custom icons, or, add a few more ..

I'm trying to write a debugger for NodeJS applications and I'll try to misuse 'bookmark' and 'circle' for the purpose (breakpoint & run). But specific ones would be more useful.
+6

ASP Classic Comment Adding

Chase Hubbard 12 ár síðan updated by Angel Curros Fariña 11 ár síðan 1
When you go to add an ASP Classic comment, Sublime adds HTML comments (<!--comment-->) rather than the correct ASP Classic comment ('comment).
+6

German Mac: Unindent shortcut clashes with Layout Grid 4

Leo Koppelkamm 13 ár síðan updated by Felix 12 ár síðan 2
The shortcuts are the same: Apple+[ === Apple + Alt + 5 on some european keyboards.

Please add something if [ == Alt + 5, then reassign the Layout shortcut to maybe Apple + Shift + Alt + 5
+6

When dragging the last tab from one instance to another, don't leave remaining instance

Scott Bowers 12 ár síðan 0
Sublime lets you drag tabs around and snap them out of an instance and into a new instance.  When you drag a tab from one instance to another, sublime will leave the separate instance open when there are no other tabs in it.

Suggestion: when moving tabs from one instance to another, destroy the empty  instance so I don't have to.




+6

Leading and Kerning settings

Gaius Centus Novus 12 ár síðan 0

Some monospace fonts are a little "fuller" than others, taking up the full line height or the full box width. It would be nice to be able to adjust the leading and kerning for these fonts.

+6

Easily run Rspec tests

Patrick Turley 14 ár síðan updated by Tom Brooke 13 ár síðan 2
Many ROR developers rely heavily on tools like TextMate's ability to easily run Rspec tests. It would great if there were a built-in way to do this.