+31

Allow dynamic pane splitting instead/besides of pre made layouts

aristidesfl hace 12 años actualizado por Hai Mac Duy hace 12 años 9
Instead of having a set of predefined layouts to choose from, a more flexible and fundamentally simple way (from the user's point of view) would be to have actions for horizontal and vertical splitting.

This would simplify the split pane mechanics (from a usability perspective), and facilitate a more spontaneous workflow. 

:)
+31

Handle keybinding shortcut conflicts with a popup command window

Grant hace 12 años 0
This is a repost from PrideChung in the forums under the topic suggestion about handling shortcut conflict .
I'm trust most of us encountered shortcut conflict while using sublime because there is so many great plugins and we want to try all of them.
Sometimes I installed several new plugins and found out one of the original keyboard shortcut was no longer available. This will always drive me crazy cause I'm the so-called "shortcut geek". I will have to stop my work, browse the Sublime packages directory,check all the key-map files, find out which plugin caused conflict, assign another shortcut , then back to work.

Maybe there is a better way to deal with this situation, when Editor encounter shortcut conflicts, could it just popup a command panel, show all the possible key-maps so I can use up and down arrows to chose one of them, and I could change the key-map latter. I recently found out aptana studio handle shortcut conflicts just like the way I said. I tried it for a little while and feels pretty good. Hope this idea will make Sublime better.


A Sublime Lover.
+31

Puppet syntax

John DeStefano hace 13 años 0
Please add Puppet language syntax support (similar to Ruby but not quite)?
+31

Multiple projects in a single window

Joel Thornton hace 11 años 0

I would love to see support for multiple projects in a single window.


Personally I find the one-project-per-window approach difficult to use. Especially when I am working on two related projects, having access to multiple projects' files in one consolidated list would be very helpful.


How I imagine this working is splitting the sidebar up into collapsible top-level project groups:


