Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Concepts/Spy"

(Created page with "{{ScoutPage|cat=Concepts}} Eclipse Scout provides some spy components that can be useful during the development of the application == Component Spy – Swing / Scout == With...")
 
(Modification given the forum input: https://www.eclipse.org/forums/index.php?t=msg&th=989502&goto=1611372&#msg_1611372)
Line 4: Line 4:
  
 
== Component Spy – Swing / Scout ==
 
== Component Spy – Swing / Scout ==
With CTRL-SHIFT-F1 you can activate informations for the field having the focus.
+
With ALT-SHIFT-F1 you can activate informations for the field having the focus.
 
This will provide:
 
This will provide:
 
* The scout model hierarchy
 
* The scout model hierarchy
Line 12: Line 12:
  
 
== Layout Debugger ==
 
== Layout Debugger ==
With CTRL-SHIFT-F2 you get the layout grid displayed as overlay.
+
With ALT-SHIFT-F2 you get the layout grid displayed as overlay.
  
 
{{important|Required version|The layout debugger is included in Scout 4.0.0-M6 or bigger.}}
 
{{important|Required version|The layout debugger is included in Scout 4.0.0-M6 or bigger.}}

Revision as of 08:11, 11 February 2015

The Scout documentation has been moved to https://eclipsescout.github.io/.

Eclipse Scout provides some spy components that can be useful during the development of the application

Component Spy – Swing / Scout

With ALT-SHIFT-F1 you can activate informations for the field having the focus. This will provide:

  • The scout model hierarchy
  • The swing widget hierarchy

Scout Component Spy.png

Layout Debugger

With ALT-SHIFT-F2 you get the layout grid displayed as overlay.

Important.png
Required version
The layout debugger is included in Scout 4.0.0-M6 or bigger.


Scout Layout debugger.jpg

See also

Copyright © Eclipse Foundation, Inc. All Rights Reserved.