History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-9735
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Dmitry Jemerov
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

GUI Designer: taking snapshots with GridLayoutManager (IntelliJ) is not supported

Created: 18 Sep 06 21:24   Updated: 11 Oct 07 18:47
Component/s: GUI Designer
Fix Version/s: Diana Final

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Depend
This issue depends on:
IDEADEV-10865 GUI Designer: snapshots: improve logi... Normal Open
 

Build: 5,706


 Description  « Hide
GUI Designer: create a form with GridLayoutManager (IntelliJ). You may keep form empty.
Create main(), create run configuration, allow to make snapshots.
Run form. Perform New | Form snapshot. Snapshot dialog opens, but panel with GridLayoutManager is recognized as panel with AbstractLayout, and on attempt to make a snapshot the warning is output that these component will be skipped.

We should probably recognize our own layout manager correctly.



 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 25 Sep 06 12:47
Actually all layouts are recognized as their parent layout classes.

Alexander Chernikov - 16 Oct 06 17:04
Related issue: IDEADEV-10865.