Jango73 / QMLAnalyzer

Static analyzer of QML files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QMLAnalyzer

Qt based QML parser and analyzer / fixer.

Building

Open .pro file in Qt Creator and build without shadow build option.

Features

  • Parses one QML file or a directory (with recursive option) full of QML files
  • Runs a series of checks defined in a XML grammar file
  • May automatically remove unreferenced properties
  • May rewrite all parsed files using auto formatting (QML/JS style)

WIP

  • Ability to move QML files with automatic "import" fix in all referencing QML files

About

Static analyzer of QML files.

License:GNU General Public License v3.0


Languages

Language:C++ 66.1%Language:CSS 24.9%Language:HTML 7.2%Language:C 1.1%Language:QMake 0.7%