No print option in Sublime Text2
There is no print option at all in Sublime Text2. I think this is one of the basic feature of any text editor. Notepad has it :D
Word separators and selection
Enable code completions to be stored with project rather than centrally
Multiple cursors across multiple files (columns & rows of layout)
Add LookML as Syntax formatting option
Hi! I do lots of development in a platform called LookML, used by the BI software called Looker. It would be great if I could view the syntax highlighting in sublime without having to import files into Looker to see their syntax highlighting.
If you are interested in this, you can reach out to our support@looker.com address, or me directly at andy@looker.com. Thanks! I love sublime and would love it even more with this feature, but still will use it either way!
IA Writer Capabilities for Themes (Focus Mode)
I have yet to find any code editor that implements some of the interesting features that IA Writer has.
Some things of note are the following. I have included the time at which it occurs in the IA Writer video (http://www.iawriter.com/):
- Theme option to toggle menus off as you start coding (:20 seconds)
- Focus Mode: as you click on blocks of code or type within a block of code, the surrounding code would dim via an opacity setting. (:35 seconds)
Smart tabs for code indentation
The best thing about this is that it survives being opened in a variety of editors without looking like garbage.
Open, edit, validate, package EPUB format
- Open and edit within an EPUB archive.
- Package a project folder as an EPUB.
- Validate EPUB package using epubcheck. (lowest priority)
Allow user to specify line-ending type
'Open with...' from the sidebar
Textmate, Coda etc all have a very useful option to open the currently right-clicked file in another app. This would be really useful to me because I edit CSS in another app & currently have been using the Finder to open the files. If I could do that from within Sublime it would be brilliant.
Add a history of editions spots
It's very handy since you do a lot of back and forth while editing code, and you don't have to 'remember' to set a bookmark.
it's hard to do since you have to decide what to do in cases such as file and lines deletion.
Faster Startup / Close = Hide
Document history tree feature like in E-TextEditor with Visual history navigation.
If you look at the link I include below you will see that it has a visual panel that comes up and lets you click on the different changes and branches and see what you had where. This allows the user to easily pluck deleted code from the history and add it back in without all that undoing and saving a bunch of other snippets into open blank document windows that you might have to do now.
Also, being able to use a diff tool on this would be even better so that you can see the differences between two different points in history or between the current version and a different point in history.
Ref: http://e-texteditor.com/blog/2006/making-undo-usable
Allow "Open Files" to be docked to top of sidebar
This would make it a more complete replacement for the tab bar, which I would prefer to hide, as vertical screen space is at a premium compared to horizontal space with widescreen monitors. And I'm the type of person that likes to see as many lines of code on screen as possible.
For a good example of this type of functionality, take a look at Espresso 2's UI (http://macrabbit.com/espresso/). Or even Chocolat (http://chocolatapp.com/).
Clickable urls
Preview .tm Themes
A preview, while moving my mouse , or up-down keys on the menu items would be very helpful for those who would like to play around with themes like me..
Add new sublime.window method: open_project
There is window.open_file() that can be used for opening .sublime-project files. However, it opens the file to a new tab for editing. The suggested window.open_project() would work differently. Instead of opening the file to the tab, it would act similarly if Project - Open Project... had selected from the toolbar.
Usage:
class FooCommand(sublime_plugin.WindowCommand):
def run(self, *args, **kwargs):
self.window.open_project("path/to/foo.sublime-project")
standard file browser in sidebar
Syntax color wizard (like Textmate), but better
TextMate's was a bit messy because these colors were global. You had to add names (classes?) globally in Preferences. It would be nice if you could specify which names were colored in the language and what the default color is. Then when you view this "wizard" it shows you the options based on the current language (TextMate mixes functions with Markup). From there you could customize a color scheme for a language, or globally (for those that share names).
Kundesupport af UserEcho