Skip to content

What is the different between Project and Edited? #56

Answered by fredvs
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

What is the different between Project and Edited?

The Project regroup some units and has a main source file, for fpc the "program" or "library" unit.
That Project has his own options.

The Edited source is the active edited file in the editor.
Like Geany IDE does, you may compile only this unit (not all the project).

In the Commandor form, the Project panel (light green) controls the project himself and the Edited panel (light brown) controls the active edited source.

What does Make 1, Make 2,... and many other Make N means?

In Project-options, you have Make, Build, Make 0 to Make 9 different options to compile the project.

You may choose the make-option via menu Project / Make.
Or, …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by fredvs
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #48 on November 28, 2022 18:26.