+2

'subl -w' doesn't ever un-block when running under tmux on OS X

glyph vor 12 Jahren 0
On my mac, I have $EDITOR set to 'subl -w'.
If I run my shell session under tmux, it opens the editor fine, but the command on the terminal never exits.  However, this works fine on a terminal by itself, and also under screen, so it could be a tmux bug.
+2

improvements to the "where" field of "find in files" form

lanzz vor 13 Jahren 0
I have two feature requests for the "Where" field in the search:

1. Drag a folder from the project sidebar to the where field
2. Autocomplete suggestions when typing a folder name (similar to the search in the "goto anything" overlay)

At the moment, narrowing the search by folder is too cumbersome, I find myself searching in the whole project and filtering by eyeball all the time.
+2

The option in User File Preferences: "font_options": ["no_antialias"] in MacOSX seems to does not work.

kzolnowski vor 14 Jahren aktualisiert von hced vor 13 Jahren 1
I am trying set 'font_face' to 'Monaco' and 'font_size' to 10 and try turn off antialias do not work.
+2

A way to reset the "go to anything" index

isatis vor 13 Jahren aktualisiert vor 13 Jahren 3
I often open files with sublime text that don't belong to my current project.

Unfortunatly they get added to the project "go to anything" index and now I got plenty of useless files, and some files are need are not in there.

We should be able to clear and rebuild the index.
+2

Drag and drop file management in the sidebar

DanDineen vor 11 Jahren aktualisiert von an solas vor 9 Jahren 1
The ability to move files and directories between other directories in a project by dragging and dropping with the mouse. 
+2

OS X allow disabling font smoothing for dark background

vor 11 Jahren 0

Disabling font smoothing for high-DPI screens with dark backgrounds makes the fonts a lot less bold and arguably clearer. Textmate recently added that, calling CGContextSetShouldSmoothFonts(ctx, false).  It would be nice to be able to specify that in font_options.

+2

C++ comment syntax highlighting

Adam Bowen vor 14 Jahren 0
Comments between a function argument list and function body are not correctly highlighted.

The following code illustrates the problem:

    void foo() // comment
    {
    }

"// comment" will not be highlighted.

Pertinent details:

Sublime Text 2 Alpha, Build 2027 (32 bit Linux)
Espresso Libre theme
C++ Syntax mode
Ubuntu 10.04
+2

Replace All with 10590 matches crashes Sublime Text 2

Geert V vor 12 Jahren 0
When I try to replace all 10590 matches, Sublime Text 2.0.1 build 2217 crashes on OSX Lion and OSX Mountain Lion.
+2

distraction free mode option to blank out all screens

Matthias Götzke vor 13 Jahren 0
Distraction Free Mode is great. But in order to achieve full potential it would be nice to have a toggle (now easily accessible through the command panel) to also blank out all other screens connected to the machine. 

Should be easy to add ? ;)
+2

Word jump should not stop twice on .

Ola Vikholt vor 12 Jahren aktualisiert vor 12 Jahren 2
(Let me explain by example ("|" is cursor position):)

It takes three word jumps (by ctrl+arrow or what have you) to get from 
|www.google.com
to
www.google|.com
as the cursor stops both at
www|.google.com   and   www.|google.com

This makes it difficult to move the cursor fast and efficiently.

At the least, it should be a configurable option not to stop excessively around . and similar (one-character) words.

+2

Goto file bugged when pasting filename + linenumber

Sascha Depold vor 13 Jahren 0
When writing tests, I often have the specific line of the issue in the command line. I then copy the relevant file + the linenumber. The format is: 'filename:123'. When pasting this into the "goto file" dialog it will just jump into line 123 in the current file. It should open 'filename' first and then jump into the line.
+2

Annotations on right-hand pane

Zach Kruchoski vor 12 Jahren 0

For long files, I think it would be useful to have the ability to insert a little editable annotation. It would function as sort of a bookmark on the site panel so you can quickly scroll to repeatedly-viewed sections of code.

+2

Auto-indent bugs in C mode

Martin Mitáš vor 12 Jahren 0

When in C mode, auto-indent has some glitches:

(1) Preprocessor lines (starting with '#') do not determine indentation on following lines (indent level from lines BEFORE the preprocessor line propgates AFTER the preprocessor line).


(2) Closing braces of empty blocks with one or more empty lines are not un-indented as they are if the block is non-empty, or there no empty lines between the braces.


You can find more detailed info here:

http://www.sublimetext.com/forum/viewtopic.php?f=3&t=8932&start=0

+2

Sublime freezes when opening a folder with a huge tree and creating a file

Catalin Poida vor 11 Jahren 0
Hy,

I want to report a bug on sublime 3 on linux Mint cinnamon.
Not entirely sure if this is how I reproduce it, but this is what happens now. So I'll just detail the enviroment and the effects:
- I open a folder with sublime where the tree is very huge: 101,788 items, totalling 80.9 GB
- was working with python language and decide to create a file (within the sublime sidebar) and now is when the program goes mad and uses 100% CPU and ... stuck.
After a while, the CPU goes down, but the sublime does not get back on its feet.

If there are any other information you need, just tell me

Thank
ps: I posted this bug on a forum as well. Didn't know which was the right place
+2

Delete folder on side bar does not work.

zach nawar vor 13 Jahren 0
+2

toggle erb tags

-5364 vor 13 Jahren 0

as already implemented in http://www.sublimetext.com/forum/viewtopic.php?f=2&t=2785&p=14833&hilit=erb#p14833


ctrl-shift-. in textmate creates or cycles the <% %> tags, saving considerable key strokes...

+2

Cobol syntax - mainframe support

lionel delbé vor 12 Jahren in Plugin announcements aktualisiert von Stephen Gennard vor 11 Jahren 2
cobol is one of the most use language in professionnal world. And you developper are facing serious performance issue working with non modern iDE  (auto syntax etc...)
+2

Need nicer icons in search bar

Allen McPherson vor 12 Jahren 0
What a beautiful product. Obvious attention to detail. Please replace "jaggie" icons in search bar. Jarring when compared to the fine visual appearance in the rest of the product.
+2

FILE TYPES ICONS!!!

Ricardo cuoridleone vor 12 Jahren aktualisiert von Ivan Ferrer vor 11 Jahren 2

Please, please please!!!!!


Add the possibility to use icons close to filetypes. That's a lot faster working with them, it's so important for people who come from DREAMWEAVER, the big part of your future costumera!


The product is very nice, but working so is hard: is slower and my head aches trying to get all the files, I have to read ALL the extensions!


Please please please correct this!

Maybe for the minimalism of the software, leave the default like this. 

Bu give us the possibility to CHOSE!


You'll do a very good job.

And I will buy it....

+2
Fixed

Can't add network mounted folders to projects on Ubuntu 10.10

Sebastián Veggiani vor 14 Jahren aktualisiert von Jon Skinner vor 14 Jahren 6
Adding network mounted folders to a project doesn't work.

This is critical for me as we use a development server in which almost every project resides.

The server is a Windows machine and the folder is mounted with the following sentence in fstab file:

    //192.168.2.10/projects /media/eva-projects cifs username=zzzz,password=xxx,iocharset=utf8,noperm,file_mode=0777,dir_mode=0777 0 0

I've recorded a screencast to show the problem: http://ubuntuone.com/p/cIz/ (I have tried to upload the video to youtube but it didn't work)