Sublime Forum

Sublime Text X 20110117

#21

If a file is opened from the command line, could it open in the most-recently-active sublime window rather than in the most-recently-created window? Even more ideally, Sublime Text X would look up the folder of the file being opened and see if that folder exists in an open project, and then open the file in that project’s window.

0 Likes

#22

For some reason command+/ doesn’t work anymore… When I press it, the console spits out “no command for selector: noop:” and my line of code isn’t commented. I’m pretty sure it used to work, though.
If I also hold option, then I can successfully get it to block-comment.

0 Likes

#23

I have a slight suggestion about the snippets menu. The commas can be a bit confusing for snippets that include commas.
For instance in the JavaScript snippet menu the snippet for Object Value JS is :, so in the menu it looks like :, ,.

0 Likes

#24

The window for the Auto Complete is not limited to the screen area and when you are in full screen at the bottom of the page you only see a little bit of the list, but the cursor go off the screen if you go down.

PS: Don’t forget to add the bookmarks, they are quite useful :smile:

0 Likes

#25

Tab title isn’t updated when clicking through files in folders in the sidebar. For example: add a folder to a project with 20 html files, open one and click through the files. With one (!) click, it is opened (why?), but the tab title still remains the filename of the first one.

// Edit: Ah! Got it. In fact, there is no new tab if you “open” a file with single mouse click. Double-click works. Ugly bug :wink:

0 Likes

#26

[quote=“Hannes”]Tab title isn’t updated when clicking through files in folders in the sidebar. For example: add a folder to a project with 20 html files, open one and click through the files. With one (!) click, it is opened (why?), but the tab title still remains the filename of the first one.

// Edit: Ah! Got it. In fact, there is no new tab if you “open” a file with single mouse click. Double-click works. Ugly bug :wink:[/quote]

This is actually by design, I think… one click “previews” the file and a double-click actually opens it.
I think it’d be cool if there were some sort of temporary tab created during a preview that made it clear that a new file was open but also that it was only being previewed.

0 Likes

#27

It’s probably a small change, but I’d love it it you could select the folder/project to search in with a dropdown or history object (like in the old version of sublime) in the find in files dialog. It is possible to do it by manually typing the path at the moment, but would be great if it had the old behaviour.

0 Likes

#28

Hi,

I love Sublime and I purchased a license for Sublime Text X. Definitely the best editor in the market, thank you.

I want to use Distraction Free Full Screen View (Shift + F11) in Sublime Text X. Is it possible :question:

0 Likes

#29

murat: Distraction free mode isn’t in Sublime Text X yet, but it will be coming eventually

0 Likes

#30

Can the behavior of “move by words” (i.e. alt+left or option+left) be tweaked a little bit? If there’s more than one space between two tokens, I’d love if “move by words” stopped on both sides of the space. E.g.:

#define FIVE   |5

[option+left]

#define FIVE|   5

[option+left]

#define |FIVE   5

[option+left]

#|define FIVE   5
0 Likes

#31

I just wanted to say how much I love the way I can quick-switch between projects and that they save all my state. I use this multiple times per day and it saves me a lot of work.
Thanks!

0 Likes