4 "type": "@WebInspector.PanelFactory",
8 "className": "WebInspector.SourcesPanelFactory"
11 "type": "@WebInspector.ContextMenu.Provider",
12 "contextTypes": ["WebInspector.UISourceCode", "WebInspector.UILocation", "WebInspector.RemoteObject", "WebInspector.NetworkRequest"],
13 "className": "WebInspector.SourcesPanel.ContextMenuProvider"
16 "type": "@WebInspector.ActionDelegate",
17 "actionId": "debugger.toggle-pause",
18 "className": "WebInspector.SourcesPanel.RevealingActionDelegate",
19 "contextTypes": ["WebInspector.SourcesPanel", "WebInspector.ShortcutRegistry.ForwardedShortcut"],
22 "platform": "windows,linux",
23 "shortcut": "F8 Ctrl+\\"
27 "shortcut": "F8 Meta+\\"
32 "type": "@WebInspector.ActionDelegate",
33 "actionId": "debugger.step-over",
34 "className": "WebInspector.SourcesPanel.DebuggingActionDelegate",
35 "contextTypes": ["WebInspector.SourcesPanel"],
38 "platform": "windows,linux",
39 "shortcut": "F10 Ctrl+'"
43 "shortcut": "F10 Meta+'"
48 "type": "@WebInspector.ActionDelegate",
49 "actionId": "debugger.step-into",
50 "className": "WebInspector.SourcesPanel.DebuggingActionDelegate",
51 "contextTypes": ["WebInspector.SourcesPanel"],
54 "platform": "windows,linux",
55 "shortcut": "F11 Ctrl+;"
59 "shortcut": "F11 Meta+;"
64 "type": "@WebInspector.ActionDelegate",
65 "actionId": "debugger.step-into-async",
66 "experiment": "stepIntoAsync",
67 "className": "WebInspector.SourcesPanel.DebuggingActionDelegate",
68 "contextTypes": ["WebInspector.SourcesPanel"],
71 "platform": "windows,linux",
72 "shortcut": "Alt+F11 Alt+Ctrl+;"
76 "shortcut": "Alt+F11 Alt+Meta+;"
81 "type": "@WebInspector.ActionDelegate",
82 "actionId": "debugger.step-out",
83 "className": "WebInspector.SourcesPanel.DebuggingActionDelegate",
84 "contextTypes": ["WebInspector.SourcesPanel"],
87 "platform": "windows,linux",
88 "shortcut": "Shift+F11 Shift+Ctrl+;"
92 "shortcut": "Shift+F11 Shift+Meta+;"
97 "type": "@WebInspector.ActionDelegate",
98 "actionId": "debugger.run-snippet",
99 "className": "WebInspector.SourcesPanel.DebuggingActionDelegate",
100 "contextTypes": ["WebInspector.SourcesPanel"],
103 "platform": "windows,linux",
104 "shortcut": "Ctrl+Enter"
108 "shortcut": "Meta+Enter"
113 "type": "@WebInspector.ActionDelegate",
114 "actionId": "sources.search.toggle",
115 "title": "Search all files",
116 "className": "WebInspector.AdvancedSearchView.ActionDelegate",
120 "shortcut": "Meta+Alt+F"
123 "platform": "windows,linux",
124 "shortcut": "Ctrl+Shift+F"
129 "type": "@WebInspector.ActionDelegate",
130 "actionId": "debugger.toggle-breakpoints-active",
131 "iconClass": "breakpoint-toolbar-item",
132 "className": "WebInspector.SourcesPanel.DebuggingActionDelegate",
133 "contextTypes": ["WebInspector.SourcesPanel"],
136 "platform": "windows,linux",
137 "shortcut": "Ctrl+F8"
141 "shortcut": "Meta+F8"
146 "type": "context-menu-item",
147 "location": "mainMenu/navigate",
148 "actionId": "sources.search.toggle"
151 "type": "@WebInspector.Revealer",
152 "contextTypes": ["WebInspector.UILocation"],
153 "className": "WebInspector.SourcesPanel.UILocationRevealer"
156 "type": "@WebInspector.Revealer",
157 "contextTypes": ["WebInspector.DebuggerModel.Location"],
158 "className": "WebInspector.SourcesPanel.DebuggerLocationRevealer"
161 "type": "@WebInspector.Revealer",
162 "contextTypes": ["WebInspector.UISourceCode"],
163 "className": "WebInspector.SourcesPanel.UISourceCodeRevealer"
166 "type": "@WebInspector.Revealer",
167 "contextTypes": ["WebInspector.DebuggerPausedDetails"],
168 "className": "WebInspector.SourcesPanel.DebuggerPausedDetailsRevealer"
171 "type": "@WebInspector.SourcesView.EditorAction",
172 "className": "WebInspector.InplaceFormatterEditorAction"
175 "type": "@WebInspector.SourcesView.EditorAction",
176 "className": "WebInspector.ScriptFormatterEditorAction"
179 "type": "navigator-view",
183 "className": "WebInspector.SourcesNavigatorView"
186 "type": "navigator-view",
187 "name": "contentScripts",
188 "title": "Content scripts",
190 "className": "WebInspector.ContentScriptsNavigatorView"
193 "type": "navigator-view",
197 "className": "WebInspector.SnippetsNavigatorView"
200 "type": "@WebInspector.ActionDelegate",
201 "actionId": "sources.go-to-source",
202 "className": "WebInspector.SourcesPanel.RevealingActionDelegate",
206 "shortcut": "Meta+O Meta+P"
209 "platform": "windows,linux",
210 "shortcut": "Ctrl+O Ctrl+P"
215 "type": "@WebInspector.ActionDelegate",
216 "actionId": "sources.switch-file",
217 "className": "WebInspector.SourcesView.SwitchFileActionDelegate",
218 "contextTypes": ["WebInspector.SourcesView"],
227 "category": "Sources",
228 "title": "Search in content scripts",
229 "settingName": "searchInContentScripts",
230 "settingType": "boolean",
231 "defaultValue": false
235 "category": "Sources",
236 "title": "Enable JavaScript source maps",
237 "settingName": "jsSourceMapsEnabled",
238 "settingType": "boolean",
243 "category": "Sources",
244 "title": "Detect indentation",
245 "settingName": "textEditorAutoDetectIndent",
246 "settingType": "boolean",
251 "category": "Sources",
252 "title": "Autocompletion",
253 "settingName": "textEditorAutocompletion",
254 "settingType": "boolean",
259 "category": "Sources",
260 "title": "Bracket matching",
261 "settingName": "textEditorBracketMatching",
262 "settingType": "boolean",
267 "category": "Sources",
268 "title": "Show whitespace characters:",
269 "settingName": "showWhitespacesInEditor",
270 "settingType": "enum",
271 "defaultValue": "original",
275 ["Trailing", "trailing"]
280 "category": "Sources",
281 "title": "Display variable values inline while debugging",
282 "settingName": "inlineVariableValues",
283 "settingType": "boolean",
288 "category": "Sources",
289 "title": "Enable CSS source maps",
290 "settingName": "cssSourceMapsEnabled",
291 "settingType": "boolean",
296 "title": "Auto-reload generated CSS",
297 "parentSettingName": "cssSourceMapsEnabled",
298 "settingName": "cssReloadEnabled",
299 "settingType": "boolean",
300 "defaultValue": false
312 "AddSourceMapURLDialog.js",
313 "AsyncOperationsSidebarPane.js",
314 "CallStackSidebarPane.js",
315 "SimpleHistoryManager.js",
316 "EditingLocationHistoryManager.js",
317 "EventListenerBreakpointsSidebarPane.js",
318 "FilePathScoreFunction.js",
319 "FilteredItemSelectionDialog.js",
320 "UISourceCodeFrame.js",
321 "JavaScriptBreakpointsSidebarPane.js",
322 "JavaScriptSourceFrame.js",
325 "RevisionHistoryView.js",
326 "ScopeChainSidebarPane.js",
327 "ServiceWorkersSidebarPane.js",
328 "SourcesNavigator.js",
329 "StyleSheetOutlineDialog.js",
330 "TabbedEditorContainer.js",
331 "WatchExpressionsSidebarPane.js",
332 "ThreadsSidebarPane.js",
333 "ScriptFormatterEditorAction.js",
334 "InplaceFormatterEditorAction.js",
335 "ScriptFormatter.js",
337 "AdvancedSearchView.js",
338 "FileBasedSearchResultsPane.js",
339 "SourcesSearchScope.js",
341 "WorkspaceMappingTip.js",
342 "XHRBreakpointsSidebarPane.js",
343 "JavaScriptCompiler.js",
344 "ObjectEventListenersSidebarPane.js"
347 "filteredItemSelectionDialog.css",
350 "revisionHistory.css",
351 "serviceWorkersSidebar.css",