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

+4

"Replace" button has no default key binding

Chris Murphy 13 aastat tagasi uuendatud 13 aastat tagasi 0
There appears to be no default key binding (i.e. shortcut) for the Replace button in Find/Replace, so I'm forced to use the mouse to replace text in this manner.


+4

display ALL hidden characters

Mario Huluvu 11 aastat tagasi 0

it is currently impossible to display some hidden characters (e.g. non joiner chars and new lines). it would be great to at least show some placeholder for unknown characters.

+4

Is it possible to execute a command instead of inserting content for snippets?

Oktay Acikalin 14 aastat tagasi uuendaja Rodrigo Flores 12 aastat tagasi 3
Say I have text like YYYY-MM-DD and want to replace it with the value 2011-03-22. I don't want to do this via a key binding but rather via a tab trigger. The trigger would be YYYY-MM-DD and a TextCommand could return the proper content.
Is that possible?
+4

Bracket indicator mixes comments and actual code

Jeff Yeo 14 aastat tagasi uuendaja Asher Max Schweigart 13 aastat tagasi 2
For example
1 - If(blah blah){
2 - //If(blah){ <-- commented out
3 - Code code
4 - }

The bracket indicator would pair line 2 and 4.
This happened to me in C++. I don't know how it's doing in other languages.
It would be awesome if this can be fixed.
+4

Folders in a project don't always update

Seb Maynard 13 aastat tagasi uuendaja Andy Jarrell 12 aastat tagasi 1
I have a layout similar to:

  • prototypes
    • mm01
      • ebin
      • src
        • somefile.erl
    • mm02
      • ebin
      • src
        • somefile.erl
        • someotherfile.erl
However, sometimes it just shows the mm02 or mm02/src folder as empty - it usually seems to be only on the second or third folders (mm01 usually is correct); if I click Project->refresh folders, it updates and continues working properly. If I close SublimeText and open it again, the same seems to happen.
+4

Having syntax highlighting for awk would be great!

Vladimir Lebedev 13 aastat tagasi uuendaja Tyler Jensen 12 aastat tagasi 1
Hi,

I'm paid user of Sublime Text 2 beta. Using it for writing in Erlang and (g)AWK. It is quite sad, that sublime is not supporting awk syntax highlighting. Would pay another $59 for having it.

Best regards,
Vladimir
+4

Create and edit a new temporary file

David Peixotto 13 aastat tagasi 0
It would be nice to be able to create a new temporary file from within the editor. Many times I just want to stash some data in a file and edit it without having to give it a proper name. 

The temporary file should be deleted when the buffer is closed.
+4
Fixed

Precedence given to filenames in Goto File matches

Ryan Park 13 aastat tagasi uuendaja Jon Skinner 13 aastat tagasi 5
When I type FooBar.txt I usually mean:
com/example/util/FooBar.txt

not:
com/example/model/foo/Bar.txt

in an extremely large project I'm getting far too many irrelevant matches.
Vasta
Jon Skinner 13 aastat tagasi
This is fixed in 2126
+4

Side bar file name search

webArtisan 11 aastat tagasi uuendaja Sourabh Verma 11 aastat tagasi 3

It would be helpful to have a text zone at the top of the sidebar so we can show only the files and folders that we need by typing the name.

+4

Uppercase regex not matching

ab30 11 aastat tagasi 0

[\l] or [[:l:]] or [[:lower:]] matches same characters as [\u] or [[:u:]] or [[:upper:]] in the regex find bar.


ST3 3047