Wildcards in "Goto Anything" searches
Make a shortcut to the current file type's sublime-settings file
teamwork features using version control
because i love developing app with my friends using git
Language sensitive spellcheck (support for lang and xml:lang attributes)
- Let spellcheck be sensible to the lang attribute of HTML and XHTML as well as of the xml:lang attribute of XML.
- E.g. when using an English spell checker, then, when faced with <p>Petite</div>, do not perform English spell check inside that element.
- If present in HTML or XHTML, the @lang attribute should take presedence - though perhaps some may want to fiddle with the presendence.
- Spellcheck could either be fully multilingual (thus allow checking of many languages at once, if the document includes more than one langauge). But as long as spell checking is monolingual, it should behave as described in point 1.
- Also make it possible to declare that no attributes should be checked, except those which one allows it for. (Such as @title and @alt in XHTMl and HTML elements.)
- Textile and MarkDown etc may also support language declaration, and it would be nice to implement that too.
- To save you the hazzle from adding support for all the 8000+ registered language tags, I guess it would be fine if one could declare, e.g. in the preferences that lang="fr" refers to a French dictionary, while lang="nn" refers to a Norwegian Nynorsk dictionary — etc.
Python language parser escapes `
ability to reposition sidebar
Proper Code Collapse Support
Save which code I have collapsed. It doesn't when I collapse code and open Sublime again.
Mark snippets of code in a file as a different language
For example, in a PHP file, there can be JavaScript, CSS, and HTML, so it would be really great if different parts of a file could be set as a different language for syntax highlighting and for other features.
items in sidebar are spaced too far apart
How to change color of *inactive* intendation guides ?
I know that in for example Monokai color scheme there is: activeGuide key, but setting a new inactiveGuide does nothing.
Limit a keyboard shortcut to a certain scope
Smartly clear the is-dirty flag if changes are undone.
With my work, I always have various files open for referencing (I use 2 column view mode so I keep these files on the left, with what I'm working on on the right). Sometimes I accidentally type something into a reference file (because I didn't realize the cursor was in there), then press control-z to undo it. The problem is now the reference file is marked as dirty. Since these reference files are not checked out of P4, now every time I do a "save all" I always get a dialog telling me the file is not writable. The only fix is to close the reference file tab and then re-open it.
Hence it would be swell if when you undo changes in the file up to the last save point, it would clear the is-dirty flag :)
Accepting input in the build output
I feel that one should be able to give input into the build log so that build systems that offer running code aren't fed null inputs and therefore code that needs input will actually work,
ST3 "shell": true not working in Build
{ "shell":true, "cmd": ["cd $project_path && c:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\MSBuild.exe && $project_path\\debug\\vctest.exe"] }
This is the output I get when running the build
The filename, directory name, or volume label syntax is incorrect.
[Finished in 0.1s with exit code 1]
[cmd: ['cd D:\\TFS\\Scrum\\iWhiz\\Dev2.3 && c:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\MSBuild.exe && D:\\TFS\\Scrum\\iWhiz\\Dev2.3\\debug\\vctest.exe']]
[dir: D:\TFS\Scrum\iWhiz\Dev2.3]
[path: C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files\Intel\DMIX;C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin\;C:\Program Files\Intel\Services\IPT\;C:\Program Files\Dell\Dell Data Protection\Access\Advanced\Wave\Gemalto\Access Client\v5\;C:\Program Files\Windows Live\Shared;C:\Program Files\Common Files\Acronis\SnapAPI\;C:\Program Files\CMake 2.8\bin;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;%TFSPowerToolDir%;%BPADir%;C:\Program Files\Prio;C:\program files\microsoft visual studio 10.0\Team tools\performance tools;C:\Program Files\Common Files\Autodesk Shared\;C:\Windows\Microsoft.NET\Framework\v4.0.30319;]
I suspect that the command "shell":true is not having any effect on the build system.
Change font size by using pinch gesture on trackpad
Probably already suggested, but how about allowing font size to be change by pinching on trackpad?
PHP syntax highlighting bug
function a() {
} function b() {
}
The header of the function [b] won't get highlighted right though this is valid syntax.
clicking folder in sidebar does not highlight it
In the latest build 2139 we have the gift of keyboard navigation in the sidebar. This allows full traversal of stuff, including folders.
However, *clicking* on a folder does not highlight it. This conflicts with my ability to highlight a folder via keyboard navigation.
The reason this is an annoyance is because I have to click a file in order to set focus to the sidebar. Clicking a folder only expands it. I would argue that clicking a folder should both expand and "highlight" it.
Quick build arguments
Possibly something in the command palette or something on the build window that will let you easily put arguments for one time/testing use. Without having to save/modify a build system or making a project.
Kundesupport af UserEcho