Foo Project 1
    OPEN FILES
        (Foo Project 1's open files list)
    FOLDERS
        (Foo Project 1's folders)

Foo Project 2
    OPEN FILES
        (Foo Project 2's open files list)
    FOLDERS
        (Foo Project 2's folders)
etc.

Clicking on an open file or folder would switch the tabs shown in the current window to the corresponding project's open tabs.


With drag and drop support in the sidebar it would be easy to move open tabs and files between projects. 


This method could also help with ST2's problem of adding random unrelated/one-off files to the project that happens to be open/focused. By optionally having a 'Loose Files' project in the sidebar, opened files that are outside of any open project's folder scope could be automatically (or manually) put there without opening another ST2 window.


Allowing both multiple windows and multiple projects per window (and remembering these between sessions) could work well for certain styles of workflow as well. Some 'search in all this window's projects' function akin to (or replacing) Ctrl+P would also be dandy.



+31

Cross-platform settings and packages sync

Matteo Capobianco hace 13 años actualizado por Vladimir Starkov hace 11 años 5
I'm currently using Dropbox to sync "Packages" and "Pristine Packages" between Mac OS X and Ubuntu via symlinks, and it seems to be working like a charm.
Of course I'm not syncing the session because it would make no sense.
+30

RTL language support in sublime text 3

Saeed Alipoor hace 8 años 0

Image 384

+30

Using "undo", after find and replace in multiple files, should undo in ALL files.

Murray Nuttall hace 12 años actualizado por Didi hace 7 años 1
If I do a find and replace across multiple files in a directory or selection and want to undo, ctrl+z, should undo the change in ALL files.

Otherwise I have to close all files and start again.
+30

My entire professional career I've been looking for two things. A webhost with a great panel and a truly great editor.

Jonathan Yarbor hace 13 años 0
You've completed one part of that by making sublime. I've fallen bracket over function for Sublime 2, broke up with my previous editor, and never looked back. I paid in like 1 week of using the trial. The ability to run on my Mac Mini, Linux Laptop, and my PC computer all the same really makes this a beautiful addition. I'll gladly support this program. Thank you for making awesome happen.

ps: you did the editor, and with that I am making the hosting panel
+30

Image Source Completion

Lukas B Dot hace 12 años actualizado por Liam Cain hace 12 años 5

A while ago I asked this question on StackOverflow:


http://stackoverflow.com/questions/7476220/image-source-completion-for-sublime-text-2


Code Completion that would access the filesystem would be very helpful, not alone for Images, but also for css/js files and so on...


Now I would like to ask this here. Is there anything planned towards this, are there existing plugins that are doing something like this? 

+30

use separate colors for the background, gutter, and folder tree

Chris Hough hace 12 años actualizado por Nando Vieira hace 10 años 10
Build in the capability to set the backgrounds of gutters, the folder tree, and backgrounds seperately.  A good discussion on the soda project. https://github.com/buymeasoda/soda-theme/issues/49
+30

Add 'Close all files' shortcut / command

Hay Kranen hace 13 años actualizado por Joel Thornton hace 13 años 5
It would be very handy to have a way to close all open tabs with one command. Maybe Cmd/Ctrl-Shift-W instead of Cmd/Ctrl-W?
+30

Only cleanup whitespace for modified lines

codex hace 13 años actualizado por Will Schmid hace 11 años 4
In commercial software development, it is desirable to minimize the number of unrelated changes to a file.  For this reason, it would be nice if ST2 only stripped trailing whitespace (or performed any kind of whitespace cleanup) on regions of the file that have been modified, ideally as measured against the copy as stored in one's revision control system.  Eclipse does this.
+29

Limit number of tabs shown based on available space, show other tabs in a pulldown menu

John Pansewicz hace 11 años actualizado por Leo Gallucci hace 10 años 1

Tabs become pretty much unusable once there are too many open. You can't read the text, and the close box goes away. And if the close box is still there, I find myself clicking it by accident because the tab is too small.


I'm used to using Eclipse, and I like how they limit the number of tabs shown based on how much space is available. This way, you can always read the beginning of the file name, and the close box is always visible. When there are more tabs that can be show, a little menu shows up on the right. The menu shows the "shown" tabs in bold", and the ones that can't be shown are normal. You can then show a tab by selecting it from the list, and another visible one will take its place.

+29

Why isn't everything available in the command pallete?

Wayne Ashley Berry hace 12 años actualizado por Dave G hace 12 años 1
There are quite a few commands that aren't available in the command pallete, and I generally find it much easier searching for commands than either going through menus or remembering shortcut keys...

Here are a few I can't find
- Bookmarking
- Expanding Selections
- Toggle Comments
- Switch Project

Is there any reason they aren't in the command palette?
+29

Drag and drop tabs or files to create the split pane layouts

Agile Apricot hace 13 años actualizado por Dan K hace 12 años 3
It would be great if we could drag and drop tabs at the window edges and have them create the pane layouts. Like the adobe suite apps have. A blue highlight could show at the edge you're about to drop it on. And you could just drag the tabs back to one layout to remove them.
+29

PL/SQL Autocomplete & Examples

mike bannen hace 12 años actualizado hace 12 años 0
Would love to have autocomplete for plsql commands and to show examples (maybe in a pop-up, activated by highlighting a command and pressing some key combo).
Could integrate with a site that already has this info. Also, being able to set the version (e.g., Oracle 11gR2) would be really sweet. Having this integrated into an editor rather than having to refer to *gulp* books, or online resources we be...sublime.
+29

Automatic update

Gabriel Lau hace 12 años actualizado por Peter Johnson hace 11 años 17
An automatic update, similar to Firefox in the background, it would be more interesting and confortable than the manual way which is currently done.
+29

Python punctuation support in syntax coloring

Łukasz Langa hace 11 años 0
Sublime Text 2 is using TextMate color schemes. This implementation has a bunch of drawbacks WRT Python support. I found three problems with punctuation described by the screenshot below:

Python syntax punctuation problems

Larger version of the screenshot available here: https://dl.dropbox.com/u/4830253/sublimetext_python_syntax.png

TextMate behaves the same in all cases. If compatibility is more important than solving the problem, so be it. However, I would suggest solving those problems by:

1. supporting punctuation.separator.parameters.python for function calls and punctuation.separator.tuple.python/punctuation.separator.set.python for the respective data structures
2. adding punctuation.section.block.begin.python analogical to punctuation.section.class.begin.python
3. identifying asterisks in function definitions as keyword.operator.arithmetic.python OR adding keyword.operator.unpacking.python
+29

Native OSX Spell Checking

h1ro hace 12 años actualizado por Craig Russo hace 11 años 1
Making a multi platform application feel native is always a difficult task and I appreciate all the effort that has gone on in that direction so far. One thing that really sticks out on OSX is the lack of integration with the native spell check.

I would love for integration with the system wide OSX spell checking API.
+28

Allow the sidebar to move to the right side

Chris Smoak hace 10 años actualizado por Raymond Moul hace 10 años 1
This would allow for better overlap when showing two windows next to each other (the sidebars overlap and not the file content). It would have to be able to be set per-window to be useful with two sublime text windows, but even an app-level setting would make it useful when using alongside other editors.