henryzhao / visualswing4eclipse

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

Label-Textes aren't escaped #139

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a label
2. Set the labeltext in the visualeditor to something like this: foo "bar"

The .java-file contains now syntax-errors as the quotes aren't escaped:
jLabel0.setText( "foo "bar""

I'm using visualswing4eclipse 0.9.12.I20090423-1800 with Eclipse 3.5.2 on
Windows Vista.

Original issue reported on code.google.com by p...@splitscreenstudios.com on 29 Mar 2010 at 8:25