Page 1 of 1

#PB_Compiler_EnumerationValue disappears + Save bugs

Posted: Fri Sep 27, 2013 12:08 pm
by Num3
On the IDE when double clicking on a XIncludeFile "my_form.pbf" line, sometimes the #PB_Compiler_EnumerationValue gets replaced on the enumerations by FormWindow or FormGadget words.

Also, saving produces an inconstant file format, save menu button, pre-compile saving, and CTRL+S seem to save in different file formats (ascii, UTF-8 and UTF-8 without boom!), needless to say that Latin characters get all messed up with these constant saving changes.

Re: #PB_Compiler_EnumerationValue disappears + Save bugs

Posted: Fri Sep 27, 2013 5:31 pm
by Lothar Schirm
Num3 wrote:On the IDE when double clicking on a XIncludeFile "my_form.pbf" line, sometimes the #PB_Compiler_EnumerationValue gets replaced on the enumerations by FormWindow or FormGadget words.
I could reproduce this bug very quickly. It is a permanent error. How can it be repaired? :evil:
Or is it a feature? It works as well. :?

Re: #PB_Compiler_EnumerationValue disappears + Save bugs

Posted: Fri Sep 27, 2013 5:45 pm
by ts-soft
This is a feature :D
The bad #PB_Compiler_EnumerationValue is no more used. The FormDesigner uses Named Enumeration :wink:

see here: http://www.purebasic.fr/english/viewtop ... numeration

Re: #PB_Compiler_EnumerationValue disappears + Save bugs

Posted: Fri Sep 27, 2013 6:06 pm
by Lothar Schirm
:mrgreen:
Thank you!