X-Sharp / XSharpPublic

Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.
Apache License 2.0
89 stars 36 forks source link

Trouble with OldStyleAssignment with FoxPro dialect project #1495

Open fforay opened 2 weeks ago

fforay commented 2 weeks ago

Create a "Visual FoxPro" project. Open a source file Add line with an Old Style Assignment, like x = 10 Build, everything is ok

Now, view the Project properties. In the Language tab, the OldStyleAssignment is un-checked (but it should be true, as it should be Checked per default for VFP dialect) So, when closing the Properties, the unChecked state is saved, and Build will generate an error

fforay commented 2 weeks ago

In fact, after several tries, it seems that the OldStyleAssignment setting is always cleared when opening the settings