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

+1

Occasionally, on expanding a tree node all content is hidden when the node contains filetypes that are set to hidden in the prefs.

Richard Icke 15 ár síðan Uppfært 15 ár síðan 1
In my case pyc files. Tree expands as if there were no content in it. Removing pyc files fixes this. OSX 10.7.2, build 2165
+1

API file load intercept

Josh Gentry 14 ár síðan 0

It would be nice if plugins had the ability to intercept a file load operation, instead of only being notified on it's completion.


I'd like to create a 'remote workspace' plugin that creates a local cache of files and if they exist, use them (after checking for updates), if not, download the file and then load the local copy.

+1

problem with commenting

Rajkumar Jegannathan 15 ár síðan Uppfært 15 ár síðan 0
In JavaScript adding a comment at the end of the line comments the entire line.
+1

Scrollbar disable shadow

Richard Mišenčík 13 ár síðan 0
Hello, Im editing a theme and I would like to nkow if it is possible to disable the scrollbars dropdown shadow? And also the one on the right from line numbers.
+1

Mac OS X dictionary lookup does not work in distraction free mode

Karolis Misiunas 13 ár síðan updated by Morris Hopkins 13 ár síðan 1

Since Mountain Lion trackpad triple-finger tap does a dictionary lookup for a selected word. The feature works fine in normal mode of ST2 or ST3, but in distraction free mode it shows a dictionary for a wrong word. Usually few words to the right.   


+1

sublime text 3 hangs after 'close window' on fullscreen on mac os

Артем Дайнеко 13 ár síðan 0
sequence of actions:
1. Open sublime text (existing project loads)
2. Make it fullscreen
3. New Window (it goes on fullscreen)
4. Close Window
5. Profit (remaining window hangs or crashes)
Build 3059, Mac OS 10.9.1
+1

contextual syntax highlighting in PHP

sorahn 15 ár síðan 0
One feature that was really nice in my previous editor... (i'll just leave it as that) was that in PHP if you did echo<<<HTML or echo <<<SQL (or anything similar to those it would use the correct syntax until it reached the end of the echo.

Is that possible?
+1

snippet with text transformation

baurzhan zhakashev 14 ár síðan updated by FichteFoll 14 ár síðan 1

i have this snippet

<snippet>

    <content><![CDATA[ \$${1:var}['${1}']['${3}'] ]]></content>

    <tabTrigger>var2</tabTrigger>

    <scope>text.html,source.php</scope>

    <description>$var['']['']</description>

</snippet>


and i want to text transform (Title case) this part['${1}'] while typing ${1:var}

so result should be like this


$adv['Adv']['name']


is it possable?


+1

Bug in highlighting Erlang format strings

Christian Kruse 15 ár síðan 0
Syntax highlighting for Erlang has a bug in the format strings parser: the format string ~4..0B (an integer with 4 digits, filled up with 0's when the int is smaller, same as %04d in sprintf() format string) is highlighted red (as invalid) while it is a valid format string.
+1

Adjust the alpha of the sublime text's window when the mouse move outside the window

Dupl 15 ár síðan Uppfært 15 ár síðan 0
Let adjust the transparency of the main st2's window when the mouse move out of it (or with a keypress) to let a faster and better view of the website behind it (live reloaded with CodeKit or LiveReload) Example ->