+1

Thanks

Andrew Heaford 12 jaar geleden 0
I've found an editor that has, at least on my windows boxes, replaced vim.

That's impressive. Well done, Sublime is excellent.
+1

Wildcards in "Goto Anything" searches

jdc0589 13 jaar geleden bijgewerkt door Jon Skinner 13 jaar geleden 1
Allow the use of the wildcard operator ' * ' in goto-anything searches.

Example -
  Search string: *.template.*
  Results: ["form.template.html", "index.template.html", etc..]
+1

Make a shortcut to the current file type's sublime-settings file

Acorn 13 jaar geleden 0
It would be great if there was a shortcut to the currently open file's file type's sublime-settings file. Just like there are for the global settings and user file settings.
+1

teamwork features using version control

Widy Graycloud 11 jaar geleden 0
i think it's very useful if sublimetext have teamworks feature like netbeans ide,
because i love developing app with my friends using git
+1

Language sensitive spellcheck (support for lang and xml:lang attributes)

Leif Halvard Silli 12 jaar geleden 0
  1. 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.
  2. 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.)
  3. Textile and MarkDown etc may also support language declaration, and it would be nice to implement that too.
  4. 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.
+1

"highlight_line" doesn't work if "gutter" == false

Jocelyn Turcotte 12 jaar geleden 0

Title says it all.

+1

Python language parser escapes `

David Brodsky 13 jaar geleden bijgewerkt 13 jaar geleden 0
Though python does not escape on ` character, the sublime parser does.
+1

ability to reposition sidebar

mathew davis 13 jaar geleden 0
I'd like to be able to reposition side bar to the other side of the screen
+1

Proper Code Collapse Support

Rafal Chmiel 12 jaar geleden bijgewerkt door Weston Miller 11 jaar geleden 1

Save which code I have collapsed. It doesn't when I collapse code and open Sublime again.

+1

Mark snippets of code in a file as a different language

Ilan Biala 11 jaar geleden 0

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.

+1

items in sidebar are spaced too far apart

mathew davis 13 jaar geleden 0
I think there is too much whitespace in the sidebar, which mean it does not fit as many items vertically as it should
+1

How to change color of *inactive* intendation guides ?

rsk82 12 jaar geleden 0

I know that in for example Monokai color scheme there is: activeGuide key, but setting a new inactiveGuide does nothing.

+1

Limit a keyboard shortcut to a certain scope

Martin H 12 jaar geleden 0
I would love the ability to make a keyboard shortcut do different things depending on scope. There are so many possibilities with that.

 

+1

Remember fullscreen between sessions

aristidesfl 13 jaar geleden 0

The window state should be remembered between sessions. 

+1

Smartly clear the is-dirty flag if changes are undone.

Benson Russell 12 jaar geleden 0

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 :)

+1

Accepting input in the build output

Alec Bernardi 12 jaar geleden 0

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,

+1

ST3 "shell": true not working in Build

Prem Suraj 11 jaar geleden 0
This is my sublime-build file
{
   "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.
+1

Change font size by using pinch gesture on trackpad

rjb 11 jaar geleden 0

Probably already suggested, but how about allowing font size to be change by pinching on trackpad?

+1

PHP syntax highlighting bug

David Čepelík 13 jaar geleden 0

function a() {


} function b() {


}


The header of the function [b] won't get highlighted right though this is valid syntax.

+1

clicking folder in sidebar does not highlight it

ybakos 13 jaar geleden bijgewerkt door lanzz 13 jaar geleden 1
Thanks for a great new release, Jon.

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.