Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.

+2

Auto-indent bugs in C mode

Martin Mitáš 12 jaar geleden 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 11 jaar geleden 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 14 jaar geleden 0
+2

toggle erb tags

-5364 13 jaar geleden 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

Need nicer icons in search bar

Allen McPherson 13 jaar geleden 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 12 jaar geleden bijgewerkt door Ivan Ferrer 11 jaar geleden 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 14 jaar geleden bijgewerkt door Jon Skinner 14 jaar geleden 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)
+2

Vintage mode: Implement ":wq" and ":q"

Lucas Jenß 13 jaar geleden bijgewerkt door Fredrik Ehnbom 13 jaar geleden 1
Vintage mode: It would be great if it was possible to close a tab using ":q" and write-and-close a tab using ":wq"
+2

Highlight open files in sidebar

Josh Reisner 13 jaar geleden 0
For those of us who don't like tabs, it would be nice to see which files are open in the sidebar with a visual cue such as a highlight.
+2

Reopen the window in snapped position in Windows Vista, 7, 8

Taimar Teetlok 12 jaar geleden 0

When I use Sublime Text in Windows 7 (or Vista or 8) and snap Sublime to the left/right side of the screen and exit Sublime Text, it doesn’t open in the snapped position and size, but rather in the old unsnapped position and size.


I tend to use Sublime Text mainly in snapped position (covering 50% of the screen) and it’s really annoying to snap it every single time I open Sublime Text.


Please make it reopen the window in snapped position and size in Windows Vista, 7, 8. My former code editor – EditPlus – has this capability and this is really convenient.


Thank you.