henryzhao / visualswing4eclipse

Automatically exported from code.google.com/p/visualswing4eclipse
0 stars 0 forks source link

Changes to Horizontal/Vertical Anchor settings from the context menu were not detected by Eclipse #145

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start with a blank JFrame. Add a JButton in the middle of the JFrame. By 
default, the JButton has "leading" anchors for both horizontal and vertical.
2. In the design view, right-click the JButton to bring up the context menu and 
change the horizontal or vertical anchors on the JButton to "trailing". Eclipse 
will not detect the changes and the file will remain in the "save is not 
required" state.

What is the expected output? What do you see instead?
The anchors will behave as expected when the Preview Design feature is used. 
However, when the Run button is used, the anchors are still behaving as though 
there were no changes.

What version of the product are you using? On what operating system?
- Eclipse Helios 3.6
- Visual Swing for Eclipse 0.9.12.I20090506-2220

Original issue reported on code.google.com by kah...@gmail.com on 26 Aug 2010 at 9:19