Lines Matching refs:project
3 AIDEGen aims to automate the project setup process for developers to work on
4 Java or C/C++project in popular IDE environment. Developers no longer need to manually
5 configure an IntelliJ project, such as all the project dependencies. It's a
8 * Configure Android Studio or IntelliJ project files with the relevant module
11 * Launch IDE for a specified sub-project or build target, i.e. frameworks/base
33 Example to generate and launch IntelliJ project for framework and Settings:
41 Example to generate and launch IntelliJ project for framework and Settings:
49 Example to generate and launch IntelliJ project for framework and Settings and
58 Example to generate and launch CLion project:
65 …project root to the source directory: the relative path which is the directory shown in CLion’s pr…
80 | `-a` | `--android-tree` | Generate whole Android source tree project file for IDE. …
92 Q1. If I already have an IDE project file, and I run command AIDEGen to generate
93 the same project file again, what will happen?
95 A1: The former IDEA project file will be overwritten by the newly generated one
105 project panel updated when your IDE didn't sync.