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

0

settings.add_on_change doesn't appear to work correctly

Drarok 13 år siden opdateret 13 år siden 0
When using <Settings instance>.add_on_change(key, func), the callback only appears to get triggered when the "main" settings file (projectname.sublime-settings) within the Package is altered, ignoring my User/projectname.sublime-settings file.

This is despite the fact that Sublime is returning the correct values from <Settings instance>.get(key) once I restart, so it is definitely *reading* the file, just not watching it.

I'm running Mac OS X 10.6.8 at home, yet to test it at work on Mac OS X 10.7.3.
0

Crash with many tabs open

Max Noé 12 år siden 0

A global search and replace has left my editor with hundreds of open tabs. When trying to close them all from the File menu, the application crashes. When trying to close them one by one (by pressing Ctrl+W, no tabs are visible at that time) the application crashes as well. This happens every time.


The application crashes as soon as the tabs become visible again. Re-opening the application leaves it with the same tabs, so it's a question of time that it crashes again.


This happens on version 2.0.1, build 2217, on a MacBook Pro running Mac OS X 10.7.


It should also be noted that implementing this feature could very well solve the problem.

0

Apply color scheme to all windows

Пётр Дёмин 13 år siden opdateret 13 år siden 0
It's hard for eyes seeing nice dark background of code window and light backgrounds of other windows (Side Bar/Output/Console). It would be nice, if chosen color scheme will apply to all windows.
0

reindent on an html tag split over multiple lines behaves incorrectly

Ben Reynwar 12 år siden 0

If an html tag is written over several lines .e.g


<div

  id="mysuperdiv"

>

</div>

then it does not indent correctly when using 'reindent'.

0

Highlight Multiple Syntaxes in One File

mroseman13 12 år siden 0

Add a feature to highlight multiple language syntaxes in a single file. 

In many languages, there are ways to use code written in another language. Take HTML, you can easily write CSS, JavaScript, VBScript, and more within the .html file. I'd love a feature to highlight each line of code in its respective language.


0

error loading colour scheme packages\color scheme

Guangyou Sheng 13 år siden i Plugin announcements opdateret af Barney Carroll 13 år siden 2

error loading colour scheme packages\color scheme-Default\Colorized-174179539423213-Monokai.tmTheme:Error pasrsing plist xml:Failed to open file in file "packages\color scheme-Default\Colorized-174179539423213-Monokai.tmTheme"

0

PHP autocomplete in unclosed <?php ?> is broken in ST3

Mark Gulyaev 12 år siden 0
When I try to use autocomplete in file without '?>' in the end, it writes that there is no available completion. If I add the ?>, it starts working.

Autocompletion doesn't work only in global scope.

I've reproduced it on the Windows 7 x64 and 8 x64.

Builds 3030 and 3021.

To reproduce, just create a new PHP file, write <?php or <?, press enter and Ctrl+Space


0

Edit multiple lines within selection

Markham Anderson 13 år siden 0
Limit the 'edit multiple lines'  feature to the user's selection (if any, else let it be global, as it is now).

Suppose I have 50 <p> tags to which I'd like to add attributes, but I have another 50 which I'd like to remain unchanged. I'm not happy pressing Alt+F3 (which would edit them all) or Ctrl+LeftClick-ing the top 50 (which is tedious). 
0

OSX Window should stay open even if no tabs.

Richard Williamson 11 år siden 0
On linux, the window always stays open even if there is no tabs, on osx the window goes away. Can you please make it an option for the window to always stay open like I had on linux? 

Also on Linux it displays the path of the file on the top, in osx this is not so, would be nice to see it as well.
0

Transient view

Dan Popescu 12 år siden 0

1. Sometimes the transient view width is too small to see the content (eg. Package control - you cannot see the full description) - can we increase the width and maybe expand the row height to show all content?

2. With some plugins (eg. SFTP), the synct operation takes some time, and needs a confirm (Yes/No) in the end (in a transient view) - the problem is that if you switch away from sublime's window you loose the transient view and have to start all over again - can the transient view stay on screen when sublime's window looses focus?

Kundesupport af UserEcho