Compile Files

kevb

Member²
Hi

I am working on a lot of files with in plsql dev. I may have several open at one time, is it possible to compile every file I have open? Or do I have to view each file and compile it?
 
Use a project. You can then build or make the project. I guess build is compile all and make is compile only changed files, but I am not sure.

Hope it helps.
Kindest regards,
Patrick
 
Back
Top