-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow adjusting scan folder priority for project-relative Gems (o3de#…
…14028) * Add functionality to configure priority of gems - For scan folders of Gems inside the project, this allows you more flexibility to configure the priorities of the scan folders, with respect to the main project scan folder. - "GemScanFolderPriorityStart": the starting value of all gems priority - "ProjectGemsRelativeScanFolderPriority": controls whether project-relative gems will be prioritized higher, lower, or "none" against the project scan folder. Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com> * Renamed the settings registry keys - Also updated comments Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com> * Simplified comments Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com> * Removes old gem order global variable - Fixes linux build because it's unused. Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com> * Addressing PR feedback 1 - Fix the FindScanFolder iterator & return. - Change an index-based find function to use FindScanFolder. - Add string constants. - Check for gem paths that are relative to the project path (simplify). Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com> * Minor typo Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com> Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>
- Loading branch information
1 parent
4194fd2
commit e8a26af
Showing
4 changed files
with
107 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters