[PATCH] Fixing strings when exporting to JavaFX files
Some exported codes couldn't compile in JavaFX due to spaces and minus signs on id labels. The sanatize function creates a new string with them replaced by underscores, solving the problem.
Diff agains revision 20175.
Looks good. Committed.
Thanks!
bob
On 11/10/2008 3:36 PM, Silveira Neto wrote:
Some exported codes couldn't compile in JavaFX due to spaces and minus signs on id labels. The sanatize function creates a new string with them replaced by underscores, solving the problem.
Diff agains revision 20175.
It was my first diff patch, I don't know if I did it correctly. Thanks guys.
On Wed, Nov 12, 2008 at 10:32 AM, Bob Jamison <rwjj@...127...> wrote:
Looks good. Committed.
Thanks!
bob
On 11/10/2008 3:36 PM, Silveira Neto wrote:
Some exported codes couldn't compile in JavaFX due to spaces and minus signs on id labels. The sanatize function creates a new string with them replaced by underscores, solving the problem.
Diff agains revision 20175.
participants (2)
-
Bob Jamison
-
Silveira Neto