Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.

+1

items in sidebar are spaced too far apart

mathew davis 13 ár síðan 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 ár síðan 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 ár síðan 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 ár síðan 0

The window state should be remembered between sessions. 

+1

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

Benson Russell 12 ár síðan 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 ár síðan 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 ár síðan 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 ár síðan 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 ár síðan 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 ár síðan updated by lanzz 13 ár síðan 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.