#PB_Compiler_EnumerationValue disappears + Save bugs

You need some new stunning features ? Tell us here.
Num3
PureBasic Expert
PureBasic Expert
Posts: 2810
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

#PB_Compiler_EnumerationValue disappears + Save bugs

Post 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.
Lothar Schirm
User
User
Posts: 54
Joined: Mon Nov 26, 2012 4:57 pm

Re: #PB_Compiler_EnumerationValue disappears + Save bugs

Post 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. :?
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: #PB_Compiler_EnumerationValue disappears + Save bugs

Post 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
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Lothar Schirm
User
User
Posts: 54
Joined: Mon Nov 26, 2012 4:57 pm

Re: #PB_Compiler_EnumerationValue disappears + Save bugs

Post by Lothar Schirm »

:mrgreen:
Thank you!
Post Reply