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

+4

New "draw_white_space: boundary" option

Snap 6 років тому оновлений 6 років тому 0

I think it'd be beneficial if there were a new option for draw_white_space that only draws white space on the left most and right most edges of a line so any single white spaces between words or characters in the middle of lines are ignored. Similar to setting editor.RenderWhiteSpace to "boundary" in VS Code. So it'd appear:

def function():
••••if True:
••••••••print("I <3 ST")
••••else:
••••••••print("I'm aware there's trailing white space on this line")••

More often than not, seeing white space helps with indentation, so having any source code being viewed decluttered with potentially unnecessary information while still maintaining its usefulness would be a win-win.

+4

Kindly add support for RTL Languages.

Kamran Jabbar 6 років тому в Plugin announcements оновлено אורן מזרחי 6 років тому 1

Please add RTL support for sublime text.

+4

Put an end to tabs vs spaces- allow configuration of leading space width

Ryan Wheale 7 років тому 0

Let's say the width of a monospaced letter is 1em - allow users to configure the leading space width so that we can have the benefits of tabs while pacifying the classless naysayers of space town ;)


leading_space_width: 1.3em     ### or just 1.3

+4

Odd Behavior on Double-Click + Drag Select

Dan Rogers 13 років тому 0

Coming from TextMate, this is an unresolved problem there as well.

If you take the following bit of code...

var valueUnit = parts[3] || ( cssNumber[ p ] ? "" : "px" );

...and start to double-click then drag to select it, Sublime Text 2 gets overzealous when selecting whitespace. If you repeat this process here on the forums (in just about any browser) the behavior is more desirable.

So far, loving ST2 aside from that! 
Thanks.

+4

Tab Context menu commands do not act on clicked tab

colinta 13 років тому оновлений 13 років тому 0
I'm working on a user-requested feature for FileDiffs.  It would be great to be able to right-click on a tab, and if it isn't the active view, the `Diff with Tab` could know which two files the user wants to diff.

But right now, right-clicking on a tab uses the active view no matter what tab was clicked.  I think this is a bug, maybe it's a feature request, but I think this is more "expected" behavior than "desired" behavior.  The close command, for example, acts on the clicked tab, it is just plugins, apparently, that do not act on the correct file.

I am using OSX, build 2175.
+4

Transparent Overlay Message Box API (in addition to status bar API)

robertcollier4 12 років тому оновлено Darin Morrison 12 років тому 1

Explained here: http://www.azarask.in/blog/post/monolog_boxes_and_transparent_message

It’s simply a large and translucent message that’s displayed over the contents of your screen. They fade away when the user takes any action (like typing or moving the mouse). In practice, the message is both noticeable yet unobtrusive. And because the message is transparent, you can see what’s beneath


Example here: http://www.youtube.com/watch?v=XcHjA5uwHM8


Image 229

+4

An on_close event for windows and/or projects.

Xavura 12 років тому оновлено Kenny Levinsen 12 років тому 1
Request is in the title.
I would like to make sure some processes are killed when a project window is closed. Right now, I think I can achieve this with a view on_close event and counting the number of views that remain in the window and seeing if there is only one.

Of course, that's just terrible.
+4

User Settings - Appending Options Instead of Overriding Them

Andre Greeff 11 років тому 0
With ST3 build 3059, settings stored in the user's `Preferences.sublime-settings` file override matching keys in the global file. For most settings this is perfectly fine, but this could be streamlined for items such as `folder_exclude_patterns` and `file_exclude_patterns`.

Since these elements are arrays, why not simply push the user-specified exclude patterns array onto the global one? This way any updates to the source preferences will still be applied for users who use custom patterns as well.
+4

Keep the caret position when a file is automatically reloaded because it changed on disk, instead of going back to the top of the file.

Jocelyn Turcotte 12 років тому 0
It happens a lot when doing git rebase and similar stuff.
Just touching the file triggers that and it's very annoying.

The best would be to try matching the old text position and find where the caret should be moved.
Though simply going back to the same line number would already be a very nice improvement.
+4

All PHP files are opened as syntax HTML

Matt Rusiniak 14 років тому оновлено Phillip Harrington 11 років тому 4
No matter how many times I set view -> syntax -> open all files with current extension as PHP, all of my PHP files (*.php) are being opened in HTML syntax form.

Using dev build 2029