All notable changes to this project will be documented in this file.
- 'ignore comments' option now works with single line (//) and multi lines (/* */) comment
- added 'ignore (single line) comments' option for search in code
- bug fix
- new Model Check rule for PSPT-7786 : Local property bindings allow to bind and save different property types (e.g, DATETIME to STRING)
- highligthed the fact that the
security.fileuri.strict_origin_policy=false
setting is required with recent version of Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=1500453
- moved ModelCheck to its own dialog/tab
- basic ModelCheck "engine" that looks in code (regex), XML (xpath) and in memory representation of the model
- major js refactoring
- Class Diagram for entities descendent
- Context menu in code viewer to search definitions and references
- Class Diagram (inheritance) for entities
- html startup page
- fix subscription names in model dialog
- basic help
- sticky header with entity types links
- fix templates / shapes links
- fix in code highlighting
- check model for known corruptions (Orphan Bindings without definition)
- show entity details based on inheritance
- complete refactoring