- Use '/' key to quickly access this field.
- Enter a name of repository, or repository group for quick search.
- Prefix query to allow special search:
user:admin, to search for usernames, always global
user_group:devops, to search for user groups, always global
pr:303, to search for pull request number, title, or description, always global
commit:efced4, to search for commits, scoped to repositories or groups
file:models.py, to search for file paths, scoped to repositories or groups
For advanced full text search visit: repository search
Fix Creator crash when opening Charts project
There's a problem with Creator parsing the headers defined in Charts
src.pro. This will cause the Creator (3.0.0-beta) to crash when trying
to open charts.pro. As a workaround the headers are defined using new
variables for each function and unsetting the variables after each
rotation.
Task-number: QTRD-2480
Change-Id: Ia77428dab61fa9fa57ca5501ad27f8c3f514f017
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>