What exactly does the Commit command do and how does the IDE know to show checkmark as the scc status?
The best I can figure, it exports updated objects to ws_objects which is the 'local repository'. If that is true, how does the IDE tell whether it should show the green checkmark or the green dot?
In PBSearch when you update an object, it updates the object in the PBL and the source file under ws_objects. Now I am wondering if the file update is inadvertently performing a commit as well.
When you save an object in the IDE, it updates the library and the ws_objects file so it can't be a comparison of those two.