Trinity-11 / FoenixIDE

Development and Debugging Suite for the C256 Foenix Family of Computers
GNU General Public License v3.0
48 stars 14 forks source link

File open error #19

Closed GertLeusink closed 3 years ago

GertLeusink commented 3 years ago

There is a full path in gameformdesigner.cs in line 92, this should be a relative path like; this.CodeTextBox.DescriptionFile = @".\Resources\foenix-game-generator-syntax.xml"; also the resource file should have a property to be copied if newer so that it is included when running debugging.

dtremblay commented 3 years ago

The change for the relative filepath breaks the from designer. The other change was already committed several days ago.

You should use the MSI installer to run the Foenix IDE.