How to start with SimpleIDE
David Betz
Posts: 14,516
I just installed SimpleIDE and I'd like to use it for a project I've already started. This project already has a complete collection of .cpp and .h files. All I want to do is create a SimpleIDE project around those files. How do I do that? If I select "New" from the "Project" menu it asks if I want to create a .c or a .cpp file. I don't want to create either. I want to create a project into which I can insert already existing files. Is there a way to do that? I can't even figure out how to open a .cpp file. If I select "Open" under the "Project" menu, all of the .cpp files are greyed out and there doesn't seem to be an entry in the "File" menu for opening a .c or .cpp file. So it seems that "Open" will only open .side files but "New" only creates .c or .cpp files? How do I create a .side file? It seems like that should be done by "New" in the "Project" menu. What am I missing here?
Comments
The Learn forum is for people following the Parallax tutorials.
It is for those following the tutorials.
- Discuss the pros/cons of all the different ways to do what you want to do.
- Mention that what you want to do is not what Parallax prefers to do for the Learn program.
- Point out that SimpleIDE is a tool used in the context of the Learn program and point out that the tutorials are the starting point for SimpleIDE.
In retrospect, the answer should be "none of the above".If what you said answers the question, then what you said should maybe be in the instructions.
If one person has this question, then many people will have the same question.
Seems SimpleIDE became "ComplexIDE" at some point.
I think it may be time to add a SimpleIDE forum (or sub-forum)
Ray
SimpleIDE has a Project View, which I think might suffice. In v0.9.64 and newer, you enable it with Tools -> Properties -> General, and click the Projects checkbox, and then OK button. Next, click Tools -> Set Project View.
There will be a certain number of people like that entering through Propeller 1 and others through Learn. I suppose it would have been better leaving it where it was. It's just that it looked like a developer level discussion.
Okay, so if the buttons appear on the bar, they should also appear in the menus. Fair enough. Would you be willing to add that here? https://code.google.com/p/propside/issues/list
Sure, but that did not appear to be the direction this discussion was going.
Project -> New creates a .side file with project settings. Your main file for the project can be .c or .cpp. The project settings for which compiler gets used will be set accordingly in the .side file.
We already discussed two ways of doing that. If you would prefer an open project with existing file set feature, go ahead and document how you would like this enhancement to work, and post it to the repository. https://code.google.com/p/propside/issues/list
If you use the C++ compiler, it'll compile all the files.
Ray