Refresh/Reload .actionScriptProperties into existing project Follow
I work on a team where more than half of the members use FlashBuilder and .actionScriptProperties file is the configuration of record in SCM. Intellij works great at importing projects from this file and setting up the correct dependencies.
However, the FlashBuilder guys will change depenedencies and when they do so, the Intellij guys have to manually make the changes. Is there a way to reload the settings from the .actionScriptProperties file?
Thanks
Please sign in to leave a comment.
If you are not afraid to loose changes in project configuration that were manually made after previous FB project import, you can just import the project once more. You do not need to remove anything before new import or to close the project. Just click File | New Module | Import from external module and select the same FB project or workspace. It will be reimported from scratch.
Thanks, I just discovered this myself after I submitted the question. This is an acceptable workaround unless there's a better answer, or Intellij adds a feature to link to the .actionScriptProperties and monitor for updated.
No, there's no feature to live on FB project files :) You'd better convince the whole team to use more powerful tool. What features in IDEA do you miss? What prevents half of a team to migrate?