You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Tools/ProjectManager
lumberyard-employee-dm 217eddc8bd
Fixing the enable_gem.py and disable_gem.py commands (#1207)
* Fixing the enable_gem.py and disable_gem.py commands
The project path wasn't taking into account when querying for gems,
templates and restricted directories registered with the project

Fixing the cmake.py add_gem_dependency and remove_gem_dependency methods
to properly detect a gem within a `set(ENABLED_GEM ...)` cmake variable
Also updated the add_gem_dependency to add the gem right before the end
marker of ')'
Updated the remove_gem_dependency to remove each instance of a gem with
a content that is in between in the `set(ENABLED_GEM ...)` cmake
variable

* Correct Typo in manifest.get_registered doc string
5 years ago
..
Platform Initial Python bindings pass for ProjectManager 5 years ago
Resources Fix missing user_tags exception and configure gems button 5 years ago
Source Fixing the enable_gem.py and disable_gem.py commands (#1207) 5 years ago
CMakeLists.txt Project Manager Setup Update Project Settings Screen and Flow 5 years ago
project_manager_files.cmake Project Manager Build Project from Projects Page (#1142) 5 years ago