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

0

Project name should take priority in the window title

superluminal 5 lat temu 0

I usually have several different project windows open at a given time for my dayjob, and it would be nice to be able to quickly switch between them with the system's windowswitcher (Alt+Tab in my case). This is currently prevented by the window titles prioritizing file paths over project name, making it difficult to tell what project I'm switching in to.

0

Keep the status line report of line and column when a selection is made

Cornishman 5 lat temu 0

When a selection is made, the bottom left hand status changes from line / column to number of items selected. This is a pain if trying to line up a selection of text to a tab spacing. Can the selection count be added so that all 3 items are displayed? I really want to know the column number for the above. Currently I have to make a reference point then align a selection to the reference point and then delete the reference point. There is plenty of screen real estate.

0

Show all types(i.e. line endings) whitespaces in Sublime Text 3

vv7vv7 5 lat temu 0

Dear Developers of Sublime Text,

Thank you for your project

Didn't find such common suggestion using search of this web site, thus, there is one.

Is it possible to add such feature to see any types of whitespace characters in text?

An example is shown on image below:

Image 569

As you may notice, there are return characters shown above which is very helpful sometimes.

It is worth to notice that a package called "RawLineEdit" has already been tried and it didn't work in the result. Thus it would be very wonderful to have such option out of the box.

Best regards

0

Native Windows 10 on ARM port

Kaloyan Nikolov 5 lat temu 0

With the release of the Surface Pro X it would be nice to have a native Windows 10 on ARM port.

0

Store currently entered find term in find history

RickyV 5 lat temu 0

Often I will be typing a complex regex into the find field, and then lose it by accidentally stepping through the history with the up or down arrow.  If the last thing to be typed into the Find field could bestored in the history whether it was actually searched or not, that would be helpful.  Also I would appreciate different key bindings for stepping through the history since I often seem to do it accidentally.

0

Make multi-file search-and-replace multi-threaded

Gabriel Charette 6 lat temu 0

ctrl+shift-F on large codebases sadly only uses one core (~2% on my machine when searching the Chromium codebase)

0

Drag and drop folder from open file dialog

tomasantunes 6 lat temu 0

We can drag a folder from the windows explorer to the sidebar but not from the open file dialog. Is that possible?

0

Shift+Enter will start the new line without indentation.

n korpel 6 lat temu 0

Enter starts a new line with indentation.

I've noticed Shift+Enter does nothing, so could it be made to place a newline without indentation.


This is especially useful for copying and pasting lines of code.

0

Opening Recent Files Opens Blank if File is Moved

Sky 6 lat temu 0

Hi all,

If I move a file in my filesystem I notice odd behavior from Sublime where opening files via File > Open Recent > file_name "opens" the file but the body is empty. The tab that opens has the right filename but no data is displayed. If I open the same filename at its new path via File > Open File... everything is fine. I would expect that if a file was moved and didn't have the same file path that at least Sublime would error out that it couldn't find it when attempting to open via Recent.

This is definitely minor / low priority but figured it was good to raise it to your attention.

Operating System: Arch Linux
    Kernel: 5.1.4-arch1-1-ARCH

Sublime Text Version: 3.2.1 Build 3207

No related software or plugins are installed

0

Simple Block Select mode

s314 6 lat temu 0

Like TextPad, the ability to select a rectangular selection spanning lines. Extremely useful for manipulating tabular data.