GeorgRottensteiner / C64Studio

C64Studio is a .NET based IDE specializing in game development for the C64 in assembler and BASIC
Other
252 stars 38 forks source link

Solution / Project creation doesn't seem to match what was configured. #102

Closed Gavin-Williams closed 11 months ago

Gavin-Williams commented 11 months ago

When I perform the following...

  1. File > New Solution : Solution Name = JacksProjects Solution Base Folder = D:\C64\Projects_C64Studio Create new folder for solution = yes Create project in separate folder = yes Project Name = Questions Create repository = no

I don't see any project entry in the solution explorer. I only see:

JacksProjects // the solution node

This doesn't make any sense to me, coming from Visual Studio, I expect to see a project node underneath the solution node in the solution explorer. Double-clicking the solution node I get a Project Properties popup and there is an entry there...

Project File:    D:\C64\Projects_C64Studio\JacksProjects\Question\Questions.c64

But it isn't mirrored in the solution explorer. Where is the Questions project? Is this functionality not complete or do you envision it working a different way?

Edit: I chose create repository = no. Is it possible you mean something different to what I think 'repo' means? I take it to mean version control.

GeorgRottensteiner commented 11 months ago

Ah, good one! I chose to have no solution node at all, the one visible node is actually the project node, albeit with the wrong label. A stupid bug of mine :)

With "repo" I mean a GIT repository.

Edit: Oh boy, there's even more going wrong here. The project folder is not created at all. I must have broken that really good.

GeorgRottensteiner commented 11 months ago

Fixed with commit #7a66f0f6b1a27d47b431c2fb5530fcbad9d36c29

Edit: I've uploaded a new WIP version to https://www.georg-rottensteiner.de/webmisc/C64StudioRelease.zip