Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
 
        
            
            
	
		
		
		
			 All PHP files are opened as syntax HTML
		
		
	
              
            
            
            All PHP files are opened as syntax HTML
        
    
    
    
    
    
    
    
	Using dev build 2029
 
        
            
            
	
		
		
		
			 Tabs shouldn't get focus when moved.
		
		
	
              
            
            
            Tabs shouldn't get focus when moved.
        
    
    
    
    
    
    
    
	 
        
            
            
	
		
		
		
			 Real "Code Complete" from Language library
		
		
	
              
            
            
            Real "Code Complete" from Language library
        
    
    
    
    
    
    
    
	Real "Code Complete" from Language library
Example:
When i'm coding in python:
import os os.[codecomplete list must appear]
Don't complete from de imported library.
I will buy this fantastic editor, but Eclipse is better for my purposes.
I searched in documentation, but i dont encountered.
Thanks and i hope do be not make a stupid question :P
 
        
            
            
	
		
		
		
			 Make .sublime-package files auto-installable
		
		
	
              
            
            
            Make .sublime-package files auto-installable
        
    
    
    
    
    
    
    
	 
        
            
            
	
		
		
		
			 API: better use of context managers
		
		
	
              
            
            
            API: better use of context managers
        
    
    
    
    
    
    
    
	The Python API should use context managers (http://docs.python.org/reference/compound_stmts.html#with) wherever reasonable to make editing and other stateful operations more seamless and Pythonic. This will make it even easier to write more and better plugins, and since it's a backwards-incompatible change, the time to make it is *now*, while ST2 is still in alpha/beta state.
The sublime.View class has a begin_edit() method and an end_edit() method: these two commands are prime candidates to be turned into a context manager. Proposed API:
with view:
do_a_thing()
do_another_thing()
Much more straightforward and Pythonic than creating an edit object, passing it around, and finalizing it with end_edit()
 
        
            
            
	
		
		
		
			 German keyboard layout: "Show Console"
		
		
	
              
            
            
            German keyboard layout: "Show Console"
        
    
    
    
    
    
    
    
	does not work on a German keyboard, and I haven't been able to find the correct combination
 
        
            
            
	
		
		
		
			 Tweak identation for statements spanning trough several lines
		
		
	
              
            
            
            Tweak identation for statements spanning trough several lines
        
    
    
    
    
    
    
    
	report = "Hello World!"
report = "Hello"\
        " World!"report = "Hello"\
         " World!" 
        
            
            
	
		
		
		
			 Please Support RHEL5
		
		
	
              
            
            
            Please Support RHEL5
        
    
    
    
    
    
    
    
	RHEL5 : can you please support it. Thats the OS we use at my work place. Thats the only thing preventing me from buying sublime text
 
        
            
            
	
		
		
		
			 Allow Projects to have a title that would replace "FOLDERS" if set
		
		
	
              
            
            
            Allow Projects to have a title that would replace "FOLDERS" if set
        
    
    
    
    
    
    
    
	It would be nice if the Project Name.sublime-project allowed for the folder to have an attribute of title like below and that would show up instead of "FOLDERS":
{
"title": "PROJECT NAME",
"folders":
[
"path": "/C/webdev/workspace/sites/base",
"name": "Base Folder"
]
}
CODE: SELECT ALL
 
 
        
            
            
	
		
		
		
			 Throw up a warning when an open file has been changed by another user.
		
		
	
              
            
            
            Throw up a warning when an open file has been changed by another user.
        
    
    
    
    
    
    
    
	Service d'assistance aux clients par UserEcho
 
	
 
		
		
	
	