Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
No se han encontrado topics similares.
+4
"Replace" button has no default key binding
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
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?
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
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.
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
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!
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
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
Solucionado
Precedence given to filenames in Goto File matches
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.
+4
Side bar file name search
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
[\l] or [[:l:]] or [[:lower:]] matches same characters as [\u] or [[:u:]] or [[:upper:]] in the regex find bar.
ST3 3047
Servicio de atención al cliente por UserEcho