+2

Bug report: Font size rest in Linux (ubuntu)

Victor Stan 13 lat temu zaktualizowano 13 lat temu 0
Bug report: 

#1. pressing CTRL+0 on Ubuntu Linux does not reset font size. Noticed default key mapping to be not as expected, I have changed it as the following shows:

// { "keys": ["ctrl+0"], "command": "focus_side_bar" },
{ "keys": ["ctrl+0"], "command": "reset_font_size" },

#2. when using the reset font menu, user settings font size is deleted from user configuration file, and default configuration file font size is not taken into consideration. 


+2

Why is there no optional toolbar? (one similar to scite, eg. buttons for Build, Quicksave, Printing, etc..)

Joe DF 12 lat temu 0

Why is there no optional toolbar? (one similar to scite, eg. buttons for Build, Quicksave, Printing, etc..)

+2

Hard to determine focus on Selector with Two items

Growlypants 12 lat temu Ostatnio zmodyfikowane przez Joel Thornton 12 lat temu 1
It's challenging to figure out which item is selected when there's only two items. I know it follows the standard sublime colors, but it's challenging because the selected item color is the same as the border. To me it looks like "No" is selected instead of "Yes".

Image 118
+2

File path in title bar does not update after Save As

Pontus Horn af Rantzien 13 lat temu Ostatnio zmodyfikowane przez ed norwood 13 lat temu 2
When saving a file to a new location, the title bar still displays the old location until you, for example, switch to another tab and back.
+2

Quotation autocomplete should not be on by default

uid 11 lat temu 0

In most languages, it is hard enough to properly escape strings as it is. It rarely helps for a text editor to insert extra quotes. 


If I place my cursor at the end of this string and tap a single quote:


"did he fire six shots\"or'only five'\""


...it is aggravating to suddenly see:


"did he fire six shots\"or'only five'\""''


It is a severe enough issue that I often edit complex strings outside of Sublime, because this "help" of throwing in single or double-quotes just means "now I have two problems" When you're starting at a line with a dozen quotation marks it's not so easy to discern whether Sublime added one of them.


To be clear, I'm not referring to the behaviour where start and end quotes are added to currently selected text - *that* feature makes much more sense than deleting the selected string. What does not make sense is to add two quotes to the *end of a line* when I only typed one - that has helped me exactly *never* times.


Like a doctor, Sublime should "do no evil" and quietly slipping in a quotation mark when I'm not looking just makes my code buggy. It's frustrating behaviour for an otherwise excellently designed program :)

+2

Lookup documentation for class, method, or other symbol definition

João Pereira 13 lat temu 0

 It would be great to have such a feature, specially if it could be presented to us from a pretty popup window or something else (like in many textmate bundles), at least for the most used languages used by text editor's fans (python, ruby, c, perl, php ...)

+2

Make Sublime Text run in X11 without a window manager (kiosk mode)

ChromeOS Guy 11 lat temu zaktualizowano 11 lat temu 1

I have a Chromebook Pixel that I'd like to use for development.  I'm interested in trying Sublime, but don't want to futz with a separate window manager.  Instead,  I'd like to have Sublime open in its own fullscreen X-window session. I can do everything else in ChromeOS.


I tried:


    exec subl


in ~/.xinitrc, which almost worked, except the window was the wrong size.  It looked like it was only taking up the first 640x480 of my display.  (Sorry I can't provide more accurate measurements.)


Is there a command line option to tell Sublime how big to draw itself?  I know this sounds like an obscure use case, but non of the Linux window managers look very good at high resolution, and the only thing I even need a separate Linux environment for is running Sublime.

+2

Projet Files Activity Heat Indicator

Jeff Vogt 12 lat temu 0
I have a short attention span and a lot of files in the open / project file view.  It would be great if the files I have recently been active in would be indicated either by color, or highlight.  Even if they are saved, even if I just peeked into them.  Perhaps another iteration can bring actual heat - like if I have been in and out of two files all day long, those are easily differentiated from the ones I looked at once.
+2

self.view.add_regions in TextCommand triggers on_selection_modified Event

Oktay Acikalin 14 lat temu 0
Why is it that the self.view.add_regions method triggers the on_selection_modified event?
+2

OSX: Full screen dock reflection bug.

Nick 12 lat temu 0
Hello,

I've found a bug whereby sometimes, in full screen mode, the dock doesn't hide and you get an odd reflection.  (The Icons are gone, but the bar is still there.)

I noticed it most buy running
git diff | subl
but it can be reproduced with
echo "hello" | subl 

I have highlighted the issue with a skitch screen shot (the original is here), you can see at the bottom of the page the text has gone "funny".

Kind Regards,
Nick

Build 2181, OSX 10.6.8
+2

Highlight the term (after opening a search result) instead of marking the line number

mpet 13 lat temu zaktualizowano 13 lat temu 0
Currently, if one searches for a term, then clicks on an item among results, he gets line number marked in a destination file, then he needs too look throughout the line to find the term he searched for.
+2

search/multiple selection/ indication in scrollbar like Chrome

Kroum Tzanev 12 lat temu Ostatnio zmodyfikowane przez Joel Thornton 12 lat temu 4

I thing that the seach indication in the scrollbar of Crome is great feature.

It will be nice to see it in ST2. 

For example after Ctrl+D, Alt+F3, it will be nice to know where are my multiple selection positions. 


Image 201


Thanks for the great editor by the way ;)

