 
        
            
            
	
		
		
		
			 Provide convenient shortcuts for AZERTY keyboards
		
		
	
              
            
            
            Provide convenient shortcuts for AZERTY keyboards
        
    
    
    
    
    
    
    
	USA keybindings are a pain to use in azerty keyboards. User should have the option to switch between the two.
 
        
            
            
	
		
		
		
			 Navigate to the Find Results buffer
		
		
	
              
            
            
            Navigate to the Find Results buffer
        
    
    
    
    
    
    
    
	 
        
            
            
	
		
		
		
			 Don't open new tabs when I disable the tab bar -- open new files in separate windows instead then.
		
		
	
              
            
            
            Don't open new tabs when I disable the tab bar -- open new files in separate windows instead then.
        
    
    
    
    
    
    
    
	 
        
            
            
	
		
		
		
			 Persist the state of open folders in project sidebar
		
		
	
              
            
            
            Persist the state of open folders in project sidebar
        
    
    
    
    
    
    
    
	 
        
            
            
	
		
		
		
			 Rename file from command palette
		
		
	
              
            
            
            Rename file from command palette
        
    
    
    
    
    
    
    
	Since the functionality has already been implemented, it would be easy to just had it to the command palette.
Thanks.
 
        
            
            
	
		
		
		
			 GB2312 and GBK
		
		
	
              
            
            
            GB2312 and GBK
        
    
    
    
    
    
    
    
	 
        
            
            
	
		
		
		
			 Unindent Shift-Tab Shortcut Broken?
		
		
	
              
            
            
            Unindent Shift-Tab Shortcut Broken?
        
    
    
    
    
    
    
    
	 
        
            
            
	
		
		
		
			 Leading Space in Regex String breaks Perl Syntax coloring (and consequently, global search)
		
		
	
              
            
            
            Leading Space in Regex String breaks Perl Syntax coloring (and consequently, global search)
        
    
    
    
    
    
    
    
	 
        
            
            
	
		
		
		
			 Javadoc-style popup on hover
		
		
	
              
            
            
            Javadoc-style popup on hover
        
    
    
    
    
    
    
    
	If this is already available, or already in the works, or available with a 3rd-party plugin please forgive me and let me know where I can find it. I've installed the DocBlockr and SublimeCodeIntel plugins, but those don't seem to provide this functionality.
Anyway... pretty much all "real" IDEs allow you to hover over an identifier in a source file and a hover dialog will popup that shows the parsed/formatted Javadoc-style documentation for that identifier, whether that doc comes from an external source (such as a JAR or a website) or if it's provided inline within the file itself.
I'm mostly interested in being able to hover over a method in PHP that has PHPDoc written inline directly above, and seeing the parsed/formatted documentation for that method.
I understand grabbing the Javadoc/PHPDoc/etc. for 3rd-party code could be a logistical nightmare and wouldn't be very trivial to implement, but I think if the Javadoc/PHPDoc/etc. is already written inline within the file that is currently open it wouldn't be too hard to parse that Javadoc-style comment and produce a hover popup window with formatted documentation. Maybe I'm wrong...
Thanks, and keep up the great work!
 
        
            
            
	
		
		
		
			 Rendering is very slow under a remote X11 connection
		
		
	
              
            
            
            Rendering is very slow under a remote X11 connection
        
    
    
    
    
    
    
    
	When you ssh -X to a remote machine with an installed sublime, the rendering is extremely slow.
Comparing to GVim or Eclipse, it is almost unusable even on a 1Gb LAN.
 
        
            
            
	
		
		
		
			 Atomic file saves to ensure file integrity
		
		
	
              
            
            
            Atomic file saves to ensure file integrity
        
    
    
    
    
    
    
    
	The way sublime editor works currently, is that first truncates the file, and then writes its content.
This has various unwanted consequences:
* Files are temporarirly left in an incomplete/inconsistent state while saving, and that might have various unexpected side effects. If there is interruption while saving to the network, the file will remain corrupted until the the user restarts the editor, and the file recovery mechanism kicks in.
* It breaks most file monitoring system, such as inotify; as the notification is triggered the moment it is truncated. It makes things like Guard and LiveReload not work properly, as they update the browser when they detect a change in the file. But when they do, the filesize is 0 bytes.
Screencast on Guard and LiveReload: http://railscasts.com/episodes/264-guard
Guard: https://github.com/guard/guard
LiveReload: https://github.com/mockko/livereload
 
        
            
            
	
		
		
		
			 setting for reindent on save or load
		
		
	
              
            
            
            setting for reindent on save or load
        
    
    
    
    
    
    
    
	 
        
            
            
	
		
		
		
			 Generate a Windows ARM build for jailbroken WinRT devices.
		
		
	
              
            
            
            Generate a Windows ARM build for jailbroken WinRT devices.
        
    
    
    
    
    
    
    
	Now that there is an untethered jailbreak for WinRT devices, they have become a realistic product for development. Would you consider producing a build for ARM?
 
        
            
            
	
		
		
		
			 Custom gutter icons
		
		
	
              
            
            
            Custom gutter icons
        
    
    
    
    
    
    
    
	 
        
            
            
	
		
		
		
			 ASP Classic Comment Adding
		
		
	
              
            
            
            ASP Classic Comment Adding
        
    
    
    
    
    
    
    
	 
        
            
            
	
		
		
		
			 German Mac: Unindent shortcut clashes with Layout Grid 4
		
		
	
              
            
            
            German Mac: Unindent shortcut clashes with Layout Grid 4
        
    
    
    
    
    
    
    
	 
        
            
            
	
		
		
		
			 When dragging the last tab from one instance to another, don't leave remaining instance
		
		
	
              
            
            
            When dragging the last tab from one instance to another, don't leave remaining instance
        
    
    
    
    
    
    
    
	 
        
            
            
	
		
		
		
			 Leading and Kerning settings
		
		
	
              
            
            
            Leading and Kerning settings
        
    
    
    
    
    
    
    
	Some monospace fonts are a little "fuller" than others, taking up the full line height or the full box width. It would be nice to be able to adjust the leading and kerning for these fonts.
 
        
            
            
	
		
		
		
			 Easily run Rspec tests
		
		
	
              
            
            
            Easily run Rspec tests
        
    
    
    
    
    
    
    
	 
        
            
            
	
		
		
		
			 Regex character classes are not locale-aware
		
		
	
              
            
            
            Regex character classes are not locale-aware
        
    
    
    
    
    
    
    
	Hello. The \w and similar regex character classes ([a-z], [[:alpha:]], [[:word:]], etc.) are not locale-aware in the Find/Replace panel. For example, on my french computer, \w correctly matches "a" but not "à". I first mentionned this problem here, in case it helps. Thanks.
Kundesupport af UserEcho
 
	
 
		
		
	
	