File tree 2 files changed +14
-10
lines changed
2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 388
388
<codeInsight .lineMarkerProvider language =" Dart" implementationClass =" io.flutter.editor.FlutterIconLineMarkerProvider" />
389
389
<errorHandler implementation =" io.flutter.FlutterErrorReportSubmitter" />
390
390
391
- <toolWindow id =" Flutter Inspector" anchor =" right" icon =" FlutterIcons.DevToolsInspector"
392
- factoryClass =" io.flutter.view.FlutterViewFactory" />
393
- <projectService serviceImplementation =" io.flutter.view.FlutterView" overrides =" false" />
394
- <!-- Do not uncomment until ready to release the Property Editor. -->
395
- <!-- <toolWindow id="Flutter Property Editor" anchor="right" icon="FlutterIcons.PropertyEditor" factoryClass="io.flutter.propertyeditor.PropertyEditorViewFactory" /> -->
391
+ <toolWindow id =" Flutter Inspector" anchor =" right" icon =" FlutterIcons.DevToolsInspector" factoryClass =" io.flutter.view.FlutterViewFactory" />
396
392
<toolWindow id =" Flutter Deep Links" anchor =" right" icon =" FlutterIcons.DevToolsDeepLinks" factoryClass =" io.flutter.deeplinks.DeepLinksViewFactory" />
397
393
<toolWindow id =" Flutter DevTools" anchor =" right" icon =" FlutterIcons.DevTools" factoryClass =" io.flutter.devtools.RemainingDevToolsViewFactory" />
398
394
<toolWindow id =" Flutter DevTools Extensions" anchor =" right" icon =" FlutterIcons.DevToolsExtensions" factoryClass =" io.flutter.devtools.DevToolsExtensionsViewFactory" />
395
+ <!-- Do not uncomment until ready to release the Property Editor. -->
396
+ <!-- <toolWindow id="Flutter Property Editor" anchor="right" icon="FlutterIcons.PropertyEditor" factoryClass="io.flutter.propertyeditor.PropertyEditorViewFactory" /> -->
397
+
398
+ <!-- Having the projectService defined after the toolWindows allows them to all be picked up by the platform -->
399
+ <!-- See https://github.com/flutter/flutter-intellij/issues/8029 -->
400
+ <projectService serviceImplementation =" io.flutter.view.FlutterView" overrides =" false" />
399
401
400
402
<projectOpenProcessor id =" flutter" implementation =" io.flutter.project.FlutterProjectOpenProcessor" order =" first" />
401
403
Original file line number Diff line number Diff line change 316
316
<codeInsight .lineMarkerProvider language =" Dart" implementationClass =" io.flutter.editor.FlutterIconLineMarkerProvider" />
317
317
<errorHandler implementation =" io.flutter.FlutterErrorReportSubmitter" />
318
318
319
- <toolWindow id =" Flutter Inspector" anchor =" right" icon =" FlutterIcons.DevToolsInspector"
320
- factoryClass =" io.flutter.view.FlutterViewFactory" />
321
- <projectService serviceImplementation =" io.flutter.view.FlutterView" overrides =" false" />
322
- <!-- Do not uncomment until ready to release the Property Editor. -->
323
- <!-- <toolWindow id="Flutter Property Editor" anchor="right" icon="FlutterIcons.PropertyEditor" factoryClass="io.flutter.propertyeditor.PropertyEditorViewFactory" /> -->
319
+ <toolWindow id =" Flutter Inspector" anchor =" right" icon =" FlutterIcons.DevToolsInspector" factoryClass =" io.flutter.view.FlutterViewFactory" />
324
320
<toolWindow id =" Flutter Deep Links" anchor =" right" icon =" FlutterIcons.DevToolsDeepLinks" factoryClass =" io.flutter.deeplinks.DeepLinksViewFactory" />
325
321
<toolWindow id =" Flutter DevTools" anchor =" right" icon =" FlutterIcons.DevTools" factoryClass =" io.flutter.devtools.RemainingDevToolsViewFactory" />
326
322
<toolWindow id =" Flutter DevTools Extensions" anchor =" right" icon =" FlutterIcons.DevToolsExtensions" factoryClass =" io.flutter.devtools.DevToolsExtensionsViewFactory" />
323
+ <!-- Do not uncomment until ready to release the Property Editor. -->
324
+ <!-- <toolWindow id="Flutter Property Editor" anchor="right" icon="FlutterIcons.PropertyEditor" factoryClass="io.flutter.propertyeditor.PropertyEditorViewFactory" /> -->
325
+
326
+ <!-- Having the projectService defined after the toolWindows allows them to all be picked up by the platform -->
327
+ <!-- See https://github.com/flutter/flutter-intellij/issues/8029 -->
328
+ <projectService serviceImplementation =" io.flutter.view.FlutterView" overrides =" false" />
327
329
328
330
<projectOpenProcessor id =" flutter" implementation =" io.flutter.project.FlutterProjectOpenProcessor" order =" first" />
329
331
You can’t perform that action at this time.
0 commit comments