+1

Goto Anything Doesn't Support Goto Symbol In Project

Daryl Robbins 11 aastat tagasi 0
Goto Anything currently lets you Goto, well, just about anything, except for a Symbol In Project. To be consistent with the existing feature, it should also let you search across the entire project for a symbol (i.e. by typing @@symbol or some other shortcut).
+1

Different font_size for each pane via right clicking or other.

Jordon Bedwell 12 aastat tagasi 0
It would be nice to have different font sizes for each code pane.  For example I have 2 code panes.  One that holds my current migration and the other which generally is the controller, the model or a seed.  It would be nice if we could shrink the text of the second pane so that it doesn't take up so much real estate since it's mostly there to reference.
+1

live preview with browser

pekster 11 aastat tagasi 0
i seggest the live preview with the browser it will be owsome to edit and see  instant changes like brackets no more pain with live reload , also hex code and image preview inside code, there is more but these are main important features i hope this comes in version 3 stable
+1

Whitespace trimming leads to issues when autosave is enabled

zee 13 aastat tagasi uuendatud 13 aastat tagasi 0
Enabling both trim_trailing_white_space_on_save and save_on_focus_lost leads to somewhat unpleasant behavior. For example, I'm editing a python file and I've got the cursor on a new line (properly indented to 3-4 tabs/4-space groups), or I've just started writing an assignment (with something like foo = <cursor> in the editor). If I switch to some other app and then switch back, cursor will jump to the beginning of line or erase whatever spaces I had at the end of current line, and then I'll have to reinsert these spaces manually. This is even more annoying if this is the last line and ensure_newline_at_eof_on_save is also set — the cursor is forcibly moved to the next line whenever you cmd-tab. I understand that ST doesn't support virtual whitespace (hopefully it will do in the future), but perhaps you could add some hack to fix this specific issue?
+1

Exclude paths from Go To Anything in a project

pete otaqui 13 aastat tagasi 0
Similar to this request:

http://sublimetext.userecho.com/topic/43409-ignore-file-types-and-directories-in-project-when-using-goto-anything/


However, as with the original (which has been marked closed) I would idealy like this on a per-project basis, because I want to exclude packaged javascript files.


Ideally I would still like to see them in the project, since it can be useful to have a look at the packages results, but I don't want to see duplicates for almost everything in "Go To Anything" results.


It's not a huge deal since Go To Anything is pretty smart and I can just prefix my terms with "src" to get only source files.

+1

column ruler

Eye Bull 12 aastat tagasi 0
... would be a nice feature
+1

Show top function's prototype in autocomplete window

Nick23 11 aastat tagasi uuendaja robertcollier4 11 aastat tagasi 3

So when implementing a function, you won't have to switch to a different file and back if you forget what parameters the function accepts.

+1

Ability to switch to column selection after you already have a selection.

Martin H 12 aastat tagasi 0

In Textmate, if I select with the mouse, and then hold Alt/Option, it switches to column mode. Or if I select lines with the keyboard, and then press Alt/Option, it switches to column mode. Currently, in ST2, I have to start the selection while holding Alt/Option, or use Add [Previous/Next] Line

+1

Completion weighting

balaam 13 aastat tagasi 0
There are several systems that suggest completions at the moment it's just an ordered list
  • Snippets
  • API-injected completions
  • .sublime-completions files
  • Words in buffer
We can do better than this! Each of these categories should weigh their completion 0-1 on how confident they are this is relevant and then the list should be generated from that. This would make using completions much more tolerable.

There could be several weighting functions which then average the results.
+1

2 years and no updates ...

Farsheed Ashouri 9 aastat tagasi uuendaja jgstew 9 aastat tagasi 1

Is sublime development dead?

+1

OSX add "new window" option when right-click on the icon

Alin Simionoiu 11 aastat tagasi 0

same way the maxosx terminal works. 

I'm using Mission Control a lot, and let's say i have SublimeText open on desktop 2. if i go to desktop 1 and for some reasons i will like to write something in sublime text, right now i go to desktop 2, open a new tab, detach the tab so it is in it's own window then move it to desktop 1.


If i could just right click on the icon and have an option "new window" that opens a new windows right where i am that will be amazing..

+1

Replace in Files across folders offers no feedback for user

Sean Kubin 12 aastat tagasi 0
I find it weird that when using Find in Files (with buffer) that something happens right away to indicate ST2 is actually working. Yet when clicking Replace (finding across folders) nothing seems to happen until eventually a confirmation prompt appears. There is no feedback or indication anything is going on. 
+1

Git Compatability

ryan gurnick 11 aastat tagasi 0
Add Git Compatability so that you can compare commits and file changes from within the editor.

Within the file viewer maybe dots to show weather the file has been changed, and if you want to view actual changes click on the dot?
+1

The biggest thing I miss coming from Geany is a "save all" function to save all open tabs. Would change my life

Nathan Sunshine 11 aastat tagasi 0

I just want to save all open!

+1

Goto anything ranking should be case-sensitive

adzenith 13 aastat tagasi 0
If I've got a class named FOO and it has a lot of members named FOO::xxx, and I've also got a function named foo in the same file, I'd like to be able to get to foo by typing "foo" in the Goto Anything box, and not have to press down many times to get to it.
Thanks!
+1

Bug with "Open Containing Folder ..." function

Skip 13 aastat tagasi 0

If you are editing a file in the root of a drive (e.g., C:\file.txt) you will get an error from windows saying "The path '\C\file.txt' does not exist or is not a directory."

+1

Find text does not have proper highlight after clicking Replace

chaiguy 13 aastat tagasi uuendatud 13 aastat tagasi 1
In Find & Replace, clicking Find highlights the text using the find highlight as it should, however when you click Replace, the next selection uses the unfocused text selection highlight which is darn near impossible to see.
+1
Lõpetatud

build window should scroll automatically

David Alexander 14 aastat tagasi uuendaja Jon Skinner 11 aastat tagasi 1
build window should scroll automatically with the output.
Vasta
Jon Skinner 14 aastat tagasi
Build 2020 does this
+1

On Mac, Cmd + F and Cmd + I display search box with different height

Justin Drake 12 aastat tagasi 0

Very similar search panels are brought up with the shortcuts Cmd + F and Cmd + I. It seems one is taller than the other by 1px.

+1

Confirmation box when you delete a file from sidebar

Marc Cometa 12 aastat tagasi uuendaja Michael Adams 11 aastat tagasi 2
When deleting files from the sidebar, I think it would be a cool feature to have a "Conirmation box" asking if you are sure to delete the file. Sometimes I accidentally click delete when I right click and try to access some menu item from a custom package that I use.