Page 1 of 1

"Add to Project" expected functionality is inconsitant

Posted: Tue Sep 10, 2013 1:58 am
by asynchronousDev
There seems to be two ways for the user to add a new file to their project.

1) The user can create a new file by right-clicking on the project in the project view on the left. (this automatically adds the new file to the project)

2) The user can use the toolbar or File menu to create a new file and then right-click on the editor tab and select "Add to Project"

* The first seems to update the project file immediately, allowing you to see the new file in the project using the API.

* The second does not update the project file until the user closes Oxygen.

Is there a reason that one will add the new file immediately to the project but the other will not?
Are there any settings that I can change around to make the second one function like the first?

Re: "Add to Project" expected functionality is inconsitant

Posted: Mon Sep 16, 2013 8:55 pm
by asynchronousDev
I figured out the problem: It was on my end, not Oxygen's.