fredvs / ideU

The ide. Universal.
GNU General Public License v2.0
63 stars 9 forks source link

What is the different between Project and Edited? #48

Closed ghost closed 1 year ago

ghost commented 1 year ago

What is the different between Project and Edited? What does Make 1, Make 2,... and many other Make N means?

fredvs commented 1 year ago

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.

commander-ideu

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.

project-option-make-ideu

You may choose the make-option via menu Project / Make. Or, in the Commandor form, use the pink list box in Project light-green panel to select the make-option.

commander-ideu

The same if you want to compile only the active Edited source.