Commit 7701641c authored by vsevik@chromium.org's avatar vsevik@chromium.org

DevTools: support inplace formatting for workspace scripts/documents.

BUG=341848
R=pfeldman

Review URL: https://codereview.chromium.org/702823002

git-svn-id: svn://svn.chromium.org/blink/trunk@184973 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent dd014225
......@@ -68,6 +68,8 @@ WebInspector.InplaceFormatterEditorAction.prototype = {
{
if (!uiSourceCode)
return false;
if (uiSourceCode.project().type() === WebInspector.projectTypes.FileSystem)
return true;
return uiSourceCode.contentType() === WebInspector.resourceTypes.Stylesheet
|| uiSourceCode.project().type() === WebInspector.projectTypes.Snippets;
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment