+6

Faster application startup would be nice.

Lyuben Blagoev vor 12 Jahren 0
Faster application startup would be nice. I don't know whether it's checking for updates or something else but putting these things in background and speeding up the application would be nice. Sometimes several seconds are needed for starting Sublime Text.
+6

Tab titles do not support accented letters

Jóhannes Gunnar Þorsteinsson vor 13 Jahren aktualisiert von Tiago Allen Marques de Oliveir vor 12 Jahren 1
For example, letters like "ó" and "í" are displayed "o´" and "i´" unless the file is created by Sublime Text 2. 
Image 12
+6

When "Indent Using Spaces" is enabled, it is impossible to insert a real tab

Justin Bradford vor 12 Jahren 0

When the "Indent Using Spaces" option is enabled, I can't insert a real tab. I've tried adding a unique keybinding to insert a "\t" (like shift+tab, but without contextual alternatives for unindent, tab completion, etc), but it still gets converted into spaces (even when the insertion point is in the middle or at the end of a line).


This becomes a problem when I need to insert a real tab into file that has "Indent Using Spaces" enabled (e.g. a source file that is space-indented and I need to put a real tab in a string).


Also, since I default to indentation using spaces (IUS), any file without any line of leading indentation (e.g. a TSV -- tab-separated file) will default to IUS and thus not let me insert a real tab anywhere.


It seems the characters inserted by the "insert" command do not trigger other keybindings, but they do go through the IUS-phase of processing. Perhaps you could add a "literal_insert" command that bypasses the IUS-phase?


Also, many other text editors have a command that makes the next key be inserted as a literal. I'm content with a literal insert command, as I can add my own keybindings, but a more general solution might also be worth considering.


Anyway, thank you for writing Sublime Text 2. It's really rather amazing. In my opinion, the whole emacs/vi holy war is an obnoxious bug splattered on ST2's windshield. :)


I do hope you consider opening up the source, though. With your unlimited trial, I doubt it'll affect sales significantly, but I would definitely consider a custom license forbidding redistribution of any derived source in binary form and requiring all pull requests/patches to grant you copyright.

+6

look for sublime-project when opening folder

pjv vor 13 Jahren aktualisiert von chaiguy vor 13 Jahren 1
when opening a folder, either from the command line or the "open folder" menu option, i think it would be great if the folder thus opened has a .sublime-project file in it, that the settings in that project file are applied in the same way as if you instead opened the project dire ctly from the Project menu.
+6

Augmented indentation for Python

Patryk Zawadzki vor 13 Jahren aktualisiert vor 13 Jahren 1
There is a great vim plugin that handles proper PEP-8 indentation: python.vim

It would be great to have it in ST2.
+6

Contextual menu (OS X)

Thomas Falk vor 12 Jahren aktualisiert von Barney Carroll vor 11 Jahren 4
A OS X feature request: I would be happy to see the system wide contextual menu (especially the services menu) when right clicking in Sublime Text.
+6

When switching projects keep open folder of previous project

Eric Barnes vor 13 Jahren aktualisiert von vor 11 Jahren 2
I am constantly switching between projects and it would be great if sublime kept the open folder structure of each project. That way you do not have to keep opening several folders each time you switch back. 
+6

Incorrect autocomplete for CSS

Connor Peet vor 12 Jahren 0
Minor bug: when typing selectors which contain a colon, such as "a:hover" a semicolon is automatically placed after the "a:", which must then be manually deleted.

A simple way to fix this would be to have ST not append a semicolon after a colon is typed following a known HTML tag or a string beginning with . or #.
+6

Bundle package control by default

William Payne vor 13 Jahren aktualisiert vor 13 Jahren 0
I think that it would really enhance the ST2 experience for new users if Package Control (or some similar functionality) were included in the base install.
+6

Have an Align feature similar to Vim-Align

Darren Newton vor 13 Jahren aktualisiert von Jason Rogers vor 13 Jahren 2
Vim currently has a plugin (http://www.vim.org/scripts/script.php?script_id=294) which allows you to easily align lines by symbols like : and = which greatly helps the legibility of JavaScript objects, JSON, etc.

Would be great to have something similar in ST2.
+6

Move by Paragraph

lappri vor 14 Jahren aktualisiert von John Flavin vor 11 Jahren 2
The +move+ command could allow "by": "paragraph" as an argument. It should work like move by characters/lines etc but look for the next/previous "\n\s*\n" regex instead. I find it extremely useful when navigating through code and couldn't find any mention of it in ST1 and ST2.
+6

adjustable font size in side-bar

Edward Nestor vor 12 Jahren 0

would like to adjust font size in the tabs and side-bar

+6

A version compiled for Windows RT would be useful

Matt Finch vor 11 Jahren 0

Okay, so it's not going to be supported by MS, but the surface is jailbroken now and it would be really nice to be able to use Sublime on it.

+6

Place of files/folder in project tree is confused

Alexey Blinov vor 13 Jahren aktualisiert von Thomas Thomassen vor 12 Jahren 2

I have this project structure:


| project

|--src
|--|--plugins (folder)
|--|--|--hello_world (folder)
|--|--|--ping (folder

|--|--nomad.py (file)
|--|--plugin_loader.py (file)
|--vendor (folder)
And this is what i see in Project panel:
Image 36
As you can see, it's not very clear that nomad.py and plugin_loader.py IS within src folder. Not within plugins folder... Maybe folder icons can help? Or some changes in alignments?
+6

Different tab colors for folders and file type (configurable)

Audrius Rudalevicius vor 12 Jahren 0
Different tab colors for folders and/or file type (configurable) for grouping, ex.: editing in MVC - editing template of the same action
+6

Default Find in Files Filter

Vote 539 vor 11 Jahren 0

Developers seldom want to perform project-wide searches and have matches returned from cache files, modules, or logs.  It is time consuming to manually enter "not" expressions for these kinds of files into the "where" field of Find in Files every time a new search is performed.  It would be great to have an option in the project and/or user settings like the following:


"default_find_in_files_filter": "-*.scssc,-tmp/*,-node_modules/*,-*.sublime-workspace"

The expression would then be automatically appended to all find-in-files queries.

+6

On OSX: If you dont have a window open, most of the menu items dont show anything

jaap groeneveld vor 14 Jahren aktualisiert von jinushaun vor 13 Jahren 1
for example recent projects and open recent.
you cant open a project directly with select project.

you always have to press new window and then select the project.
+6

bookmark line, not cursor position

Nickolay Abdrafikov vor 13 Jahren aktualisiert von Kornel vor 11 Jahren 2

If cursor placed at column 1 and I toggle bookmark I can't remove this bookmark if cursor placed at column 2 on the same line

+6

Dead keys not working

Elliot S vor 11 Jahren 0

The dead keys are not working on my keyboard. (For example, if I want to get "ê" I can't, it writes "^e"). It works in other programs but not in Sublime text.

Ubuntu 13.10, sublime text 3 last build (not the dev version). Same problem on sublime text 2.0.2.

+6

Love this program! One request: Allow for "OS X Finder style" file/folder manipulation from the sidebar. So drag n drop file & folder moves moves, folder renames, etc.

Charles Provence vor 12 Jahren 0
Love this program! One request: Allow for "OS X Finder style" file/folder manipulation from the sidebar. So drag n drop file & folder moves moves, folder renames, etc.