+1

Reduce tab bar height

stijn 12 years ago updated by Danny McVey 9 years ago 3
the tab bar is, what, 50 pixels high? On modern displays, favouring width over height, that is quite a lot. Also only half of the tab's height is effectively used, the rest is just a waste of screen space. An option to reduce the tab so that the text just fits with some border left would be great.
+1

output can ignore wrong encoded chars and output others

贾延平 11 years ago 0


+1

Soft-Wrapping of Tab Indented Lines Does Not Match Space Indented Lines.

Scott Dunlop 14 years ago updated 14 years ago 1
Line wrapping of long lines with leading tab does not indent soft-wrapped lines to match parent indentation; does not match behavior when wrapping lines with leading spaces.

Ex:
<sp><sp><sp><sp>Very Long Sentence Here.
Vs:
<tab>Another Very Long Sentence.

Item 1 will indent soft-wrapped subsequent lines to match the first line's indent -- the desired behavior, AFAICT. Item 2 does not indent the soft-wrapped lines at all.
+1

Will ST3 support working cjk input method?

Beobkyoon Kim 11 years ago 0

ST2 currently has serveral glitches related to cjk input methods and file name encodings.

I am wondering that this issues are considered in the development of ST3..

+1

Limiting find results by syntactic scope

Dan Haffey 11 years ago 0

It would be quite handy if the Find panel included some way to limit results by scope, or exclude certain scopes. For example, comments and string literals are frequent sources of false positives when searching for an identifier like "contains" that's also common in prose.

+1

Goto Symbol breaks after passing a "new type[0]" in Java

Ryan Park 13 years ago updated 13 years ago 0
Passing in a newly declared empty String\long\etc. in Java causes syntax highlighting and the goto symbol feature to break.

Image 109
+1

Add icons for HaXe and Neko files to Sublime Text

KodeIn 12 years ago 0

It would be great to have icons for HaXe (.hx, .hxml, .nnml) and Neko (.n) files.

The HaXe community working on Macs is starting to get more and more into Sublime Text, it would be a nice move to show them that they're appreciated.


Moreover it doesn't require a large amount of work.


I have started a Quick Look plugin that allows to view the content of .hx files with syntax coloring (still needs a lot of polishing). So the only thing missing seems to be a nice icon for the files.

I tried editing the info.plist in Sublime Text 2.app to use the Document.icns without any success.

+1

C++ syntax highlighting / search bug?

Marius Giurgi 11 years ago 0

Is there a way to have the C++ syntax highlighting correctly recognize/highlight the methods? It appears that if the Class :: Method() declarations have space around the :: operator, sublime fails to highlight the class name and method name.. plus it does not find the method names when you search (ctrl+G) (the @ search).

+1

Can't jump to clang-style message

Magnus Auvinen 14 years ago 0
clang outputs messages like this:

src/solver.c:185:28: error: use of undeclared identifier 'dfhg'

filename:line:column: message

Sublime Text 2 can detect these but not jump to them for some reason.
+1

Spellcheck not working correctly with Markdown

Bodo Junglas 11 years ago 0
This occurs in Sublime Text 3 Build 3059

If I create a simple Markdown file test.md
* [Introduction]()
Open it with Sublime and activate spell check, "Introduction" is marked as incorrect. When using right click it will be "corrected" to
* [Introductionn]()
+1
Completed

Find/replace supports regexp backreferences

-5199 13 years ago updated by Jon Skinner 13 years ago 0
For complex search/replace it would be great if the regular expression mode supported back references in the replace string.
Answer
Jon Skinner 13 years ago
This is already supported, the syntax is detailed at http://boost.sourceforge.net/libs/regex/doc/format_perl_syntax.html
+1

Cannot see autocomplete on lowest viewable line when window is at full height

Kevin Kirchner 12 years ago 0
When I make the window the full height of my screen, the find toolbar hints and autocomplete submenu show below the viewing area and you can't see them. The hints and menus should stay in the viewable area.
+1

THANK YOU!!!

Me Whatever 13 years ago updated 13 years ago 0
Forgot to thank everyone, while submitting requests, for an incredibly awesome editor which excells in style and usability and ease of plugin implementation.
+1

Website Redesign

Austin Condiff 11 years ago 0

Considering how mainstream Sublime Text is becoming, I really think it needs a more professional, clean looking website.

+1

Copying and pasting from Linux VM into Windows creates blank lines

Ben McCann 12 years ago 0
I'm running an Ubuntu VM with Sublime Text 2 on Windows 7.  If I copy text from Sublime in Ubuntu and paste it into Windows then there is a blank line inserted after each line.
+1

Error on ESC in Control-P with no opened files

Marcelo Gomes 11 years ago updated 11 years ago 1

When there is no opened files in Sublime Editor, clicking on control-p and scrolling using arrows, the file can be viewed on editor, however canceling using ESC key, the file remains on editor without tab ... It is a ghost file ... The ESC key needs to cancel the file and take it off from the editor ... Only Enter key should stay with selected file.

+1

Code folding doesn't work if code isn't indented

johtso 13 years ago updated by Baltasar Sanchez 13 years ago 1
Currently if code isn't indented, it is not possible to fold it.

Unnecessary video:

+1

Being able to resize the sidebar

Robin Lilfelt 12 years ago updated by Nicholas Platt 12 years ago 1
It could be nice if you could add a way to resize the sidebar, to make it possible to see the whole filenames in the folders.
+1

file_mute_patterns

Jan Löfberg 12 years ago 0
Similar to file_exclude_patterns and binary_file_patterns. 

The files would still be visible in the sidebar, but they wouldn't open in the editor when browsing the sidebar using arrows.

Useful for images and other type of files you'd like to know are in the correct folder, but dont want to open in any situation of browsing the file, neither by browsing the project sidebar using the arrows, nor when using "Goto anything" ([super + p]) to quickly get to project files.