Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
Have the application self-update rather than having to redownload from a webpage.
Many applications can self-update (even in Windows). This could make Beta testing even more enjoyable!
emacs like font lock feature
This feature enables you to define substitutions from string literals to unicode symbols for better readability.
For example in LaTeX you could have the macros \alpha, \beta... rendered in the buffer as α β etc, or in Haskell you could have (\x -> x+1) rendered as (λx → x+1).
See this screenshot for an example in Haskell.
The file itself would *not* contain the unicode chars but the regular ASCII representation; the symbols are only displayed in the view and revert back to normal when editing the line.
I believe this is way beyond the scope of a plugin and needs to be implemented in ST itself.
Anyone wishing this was added to ST?
BUG: Search in file has graphical issues and sometimes crashes sublime text 2
Searching files in a Symfony 2 PHP Project often crashes the app if there are a lot of results
Also after the second search there are grafical issues => http://cl.ly/1S2y1k1p2U1L2a0Y3q1F
Syntax highlighting should ignore white-space where the language ignores it.
Execute a snippet within a snippet
Right-click context menu (Windows)
Adding "edit with sublime" to the right-click context menu for windows would be faster editing a file in some cases.
below is registry I am using to add this, it does "edit with sublime" and "open folder as sublime project" all credits go to this Site
Windows Registry Editor Version 5.00
; Open files
[HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text 2]
@="Edit with S&ublime Text 2"
"Icon"="C:\\Program Files\\Sublime Text 2\\sublime_text.exe,0"
[HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text 2\command]
@="\"C:\\Program Files\\Sublime Text 2\\sublime_text.exe\" \"%1\""
; This will make it appear when you right click ON a folder
; The "Icon" line can be removed if you don't want the icon to appear
[HKEY_CLASSES_ROOT\Directory\shell\sublime]
@="Open Folder as &Sublime Project"
"Icon"="\"C:\\Program Files\\Sublime Text 2\\sublime_text.exe\",0"
[HKEY_CLASSES_ROOT\Directory\shell\sublime\command]
@="\"C:\\Program Files\\Sublime Text 2\\sublime_text.exe\" \"%1\""
; This will make it appear when you right click INSIDE a folder
; The "Icon" line can be removed if you don't want the icon to appear
[HKEY_CLASSES_ROOT\Directory\Background\shell\sublime]
@="Open Folder as &Sublime Project"
"Icon"="\"C:\\Program Files\\Sublime Text 2\\sublime_text.exe\",0"
[HKEY_CLASSES_ROOT\Directory\Background\shell\sublime\command]
@="\"C:\\Program Files\\Sublime Text 2\\sublime_text.exe\" \"%V\""
snippets need a $Indent and a $clipboard
I would like a couple more macros for use in a snippet.
Can we have $indent this would make a best guess at what the proper indentation be from the start of the line and insert the correct number of tabls or spaces.
I would also like a $clipboard that will insert the contents of the clip board.
What i would like to make is the following
<![CDATA[$indent print "$clipboard=",$clipboard]] for python. (not sure how to handle the space between $indent and print)
Ability for plugins to create new views where the plugin is responsible for all of the rendering
I've been looking though the forums, but as far as I can tell the
current plugin APIs only allow you to manipulate text-buffer views. Is
it possible, or is it planned, to introduce the ability to create new
views where the plugin is responsible for all of the rendering? Like an
empty container, where the plugin author can use the UI toolkit of their
choice (with the appropriate python bindings), to build eg:
- Markdown preview pane
- Build/CI status overview
- Threads/callstack for a debugger plugin
etc.
Or
alternatively, to allow the plugin to create web views, where the UI is
in HTML/CSS/JS, and where the ui can make callbacks to the plugin code
through a mechanism like postMessage.
Changing the name outside of ST2 (of a file open in ST2) should automatically change that file's name inside ST2
Project indentation overrides
In a lot of cases I have my open preferences for things like tab spacing in my own projects. I set these in my user file settings file. On the other hand projects I work on may have their own specifications (2 spaces for tabs, etc).
The current documentation on indentation does not say that it looks in the project file for these settings. I think they need to be added with project settings being last.
Servicio de atención al cliente por UserEcho