aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom
Commit message (Expand)AuthorAgeFilesLines
* qmlformat: respect the type annotated signal formSemih Yavuz2024-09-043-4/+14
* QML DOM: Allow compatibility with MSVC2019 builds on MSVC2022Fabian Kosmale2024-08-061-1/+1
* qmlformat: Do not remove the enum items' default valueSemih Yavuz2024-06-063-15/+13
* dom: avoid asserts during dom constructionSami Shalayel2024-05-211-34/+36
* Correct license for module and plugin fileLucie Gérard2024-04-104-4/+4
* qmlformat: Don't add unnecessary newlines in empty JavaScript blocksJoshua Goins2024-01-211-4/+6
* qmlformat: Don't add unnecessary newlines in empty objectsJoshua Goins2024-01-201-3/+6
* qmlls: support nested expressions in completionSami Shalayel2024-01-163-0/+27
* qmlls: fix QmlObject and type annotation completionSami Shalayel2024-01-161-0/+13
* qmldom: make type a FieldMemberExpressionSami Shalayel2024-01-164-33/+79
* qmlformat: Fix property names with escape charsSemih Yavuz2024-01-131-17/+1
* qmlls: adapt parser for attached/grouped properties completionSami Shalayel2024-01-095-1/+26
* qmlls: fix crash on return statementsSami Shalayel2023-12-291-2/+4
* qmlformat: Don't indent call expression twiceJoshua Goins2023-12-131-2/+0
* qmlformat: Fix object declaration indentation in arraysJoshua Goins2023-12-131-3/+18
* Fix rangeFormatting testsSemih Yavuz2023-12-131-0/+4
* qmlls: find usages of enumerationsSemih Yavuz2023-12-091-2/+7
* qmlformat: Don't remove newlines between import statementsJoshua Goins2023-12-081-2/+27
* dom: add representation for unary expressionsSami Shalayel2023-12-083-0/+272
* QmlFormat: Support .js files (in memory formatting)Dmitrii Akshintsev2023-12-076-10/+213
* qmlls: support completions in conditional expressionsSami Shalayel2023-12-074-0/+43
* qmlls: completions for comma expressionsSami Shalayel2023-12-072-0/+33
* qmlls: fix method body and statement completionSami Shalayel2023-12-071-0/+6
* qmldomastcreator: simplify logic for function declarationsSami Shalayel2023-12-071-55/+53
* DOM: Add js code holder to JsFileDmitrii Akshintsev2023-12-074-2/+23
* DOM: Allow loading and parsing of .js filesDmitrii Akshintsev2023-12-075-3/+91
* qmlls: implement completions for labelled statementsSami Shalayel2023-12-064-0/+32
* qmldom: add support for continue and break statement representationsSami Shalayel2023-12-065-0/+63
* qmlls: completions in throw statementsSami Shalayel2023-12-064-0/+30
* qmlls: completions in variable declarationsSami Shalayel2023-12-051-0/+3
* QmlDom: Avoid excessive copying of ctor argumentsUlf Hermann2023-12-056-48/+61
* qmlls: completions in switch/case/default statementsSami Shalayel2023-12-043-0/+12
* QmlDom: remove DomType::CaseClauses, introduce moreCaseClausesSami Shalayel2023-12-043-2/+2
* Add identifier region to object bindingsSemih Yavuz2023-11-281-0/+1
* qmldom: add support for try catch statementsSami Shalayel2023-11-285-0/+90
* qqmljs.g: insert empty identifiers when missingSami Shalayel2023-11-281-6/+4
* qqmljs.g: add option to disable automatic identifier insertionSami Shalayel2023-11-284-3/+12
* qmlls: check optional before accessing itSami Shalayel2023-11-201-5/+5
* QQmlDomAstCreator: do not call resourceFilesFromBuildFolders twiceSami Shalayel2023-11-161-2/+1
* qmlls: fix completions on qualified identifiersSami Shalayel2023-11-163-11/+13
* QML: Allow JavaScript extension typesUlf Hermann2023-11-162-0/+4
* qmlls: auto completion for inside for each statementsSami Shalayel2023-11-131-0/+3
* qmlls: auto completion for inside do while statementsSami Shalayel2023-11-133-0/+13
* 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-093-0/+8
* dom: remove unused DomType scriptexpressions enumsSami Shalayel2023-11-091-4/+0
* qmlls: completions on expressionsSami Shalayel2023-11-091-0/+2
* qmlls: implement completion in JS for statement + test snippetsSami Shalayel2023-11-093-0/+16
* Rename ScriptElementBase::combinedLocation into mainRegionLocationSami Shalayel2023-11-092-4/+4