Community
Participate
Working Groups
Currently most of the fileClinet APIs are sending out a "Changed" event where ever the API can CHNAGE the file system. createProject is the only API that is left because the UI side to handle the event is quite complicated. We need to: 1. Send out event from fileClient.createProject 2. The UI side should then: - reload the whole work space to reflect the new project in the navigator tree - read the new project metadata by the newProj.ContentLocation - select the new project 3. We also need to remove all the code from fileCommands.js and projectCommands.js to avoid them doing duplicated work from step 2.
When a folder directly under the work space root is created, createProject is also called. We need to test this case as well.
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg04002.html