+8

quick add next and quick find all to be case sensitive

Paul Tramp 12 år siden opdateret af Ada Chao 12 år siden 1

One of the main features is to use Multiple Selections to rename variables quickly. But in java and some other O.O. languages it is important that the features that select them are case sentive.

+8

Highlight folder of the active file in sidebar

Jussi Rytkönen 13 år siden opdateret 12 år siden 2
When you are editing a file the name of this file gets highlighted in the side bar, but only if the folder where the file resides is unfolded. Unfolding the folder when you activate the file could quickly get very annoying, but how about just highlighting the folder itself?

I normally work with many projects open in the sidebar and often these projects have files with same names so knowing which project the current file belongs to is crucial. Highlighting the folder would help a lot in this.
+8

"(project) file/name" in title bar

Brian Okken 11 år siden opdateret af Henrik Pauli 7 år siden 2

Current set up in ST3 is "file/name (project)"

The problem with that is that minimized windows will chop off the title, and then I only see part of the file path, and not the project.

+8

SideBar Files Custom Sort

Michael Brennan-White 12 år siden 0
I not only would like the ability to sort the files in the side bar by the modification date as suggested by Clayton Hynfield but also the ability to Sort by File Type

+8
Færdig

Find in Project Files

Ken Richard 13 år siden opdateret af Jon Skinner 11 år siden 4
The find in files lets you choose a folder for searching which is very nice.  It would be even better if there was an easy way to reset to the project folder.  Alternatively add a "Find in Project Files" option.
Svar
Jon Skinner 13 år siden
I agree! Handily, the Project/Find in Project menu item does just this :)
+8

regular expression save as a template

xue 12 år siden 0

I hope sublime text next version has a new feature that when i find something with regular expression , i can save it as a template ,so next time i want to use it ,i can directly use. I think this can save a lot of timeImage 177

+8

OSX: up and down on first and last line

adzenith 14 år siden opdateret af Pavlos Vinieratos 13 år siden 6
In OS X, pressing up on the first line of a buffer should go to the beginning of the line, and pressing down on the last line should go to the end.
+8
Færdig

Make Ctrl + mouse scroll wheel increase / decrease coding font size (zoom in and out)

Metin Amiroff 14 år siden opdateret af Jon Skinner 12 år siden 3

Now that we have mouse actions support, it would be great to have this feature by default. Quickly zooming in and out with scroll wheel while ctrl is pressed is familiar to users as most of web browsers already implement that.
Svar
Jon Skinner 13 år siden
This was added in 2139
+8

Improve pane layout

Games Faction 14 år siden opdateret af Darin Morrison 11 år siden 4
A lot of issues with the panes would be solved by adopting a similar system to BRIEF from several years ago. I can;t remember the exact specific keys, but in BRIEF, to split a pane, you would press F3 then the direction to split and a new pane would be created, automatically taking keyboard focus. For instance, F3+right, would split the current pane into two with the new one on the right-side of the original. This could be repeated infinitely in any direction.

F4+cursor removes the split in the cursor direction
F2+cursor moves keyboard focus to the pane in the cursor direction
+8

Column selection mode does not toggle on if you press alt mid mouse drag

Chase de Languillette 13 år siden opdateret 13 år siden 0
Kind of nitpicky, but this happens to me at least once per day-

1. Start a left click drag to start selecting text.
2. Press alt while the left mouse button is still down.

Note that column selection does not toggle on.  While dragging the mouse, pressing & releasing the alt key should toggle back & forth between column selection and regular selection.  

Textmate does this, and it's just a nice flexibility thing to have.  Sometimes I change my mind mid-drag and it's annoying to have to restart the selection process :)
+8

Overwrite read-only files when saving

Matthew Johnson 12 år siden opdateret af Mark Fowler 12 år siden 1
Some IDEs, such as Visual Studio, provide the user with an option to "Overwrite" a read-only file when saving, by changing the file's read-only status and then saving the changes. Having an "Overwrite" button in the read-only warning message would be helpful, since I usually just go and find the read-only file and change the state anyways.
+8

Variable to access clipboard content in snippets

lumpysimon 12 år siden opdateret af Tanxerina Studio 8 år siden 3

It would be great if there was a way to easily access the content of the clipboard within a snippet, something like $CLIPBOARD, so for example you could do ${1:$CLIPBOARD}

+8

ST3: Support symbol indexing of enumeration values in C/C++

Andy Jarrell 11 år siden 0
The new symbol indexer is a very useful feature and ST3 continues to get better.  However, the indexer does not seem to identify values within an enumeration.  For example:

typedef enum MyTestEnum
{
   enum1,
   enum2,
   enum3
} MyTestEnum;
enum1, enum2, and enum3 will not be discoverable (though MyTestEnum will) via the Ctrl-Shift-R (find symbol in project) option.

Also see:
http://www.sublimetext.com/forum/viewtopic.php?f=3&t=10886
+8

reStructured text highlight don't work

Henrique Boaventura 13 år siden opdateret af Tobias McNulty 13 år siden 3

 The reStructured Text syntax hightlight isn't working in Sublime Text 2 dev build 2110.

+8

Sublime Text freezes when I try to save a file that my user doesn't own or have write access to

Justin Warkentin 12 år siden 0

I'm using Sublime Text 2.0.1 on Ubuntu 12.04 and when I tried to save a file that I have read permissions to, but not write (since I didn't own it in my case), Sublime Text just completely froze up and I had to kill it and reopen. I went through this cycle of killing and reopening several times until I realized I wasn't the owner. After changing the owner to myself it worked fine. There was no notice or anything, just freezing. Repeatable 100% of the time for me.

+8

Opening / refreshing of large log files is too slow

John Bolger 12 år siden 0
The only thing stopping me from purchasing Sublime Text and using as my default editor is that it is slow to refresh large files. As a developer, I am often looking at large log files and although I find the quick preview bar on the right nifty for this purpose, it is just too slow to open and refresh changed log files. Until this is resolved, I will be sticking with Notepad++ / Textpad.

Regards,
John
+8
Færdig

Project management in sidebar

Richard Temme 13 år siden opdateret af Jon Skinner 13 år siden 1
It would be nice if we could organise more than one project in the sidebar. For example like in eclipse.

The current way is good, but not the best way in my opinion.
Svar
Jon Skinner 13 år siden
Multiple folders can be added to the side bar. Using the Project/Add Folder to Project menu item is one way to do this
+8

Southeast Asia character sets supported.

湖爷洞柴废 13 år siden opdateret af Sean Liang 12 år siden 1
Some characters does not display correctly, such as GBK in Chinese.
+8

Middle click to scroll 360 degrees (like web browser)

ZachDowd 14 år siden 0
Similar to on a web page when you middle click you can scroll up down left right easily by moving the mouse.

This would be a great way to navigate code, especially when word-wrap is turned off.
+8

How to compile C file on Sublime?

Роман Коцибан 13 år siden 0
Compiling on CodeBlocks deduced command line displays the work of the program .. to compile geany used in the terminal.
How to run a compilation on Sublime?

Kundesupport af UserEcho