+6

Kotlin Sytnax Defenition

I've created Syntax Defenition map for Kotlin Programming Languagehttps://github.com/vkostyukov/kotlin-sublime-package


It supports all language statements (according to language grammar).


+6

deleting file should change tab title to "untitled"

ybakos 13 ár síðan 0
If I have a tab open containing file "foo," when I delete file "foo" via the sidebar the tab should update its name to "untitled".

+6

Interface localization

Alexander Belchenko 12 ár síðan 0
It will be nice to see Sublime speaking with me in my native language. As I can see you're using Python for development of the software. There is standard Python library called gettext that provides support for i18n. Also you might be interested in windows-supporting tools for gettext, see https://launchpad.net/gettext-py-windows
 
+6

Code Hinting

Austin Condiff 13 ár síðan 0
Code hinting would be useful. :)
+6

Minimap Position Disappears

Brian C 11 ár síðan updated by Joe 11 ár síðan 2

I'm using Sublime Text 3 and the current file position in the minimap disappears when the cursor is moved outside it. This makes the minimap mostly useless since it no longer tells me where I am in the document.


Please (please!) revert to the old behaviour in Sublime Text 2 where the position is always visible.


Thank you,

Brian

+6

Right Click Crash

Jason Quatrino 12 ár síðan updated by Ashton Hylton 11 ár síðan 2
Whenever I right-click in the editor, Sublime freezes and eventually crashes.
+6

Add animated bubble to incremental search highlights

codex 13 ár síðan updated by Alan Andersen 13 ár síðan 2
XCode 4 (and Safari) will highlight a found search result by briefly blowing up an animated bubble around the text.  This is a great way to draw your eye to the right spot.  ST2's scroll animation is so flashy that it prevents me from finding the highlighted word easily with my eye.
+6

Show newline whitespace characters in the editors

Fritz Thomas 12 ár síðan 0

one can set "draw_white_space": "all" in the default configuration but this does not show the newline character type used in the file. If it is either unix or windows.

+6

Authenticate when trying to save files that need it

hansnilsson 13 ár síðan updated by jn1238 6 ár síðan 2
When I open for example my hosts file, in /etc/hosts, and enters some stuff, Sublime can't save because I need to authenticate. Sublime should handle this.
+6

It would be nice to have language packs (french, spanish, german) for the user-interface.

Gatti 13 ár síðan Uppfært 13 ár síðan 0
+6

Crash when opening a large file over 4GB in size

Robo210 Robo210 12 ár síðan updated by Carlos K. 12 ár síðan 1
When trying to open a 4GB file, it will load for a while then crash, presumably when it runs out of address space. Even if it can't open files this large, it would be nice to see an error message rather than crashing.
+6

Better highlighting of caret and matching parentheses

eproxus 12 ár síðan 0
For example, a block cursor and changed color or background of carets would make a big difference.

Where's my cursor?
Image 134
+6

Spell checking only within HTML tags

Oliver Caldwell 13 ár síðan updated by Mikael Henriksson 13 ár síðan 1
Currently if you turn on spell checking while in a HTML (or similar document) almost all tags will be marked as incorrect.

Would it be possible to have selected spell checking? So within tags in HTML and within strings in other languages?
+6

OS X 10.5.8

Patricia Lewis 12 ár síðan 0
Is there a version of Sublime Text Editor for 10.5.8. I cannot use the currect Sublime Text 2 on my computer.
+6

Add an "Open in Finder" option when right-clicking on open files/tabs

Dino Angelov 12 ár síðan updated by robertcollier4 12 ár síðan 1

Would be really helpful if there was a context menu option to open this file in Finder right from the open files tree on the left, or the tab bar. Otherwise, one has to hunt down the exact same file in the "folder" tree and then right click to Open in finder, which for large projects takes substantially longer than right clicking on the open file.


Image 224

+6

Avoid blocking other tabs while saving via SSH (via gvfs)

Andrea Olivato 12 ár síðan 0

When saving/opening a remote file from a folder mounted locally (for example using gvfs on gnome based systems) the editor freezes for a few seconds (the time needed to save the current file).


It would be nice if the process of saving was blocking only the busy tab, leaving us the possibility to switch tab and continuing editing other files.



+6

Please support more encodings for Asian users!

Heejun Kim 12 ár síðan updated by Sean Liang 12 ár síðan 1
Please please support more encodings for Asian users.
like EUC-KR and Shift-JIS.
(Korean and Japanese users are really need to use these encodings.)
+6

Indent guide highlighting changed?

Asher Max Schweigart 13 ár síðan updated by Ryan Schumacher 11 ár síðan 3
I love the highlighted indent guides that were added in 2139, but since then they have changed. In 2139 the active guides would be highlighted, and the non-active would be the standard color:
Image 92
in 2181 that feature changed. The highlighting was no longer there:
Image 93
but can be re-added with "indent_guide_options": ["draw_active"]:
Image 94
Notice though that now only the active guides are being drawn, the other ones are not being rendered.
I like the way indent guides were in the 2139. Is there a setting I am missing to change it back to this?
+6

Visual indicator of word wrap

Bryan Clark 12 ár síðan 0

I would love an option for more of a visual indicator of word wrap than just a gap in the line numbering. For example, a light line of dots extending from the gutter to the text of the wrapped line. As it stands, I hate word wrap, but I would gladly trade a few (clearly) wrapped lines to fit another column on my screen.

+6

TextMate-like diff coloring.

Ryan Parman 13 ár síðan updated by Iulius Curt 12 ár síðan 1
TextMate has really good line coloring for diff files. I'd love to see similar coloring for diff files in Sublime Text 2.