Olaf Doschke
Programmer
One more thing: When I want to use your manager finally and edit something, there are several more apps missing, so there are several related projects, I assume.
Now, I really don't want to bother for all the source code. I wanted to mainly see what makes your usage of the build method work better, and don't worry, it's doing okay, because you usually don't run instances of classes you want to compile. Even if you do CLEAR ALL I'm always cautious and suspicious there would be something luring not cleared that skews the build compared to a build from a new IDE session.
But I do see the merit of releasing classes and class libs, as that is sometimes what keeps you from compiling. It really also helps to have the setting on to compile anything with any edit before save. (IDE option "compile before save"). I don't have "file in use" notifications because of editing since I do that. You extremely rarely get into a situation the compilation fails miserably or you have a deadlock situation on the file. I added a hook method to copy files I start editing in QueryModifyFile, that can defend against losing more than the current edit session. Because, obviously, the whole file (or file pair) is at risk when something happens during compile.
Bye, Olaf.
Olaf Doschke Software Engineering
Now, I really don't want to bother for all the source code. I wanted to mainly see what makes your usage of the build method work better, and don't worry, it's doing okay, because you usually don't run instances of classes you want to compile. Even if you do CLEAR ALL I'm always cautious and suspicious there would be something luring not cleared that skews the build compared to a build from a new IDE session.
But I do see the merit of releasing classes and class libs, as that is sometimes what keeps you from compiling. It really also helps to have the setting on to compile anything with any edit before save. (IDE option "compile before save"). I don't have "file in use" notifications because of editing since I do that. You extremely rarely get into a situation the compilation fails miserably or you have a deadlock situation on the file. I added a hook method to copy files I start editing in QueryModifyFile, that can defend against losing more than the current edit session. Because, obviously, the whole file (or file pair) is at risk when something happens during compile.
Bye, Olaf.
Olaf Doschke Software Engineering