aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom/qqmldomoutwriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmlformat: simplify OutWriter by removing OutWriterStateDmitrii Akshintsev2025-03-251-34/+17
* qmlformat: remove PendingSourceLocation and related things completelyDmitrii Akshintsev2025-03-251-17/+1
* qmlformat: OutWriterState remove FileLocations treeDmitrii Akshintsev2025-03-251-7/+3
* qmlformat: remove PendingSourceLocation::updaterDmitrii Akshintsev2025-03-251-2/+1
* qmlformat: Remove PendingSourceLocation::toUpdateDmitrii Akshintsev2025-03-241-2/+2
* qmlformat: Support the final property attributeOlivier De Cannière2025-03-061-0/+3
* QmlDom rename attachedinfo file to filelocationsDmitrii Akshintsev2024-11-141-1/+0
* qqmldomoutwriter: Add missing break statementSami Shalayel2024-11-111-0/+2
* dom: add sourcelocations to template literalsSami Shalayel2024-11-081-0/+5
* QmlFormat: remove restoreWrittenOutFileDmitrii Akshintsev2024-11-051-59/+0
* QmlFormat. remove OutWriter::reformattedScriptExpressionsDmitrii Akshintsev2024-11-051-37/+2
* QmlFormat. A bit risky. Remove LineWriterOptions::updateOptionsDmitrii Akshintsev2024-11-051-27/+3
* semantichighlighting: add highlight for type modifiersSemih Yavuz2024-07-301-0/+1
* qqmljslexer: split T_FUNCTION_STAR into T_FUNCTION and T_STARSami Shalayel2024-07-031-0/+3
* dom: add representation for super and this literalsSami Shalayel2024-06-281-0/+6
* dom: add representation for new + new member expressionsSami Shalayel2024-06-281-0/+3
* dom: add dom representation for lambdasSami Shalayel2024-06-041-0/+3
* qmldom: Add more file locationsSemih Yavuz2024-05-071-1/+6
* Add file locations for enum keyword and valuesSemih Yavuz2024-04-111-0/+1
* Add missing file locations in ImportSemih Yavuz2024-04-111-0/+1
* Dom: Pass large and refcounted objects by referenceUlf Hermann2024-02-091-3/+3
* Avoid various inefficienciesUlf Hermann2024-01-301-6/+8
* QQmlJS::Dom::OutWriter. RefactoringDmitrii Akshintsev2024-01-251-118/+85
* qqmldomcomments: remove dead codeSemih Yavuz2024-01-231-3/+1
* qqmldomcomments: Add comment type in Comment classSemih Yavuz2024-01-221-1/+1
* qmlls: adapt parser for attached/grouped properties completionSami Shalayel2023-12-291-0/+3
* QmlDom: Pass arguments by const ref, next roundUlf Hermann2023-12-151-7/+8
* QmlFormat: Support .js files (in memory formatting)Dmitrii Akshintsev2023-12-071-7/+55
* qmlls: support completions in conditional expressionsSami Shalayel2023-12-071-0/+3
* qmldom: add support for continue and break statement representationsSami Shalayel2023-12-061-0/+6
* qmlls: completions in throw statementsSami Shalayel2023-12-061-0/+3
* qmlls: completions in switch/case/default statementsSami Shalayel2023-12-041-0/+3
* qmldom: add support for try catch statementsSami Shalayel2023-11-281-0/+9
* qmlls: fix completions on qualified identifiersSami Shalayel2023-11-161-0/+1
* qmlls: auto completion for inside do while statementsSami Shalayel2023-11-131-0/+6
* qmlls: auto completion for inside if statementsSami Shalayel2023-11-091-0/+4
* qmlls: implement completion in JS for statement + test snippetsSami Shalayel2023-11-091-0/+5
* qmldom: introduce FileLocationRegion enum as key for sourcelocationsSami Shalayel2023-11-011-20/+119
* QmlDom: Don't pass ErrorMessage by valueUlf Hermann2023-09-151-1/+1
* QmlDom: Add const-correctnessUlf Hermann2023-09-151-4/+4
* QQmlJS::Dom: Use std::make_sharedLeticia Valladares2022-07-141-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-111-37/+3
* qmldom: writeOut, write reformatted QmlFawzi Mohamed2021-06-051-0/+242