Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
API for checking resource files in current or other plugin.
I suggest that we should have API for checking resource files in current or other plugin is exist.
It is easy easy with os.path.isfile() when in ST2. But in ST3 the plugin may packed in a .sublime-package. Currently we only have find_resources() which is very limited (can only match file name part).
Maybe some API like:
sublime.resource_exists("Packages/<Plugin Name>/resources/name.ext")
Where is the source code for Clojure.tmBundle? It needs some updates.
Here are some things that the community is already aware of, but we don't seem to know how to share them back and get them pulled in:
1. It does not display a Clojure file which contains just a map, e.g. `{:one "the number one"}`
2. EDN support (would be solved largely by the point above). The current Clojure definition does not display EDN well, because it expects () to wrap the content. You can look at https://gist.github.com/MattDMo/8006695 for ideas.
3. The current version does not know about the threading macros: ->, ->>, some->, some->>, and so on.
4. It gets regexes wrong: http://stackoverflow.com/questions/20598642/fix-su...
5. Perhaps it should treat commas as whitespace: https://gist.github.com/davidfstr/6408577
Vintage mode: 0 selected regions
When i create an empty tag in html (<div></div>), and put my cursor on the opening div tag, in command mode pressing "cit" should empty anything inside the tag and put cursor in it.
This action works when there is something in the tag, but in the case when its empty, my cursor just disappears and in the bottom status bar i get info "0 selected regions", and i can get cursor back on the editor only if i manually click on it, no other way. This functionality in Vim works fine, so i guess it's ST3 related bug. Is there maybe a way to fix it ? Thanks.
Linux: Trigger sftp mounting when you open a project
Split a row into multiple views
Basically I'd like the ability to have 2 rows and split the bottom row into multiple columns.
So I guess add the ability to create custom layouts that allow combos of splitting rows and columns as needed.
Layout should be local to current window, it should not change the state of all new windows
Converter for transfering configuration files from other editors (primarily Notepad++).
Move view command
Regex/Javascript syntax highlighting bug
I am using regex to validate an email input field as described here: http://www.regular-expressions.info/email.html
When I use that regex in my javascript, the syntax in rest of my document after the regex is incorrectly highlighted. Try copying and pasting the following code into a javascript file.
if($('form.contact input.email').val() == '' || !$('form.contact input.email').val().match(/[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?/)) {
hasError = true;
$('form.contact input.email').addClass("error");
console.log('Email is at fault');
}
Is anyone else having this issue? I am using ST3, pretty sure it does it in 2 as well.
Add support for SASS css styling so it recognizes scss files
Add suport for SASS styling so it recognizes scss files and syntax highlighting. Sass is becoming widely used for python - django projects and ruby - rails projects. Would be great to see this supported.
Kundesupport af UserEcho