+2

Feature Request: Drag Tab Into New Instance

Jesse Squire 14 lat temu Ostatnio zmodyfikowane przez Aaron Holbrook 12 lat temu 3
I would find it incredibly helpful to be able to grab a document tab and drag it out of its instance of Sublime Text into either a new or existing second instance.

The functionality exposed by Chromium / Google Chrome is the perfect example of what I've got in mind.
+2

`Lock/unlock Window` from opening files in same window.

Vítězslav Ferko 11 lat temu 0

Easily turned on and off from the menu.
This option, when `unlocked`, will open a file (from outside the editor, eg. explorer, cmd.., double LMB or RMB->Open with...) in last focused ST window. When `locked`, new window will open for next* file.

*next or each: The newly opened window will not be locked. Or the option can be global, meaning every file will be opened in new windows.

Drag and drop will still open a file in the desired window.

This is usefull when some plain text files (*.txt, *.rtf, *.md,..) are registered to ST and you want to open them temporarily while developing your project, but you don't want them to switch view from current working file.

+2

Rectangular block selection capability (in addition to multiple cursors)

William Payne 12 lat temu 0

Whilst the ST2 multiple cursors feature is excellent in it's own right, (and indeed superior in many respects) I still find myself missing the 'feel' of the rectangular selection tool that I used to use (frequently) in Textpad back when I used a Win32 development machine.


When I started using ST2, I was not sure if I was simply not used to multiple cursors, but I have been using ST2 for over 6 months now, and I still miss the old rectangular selection mode, so I have now come to the conclusion that it actually offers something that multiple cursors do not.


I do love multiple cursors; but a rectangular selection mode a-la-Textpad would be a welcome addition.


(I used it to help edit and vertically align code, parameter blocks, and CSV data files).

+2

ctrl+alt+p fuzzy matching should exclude '.sublime-project'

Bartek Bartek 12 lat temu 0

 with some names that contain, let's say 'sub', the mathcing is less robust, this is a minor thing but nonetheless

+2

@media queries don't seem to be indexed when using cmd+r

Robdev Cambridge 11 lat temu 0

To reproduce:

- Open a CSS file with @media{} queries

- Hold cmd and tap R to invoke the in-file fuzzy finder

OR

- Hold cmd and tap T, then type @

Attempt to find a media query by typing "media"


Expected result:

A list of available media queries to jump to


Actual result:

An empty list (or a list of rules which happen to contain "media")

+2

The ability to expand sublime user setting in the .sublime-build, like the limited build variable expansion.

Mike Chilton 12 lat temu Ostatnio zmodyfikowane przez Emanuele D'Osualdo 12 lat temu 1
For example:-
In  makefile.sublime-build I could do the following set up
"cmd": ["make","${settings:buildtype}"],
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"working_dir": "${project_path:${folder:${file_path}}}",
"selector": "source.makefile", 
So as a user I could define a user setting "buildtype:"release" which I could change to "buildtype:"debug" to quickly change between build types, this would also allow me to easily create new ones, like "master", by simple editing my my build system (which is different to make) and changing the user settings, without having to create variants or edit the .sublime-build file etc.  Would be most useful for such things as multi-platform builds, as I could also define multiple user settings, for example settings for a  buildtype and buildplatform in so doing create multiple platform builds with "cmd": ["make","${settings:buildtype}_${settings:buildplatform}"]. I think this would be a simple but powerful addition to the sublime-build implementation.
+2

Non indentation folding by custom %codes or phrases%

Denis Abramov 11 lat temu 0

Currently if I have a large code. I'm separating it by comments and indentations to fold them later.


For example:


// Views

... some views code here ...


// Models

... some models here


But when the code gets really big, indentation becomes so large, that it's starting to annoy.


Would be better if there would be some codes for folding, to avoid indentation at some point of hierarchy.


For example:


// Views fold_start_1

... some views code here without indentation at all ...

// fold_end_1


Now you can fold all the code between fold_start_1 and fold_end_1.


Ofc folding codes could be shorter, it's just as an example

+2

Ruby API, pleeeeeeeease!!!

Juan Falgueras 12 lat temu 0

I have been programming in Tcl for Alpha on Macs for many years.  It had very complete API, similar to the ST2 one.  TextMate came with this very short API based only in environmental variables, but with those genial ideas. In that case the programming language was totally free, since TM is based in external scripting.  And now ST2.  It obliges you to script in Python.  I didn't know Python, although read a lot about and programmed a bit on it.  But each time I dig into the ST2 API to program on Python… I miss Ruby so much!  Please, try Ruby!  Give it an opportunity.