Method Declaration

Sometimes Methodname and Paramertes field is doing crazy things, as you can see here:

https://nözl.de/kk29k

Marius

And if you create a subclass and select a method from super:

https://nözl.de/rlat0

Results in a really crazy method name

I’ve seen that, and it’s hard to reproduce. If you click on some other class or object, it should clear up when you return to it.

Or clear the field and start again.

No, nothing helped. I had to completely recreate the method.

I had this declaration comeing from super (automatically generated from xojo). If I look at the String in Hexeditor, I see C2 A0 as Space instead of 20. Seems like there are some crazy chars coming from Xojo.

C2 A0 is a UTF-8 NON-BREAKING-SPACE.

Hmm, so that nbsp came from somewhere. I haven’t copied it from outside xojo and, of course, I didn’t typed this by hand.