OLD | NEW |
1 { | 1 { |
2 "extensions": [ | 2 "extensions": [ |
3 { | 3 { |
4 "type": "@WebInspector.PanelFactory", | 4 "type": "@WebInspector.PanelFactory", |
5 "name": "sources", | 5 "name": "sources", |
6 "title": "Sources", | 6 "title": "Sources", |
7 "order": 2, | 7 "order": 2, |
8 "className": "WebInspector.SourcesPanelFactory" | 8 "className": "WebInspector.SourcesPanelFactory" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 "actionId": "sources.switch-file", | 200 "actionId": "sources.switch-file", |
201 "className": "WebInspector.SourcesView.SwitchFileActionDelegate", | 201 "className": "WebInspector.SourcesView.SwitchFileActionDelegate", |
202 "contextTypes": ["WebInspector.SourcesView"], | 202 "contextTypes": ["WebInspector.SourcesView"], |
203 "bindings": [ | 203 "bindings": [ |
204 { | 204 { |
205 "shortcut": "Alt+O" | 205 "shortcut": "Alt+O" |
206 } | 206 } |
207 ] | 207 ] |
208 }, | 208 }, |
209 { | 209 { |
210 "type": "ui-setting", | 210 "type": "setting", |
211 "section": "Sources", | 211 "category": "Sources", |
212 "title": "Search in content scripts", | 212 "title": "Search in content scripts", |
213 "settingName": "searchInContentScripts", | 213 "settingName": "searchInContentScripts", |
214 "settingType": "checkbox" | 214 "settingType": "boolean" |
215 }, | 215 }, |
216 { | 216 { |
217 "type": "ui-setting", | 217 "type": "setting", |
218 "section": "Sources", | 218 "category": "Sources", |
219 "title": "Enable JavaScript source maps", | 219 "title": "Enable JavaScript source maps", |
220 "settingName": "jsSourceMapsEnabled", | 220 "settingName": "jsSourceMapsEnabled", |
221 "settingType": "checkbox" | 221 "settingType": "boolean" |
222 }, | 222 }, |
223 { | 223 { |
224 "type": "ui-setting", | 224 "type": "setting", |
225 "section": "Sources", | 225 "category": "Sources", |
226 "title": "Detect indentation", | 226 "title": "Detect indentation", |
227 "settingName": "textEditorAutoDetectIndent", | 227 "settingName": "textEditorAutoDetectIndent", |
228 "settingType": "checkbox" | 228 "settingType": "boolean" |
229 }, | 229 }, |
230 { | 230 { |
231 "type": "ui-setting", | 231 "type": "setting", |
232 "section": "Sources", | 232 "category": "Sources", |
233 "title": "Autocompletion", | 233 "title": "Autocompletion", |
234 "settingName": "textEditorAutocompletion", | 234 "settingName": "textEditorAutocompletion", |
235 "settingType": "checkbox" | 235 "settingType": "boolean" |
236 }, | 236 }, |
237 { | 237 { |
238 "type": "ui-setting", | 238 "type": "setting", |
239 "section": "Sources", | 239 "category": "Sources", |
240 "title": "Bracket matching", | 240 "title": "Bracket matching", |
241 "settingName": "textEditorBracketMatching", | 241 "settingName": "textEditorBracketMatching", |
242 "settingType": "checkbox" | 242 "settingType": "boolean" |
243 }, | 243 }, |
244 { | 244 { |
245 "type": "ui-setting", | 245 "type": "setting", |
246 "section": "Sources", | 246 "category": "Sources", |
247 "title": "Show whitespace characters", | 247 "title": "Show whitespace characters", |
248 "settingName": "showWhitespacesInEditor", | 248 "settingName": "showWhitespacesInEditor", |
249 "settingType": "checkbox" | 249 "settingType": "boolean" |
250 }, | 250 }, |
251 { | 251 { |
252 "type": "ui-setting", | 252 "type": "setting", |
253 "section": "Sources", | 253 "category": "Sources", |
254 "title": "Display variable values inline while debugging", | 254 "title": "Display variable values inline while debugging", |
255 "settingName": "inlineVariableValues", | 255 "settingName": "inlineVariableValues", |
256 "settingType": "checkbox" | 256 "settingType": "boolean" |
257 }, | 257 }, |
258 { | 258 { |
259 "type": "ui-setting", | 259 "type": "setting", |
260 "section": "Sources", | 260 "category": "Sources", |
261 "title": "Enable CSS source maps", | 261 "title": "Enable CSS source maps", |
262 "settingName": "cssSourceMapsEnabled", | 262 "settingName": "cssSourceMapsEnabled", |
263 "settingType": "checkbox" | 263 "settingType": "boolean" |
264 }, | 264 }, |
265 { | 265 { |
266 "type": "ui-setting", | 266 "type": "setting", |
267 "title": "Auto-reload generated CSS", | 267 "title": "Auto-reload generated CSS", |
268 "parentSettingName": "cssSourceMapsEnabled", | 268 "parentSettingName": "cssSourceMapsEnabled", |
269 "settingName": "cssReloadEnabled", | 269 "settingName": "cssReloadEnabled", |
270 "settingType": "checkbox" | 270 "settingType": "boolean" |
271 } | 271 } |
272 ], | 272 ], |
273 "dependencies": [ | 273 "dependencies": [ |
274 "source_frame", | 274 "source_frame", |
275 "snippets", | 275 "snippets", |
276 "extensions" | 276 "extensions" |
277 ], | 277 ], |
278 "scripts": [ | 278 "scripts": [ |
279 "jsdifflib.js", | 279 "jsdifflib.js", |
280 "UIList.js", | 280 "UIList.js", |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
318 "filteredItemSelectionDialog.css", | 318 "filteredItemSelectionDialog.css", |
319 "uiList.css", | 319 "uiList.css", |
320 "navigatorView.css", | 320 "navigatorView.css", |
321 "revisionHistory.css", | 321 "revisionHistory.css", |
322 "serviceWorkersSidebar.css", | 322 "serviceWorkersSidebar.css", |
323 "sourcesPanel.css", | 323 "sourcesPanel.css", |
324 "sourcesSearch.css", | 324 "sourcesSearch.css", |
325 "sourcesView.css" | 325 "sourcesView.css" |
326 ] | 326 ] |
327 } | 327 } |
OLD | NEW |