aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom/qqmldomastcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmlformat: respect the type annotated signal formSemih Yavuz2024-09-041-0/+2
* qmlformat: Do not remove the enum items' default valueSemih Yavuz2024-06-061-1/+3
* dom: avoid asserts during dom constructionSami Shalayel2024-05-211-34/+36
* qmlls: support nested expressions in completionSami Shalayel2024-01-161-0/+23
* qmlls: fix QmlObject and type annotation completionSami Shalayel2024-01-161-0/+13
* qmldom: make type a FieldMemberExpressionSami Shalayel2024-01-161-33/+63
* qmlls: adapt parser for attached/grouped properties completionSami Shalayel2024-01-091-0/+15
* qmlls: find usages of enumerationsSemih Yavuz2023-12-091-2/+7
* dom: add representation for unary expressionsSami Shalayel2023-12-081-0/+232
* qmlls: support completions in conditional expressionsSami Shalayel2023-12-071-0/+35
* qmlls: completions for comma expressionsSami Shalayel2023-12-071-0/+30
* qmlls: fix method body and statement completionSami Shalayel2023-12-071-0/+6
* qmldomastcreator: simplify logic for function declarationsSami Shalayel2023-12-071-55/+53
* qmlls: implement completions for labelled statementsSami Shalayel2023-12-061-0/+27
* qmldom: add support for continue and break statement representationsSami Shalayel2023-12-061-0/+46
* qmlls: completions in throw statementsSami Shalayel2023-12-061-0/+22
* qmlls: completions in variable declarationsSami Shalayel2023-12-051-0/+3
* qmlls: completions in switch/case/default statementsSami Shalayel2023-12-041-0/+8
* QmlDom: remove DomType::CaseClauses, introduce moreCaseClausesSami Shalayel2023-12-041-1/+1
* Add identifier region to object bindingsSemih Yavuz2023-11-281-0/+1
* qmldom: add support for try catch statementsSami Shalayel2023-11-281-0/+65
* qqmljs.g: insert empty identifiers when missingSami Shalayel2023-11-281-6/+4
* QQmlDomAstCreator: do not call resourceFilesFromBuildFolders twiceSami Shalayel2023-11-161-2/+1
* qmlls: fix completions on qualified identifiersSami Shalayel2023-11-161-11/+11
* qmlls: auto completion for inside for each statementsSami Shalayel2023-11-131-0/+3
* qmlls: auto completion for inside do while statementsSami Shalayel2023-11-131-0/+5
* qmlls: auto completion for inside while statementsSami Shalayel2023-11-091-0/+2
* qmlls: auto completion for inside return statementsSami Shalayel2023-11-091-0/+1
* qmlls: auto completion for inside if statementsSami Shalayel2023-11-091-0/+3
* qmlls: completions on expressionsSami Shalayel2023-11-091-0/+2
* qmlls: implement completion in JS for statement + test snippetsSami Shalayel2023-11-091-0/+7
* Rename ScriptElementBase::combinedLocation into mainRegionLocationSami Shalayel2023-11-091-2/+2
* qmlls: find usages of group propertiesSemih Yavuz2023-11-031-0/+6
* qmldom: introduce FileLocationRegion enum as key for sourcelocationsSami Shalayel2023-11-011-34/+37
* qmldom: Dom representation for dot separated identifiersSemih Yavuz2023-10-311-0/+36
* Fix broken indentation and newlineSemih Yavuz2023-10-251-2/+1
* qmlls: completion of property attributesSami Shalayel2023-10-121-2/+8
* qmlls: do not autocomplete property definition nameSami Shalayel2023-10-121-0/+1
* qmlls: autocompletion for singletons, attached types, enumsSami Shalayel2023-10-111-15/+17
* Dom: document finalizeScriptExpressionSami Shalayel2023-10-091-2/+9
* qmlls: add completion for pragmasSami Shalayel2023-09-261-1/+5
* qmlls: fix DomItem::filterUp and DomItem::rootQmlObjectSami Shalayel2023-09-261-0/+1
* qmldom: Use QQmlJSScope::ConstPtr rather than optional<QQmlJSScope::Ptr>Ulf Hermann2023-09-181-3/+3
* qmldom: Fix coverity warningsUlf Hermann2023-09-151-2/+2
* QmlDom: Don't pass ErrorMessage by valueUlf Hermann2023-09-151-10/+10
* qmlformat: correctly handle rest operator in method parametersSemih Yavuz2023-09-121-0/+2
* qmldomastcreator: do not crash when constructing ecmascript classSemih Yavuz2023-09-101-4/+18
* qmlls: use resource files, when availableSami Shalayel2023-08-281-4/+18
* qmlls: highlight names inside of inline component definitionsSami Shalayel2023-08-171-0/+1
* qmlls: find usages of signals and bindingsSami Shalayel2023-07-211-155/+177