+19

Natural sorting in project view

Rob Miller hace 13 años actualizado por Matthijs van der Vleuten hace 12 años 1
Image 45

Natural sorting (i.e. 1, 2, 7, 10, 11, rather than 1, 10, 11, 2, 7) would be a real plus in the project pane.
+18

PyQt Applications doesn't show up after "build" (Ctrl+B)

Leszek Tarkowski hace 13 años actualizado por Michael Taylor hace 8 años 3
What's going on: After F7 or crrl+b i have message in ST2 "Running python -u C:\Users\X220\Desktop\myprogram.py". Nothing else. In Task Manager I can see new python.exe process. After kill ST2 displays familiar [Finised] message.
Program is not responding after sys.exit(app.exec_()).   

What is supposed to happened: myprogram.py is using pyqt, and should display window etc.

CLI python programs (print statement) are working normally.

EDIT: Solution:
add
"shell": "true"
to python.sublime-build
+18

Saving a new project defaults to an inconvenient initial location for the save dialog

lanzz hace 13 años actualizado por Manuel Meurer hace 13 años 1
When you create a new project, add a folder (or several) to it, and try to save it, the initial location in the "Save Project As" dialog is some left-over location from a previous "open file" or "save as" action, which is rarely related in any way to a new project. It would be more useful if the initial save location in the dialog is the first folder added to the project, or a common parent folder of all folders in the project perhaps? As it is at the moment, I usually have to climb up from a deep location inside a very-unrelated other project or start from my home and climb down to the project.

OSX 10.6.8, ST2 build 2139
+18

fortran

Paul1287 hace 13 años actualizado por Andrew Murrell hace 11 años 3
Hi,

Thanks for providing such a powerful and nice source code editor. Being a theoretical physicist I've to write code both in C++ and Fortran. Among many other languages C++ is also supported in Sublime Text 2. But, I've always felt a need for a editor which supports Fortran language along with many useful features like code folding etc. Will it be possible that Sublime Text 2 support for Fortran??


Thanks in advance. 


Best Regards,


Paul

+18
Respuestas

Is there an option to turn off FILES from the sidebar?

jleequeen hace 14 años actualizado por Jon Skinner hace 12 años 3
Some people may like it, but I really hate the FILES being at the top of the sidebar, because it's a waste.  I know you can collapse it, but it's really a turn off.  It's open by default, and for me, it serves no purpose.  I know what files I have open in the tab bar.  Is there a way I can turn this off?
Respuesta
Jon Skinner hace 13 años
Added in 2111
+18

Built-in web output tab

farcaller hace 13 años actualizado por Xavura hace 13 años 1
It would be very useful to have a tab supporting web output. Mostly what I'm interested in is a python-scriptable webkit container. 
That would allow to make highly customised output, useful in lots of scenarios (take a look on what TM1 does with tests output for rspec, it's pretty amazing).
Additionally it would allow those of us who do web development to have a possibility of "internal" browser for any testing.
And just think about how it could improve the situation with in-editor API documentation.
+18

Centralized repository for plugins

Alexandre Gravem hace 14 años actualizado por Will Bond hace 14 años 3
It would be nice if you set up a website or some other way to keep track of existing plugins for ST2.
+18

Change App icon

Ted Pearson hace 13 años actualizado por klo uo hace 12 años 5
The App Icon looks too similar to Terminal.app. I keep getting confused between the two. Recommend a change for sure!
+18

Why does Windows Install require Administrator privileges?

Anthony Whitford hace 12 años 0

I'd like to test-drive Sublime, but am unable to install it because it requires Administrator privileges, which I do not have -- only Power User...


Are Administrator privileges truly necessary?

+18

Zen-coding feature by default.

Il'ya Safrankov hace 14 años actualizado por Timothy Johnson, VA hace 13 años 5
+18

reveal_in_side_bar should scroll the side bar to show the file

Simon Wade hace 13 años actualizado por sand12937 hace 12 años 3

reveal_in_side_bar should scroll the side bar to show the file. Currently I have to collapse the side bar in order to get it to do this. Also expand all and collapse all for the sidebar would be useful.

+18

Make unsaved files bold in sidebar (folders section)

mrmachine hace 14 años actualizado por Dirk Heider hace 13 años 2
Also make collapsed folders that contain unsaved files bold, so that unsaved files aren't hidden beneath collapsed folders.
+18

Add a code navigator, like panic coda

Danny Smith hace 13 años actualizado por Matthias Dietrich hace 13 años 2
I would love to see a code navigator in the project area like coda has.
+18

Convert encoding on the fly or at least when using "Save As..."

Oktay Acikalin hace 14 años actualizado hace 14 años 2
Sometimes I have to convert the character encoding from ISO-8859-1 to UTF-8 or others. It would be nice to do this with the currently active view or at least when using "Save As...".
For the in-buffer-variant one could come up with a plugin tho...
+18

Minimap colors should be configurable

John Bitme hace 13 años 0
The minimap colors should be part of the color scheme... on a white background, the current dark highlight is very intrusive.
Personally, I would prefer being able to set a color overlay for the non-visible portion, rather than the visible portion, but either way, it should be configurable like minimapBorder is.
+18
COMPLETADO

Tag Highlighting / Angle Bracket Highlighting

Greenwich hace 14 años actualizado por Jon Skinner hace 13 años 6
It would be nice if tags were highlighted the same way that brackets are e.g.
<div id = 'example'>
blah blah
</div>
Respuesta
Jon Skinner hace 13 años
Added in 2126
+18

Use KDE file dialogs

Stefan Markusen hace 12 años actualizado por Francesco Magazzu' hace 7 años 1

The one element that would improve the user experience on KDE the most is the usage of the native file open/save dialogs.

This is not only about the look, but also about functionality, e.g. favorite folders.


Implementation is straightforward by using the `kdialog` CLI utility.

One project that does this already is Chromium, using the xdg-utils.


Starting point reference: https://code.google.com/p/chromium/codesearch#chrome/src/third_party/xdg-utils/scripts/xdg-file-dialog

+18

Text markers for Folding

Transcendent Type hace 13 años 0
Vim supports text markers for folding, by default {{{ and }}} demarcate the start and end of a folding region.   These can be nested.  Typically I include {{{ and }}} in comments to mark logical blocks of code or XML.
I would like a means in the Sublime Text API to create nested folds based on a marker string independent of the syntax.
+18

Fixed position for open files block in sidebar

Stijn De Meyere hace 13 años actualizado por Bill Dami hace 13 años 2
When you have a long folder tree in the sidebar and you start scrolling down, the "Open Files" bock disappears. It would be nice if this block had a fixed position, as in Espresso on mac, where the tree scrolls under the "Open Files" or Workspace.

This way, people who don't use tabs can still have a quick overview of the currently open files. 
+18

Spellcheck only comments

Eduardo Felipe Castegnaro hace 14 años 0
Now that SublimeText 2 already has a great spellchecker it would be nice to limit it to comments instead of comments and strings.

Since not all strings will be user visible, but a documentation is always developer-visible, it makes sense to limit the scope of spellchecking.