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

+1

Selecting text: is there any rationale or "talk" behind Sublime's different approach compared to many other editors?

hced 12 lat temu Ostatnio zmodyfikowane przez Sven Axelsson 12 lat temu 4

I think (or rather feel) that Sublime Text's representation (and operation) of selecting text is a bit weird, compared to most other editors if not all of them.


For example, comparing Sublime Text to (oh, pick anyone) TextMate:


Holding Shift and pressing Down will place the cursor on the next line in ST2, compared to TextMate which does (what I'm used to) in fact highlight the current line leaving out the cursor.


This is my main barrier to entry (slight exaggeration since I love everything else in ST). Thus, I'm curious to know why it works like this and if text selection can be altered to (what I consider) normal behavior.

+1

Diff checker

Mayank G 11 lat temu Ostatnio zmodyfikowane przez Borys Forytarz 11 lat temu 1

It would be great if sublime could allow checking difference between two versions of same file.

+1

Make Sublime Text cheaper

Test Account 11 lat temu 0
It's more convenient for someone to download the trial and spend 20 minutes finding a crack than it is to hit a "Buy" button.

Make Sublime Text $5, offer more payment options, and I guarantee people will actually buy it. I know I would.
+1

Distraction-Free Bug in FC14

Zach Riggle 13 lat temu 0
Distraction Free mode doesn't remove/cover the menu bar at the top of the screen in Fedora Core 14.

Effectively, Full Screen and Distraction-Free are the same.
+1

Renaming a file should select the filename in the input box

ZachDowd 13 lat temu 0
When renaming a file the input box takes focus, but the caret is at the end of the filename. I think it should auto select the text from the first character to the first "." so it can be easily renamed as soon as you start typing.
+1

Keep Find in Files search history

Steve Bernard 12 lat temu 0

When using the FInd In Files feature.  It would be great if there was a history of past searches and directories that were searched in.  Currently you have to retype if you happen to search in the same directories a lot and there isn't a history of past terms you searched for.

+1

Undo of closed files

Menan Vadivel 11 lat temu 0

Remember the history of edits for closed files and make us be able to go back when we reopen it.

+1

One sublime window for all workspaces!

Ashton Hylton 11 lat temu 0

I would really like to have all workspaces to be accessible in one window with maybe some tabs in the bottom right hand corner. This would be great for when working on multiple parts in a project, or other smaller short lived projects.


Ashton

+1

Is it possible to show a semi-transparent overlay from a plugin?

Rory McGuire 12 lat temu 0

If would be great if I could make a plugin show an overlay, with whatever I want in it. Even better if I could move it around based on whether it is obscuring text or not.

Could be used for help, autocomplete help/suggest. Coding suggestions and context sensitive cheat sheets.


Thanks for The Editor.

+1

Math expression resolver

Mukah Wagner 11 lat temu 0
When you type a math expression, select it and run a shortcut could solve the expression. example: I typed "10 +7", I selected and clicked Edit> Math> Resolve, then it deletes the expression and gives me the result "17".