Hello, I use Eclipse in my Codename One project (this is important for what I'm going to explain)
Until now I used the old Gui builder but I have started a new project and I have decided to take the step and make it with the new tool Gui builder. When I press the record button on the gui builder, the following error appears many times: ../build.xml:49: Gui builder source file corrupt, the don't edit below/above this line comments seem to be missing or modified! ErrCcode A: -1 ErrCode B: -1 I noticed this error occurs when pressing CTRL + SHIFT + F in eclipse (auto format code) https://stackoverflow.com/questions/15655126/how-to-auto-format-code-in-eclipse?15655127#15655127 because: //-- DON'T EDIT BELOW THIS LINE!!! It becomes: // -- DON'T EDIT BELOW THIS LINE!!! A blank space is added in // -- when formatting the code. This problem drove me crazy since it happened to me many times and I didn't know why. Now I know that by removing that space, the Gui builder code is automatically generated again, but it is possible that many other developers have this same problem. My request is that if you can make a small modification in the code of the automatic generation of Gui builder to take this into account. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/6f291ba2-fbe5-4a78-a026-c2ebc8d7fa42%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
