bjornregnell
released this
- Update templates used for labs in teaching
- Minor bug fixes
Assets
3
bjornregnell
released this
- support for scala 2.12 which comes with these goodies:
- repl gets syntax coloring
- repl TAB completion is improved
- faster startup times
- trailing commas in models
- ...
- fix warning on depcrecated JavaConversions
- fix how models are interpreted from GUI as import full path generates errror in new repl reqT.Model becomes reqT.reqT.Model
Assets
3
bjornregnell
released this
Add support for high resolution screens: adjust swing font sizes.
Assets
3
bjornregnell
released this
v3.1.1 add server mode with repl reading stdio no jline
Assets
3
bjornregnell
released this
v3.1.0 update scala version to 2.11.11, update libs
Assets
3
bjornregnell
released this
v3.0.2 update lab2 recompile for latex refs
Assets
2
bjornregnell
released this
- Improve graph generation and export including pdf, svg, png
- Add more graph layout managers in graph export
- Add html export including element type coloring and css
- Add latex export
- Improve gui including example templates
- Improve iterators
- Add transform iterator
- Several bug fixes
Assets
2
bjornregnell
released this
- Graphical user interface with foldable tree view and syntax-colored text editor
- Fully recursive modelling allowing models inside models at arbitrary depth
- New powerful Scala-embedded DSL and more comprehensive metamodel
- Metamodel-aware auto-completion in text editor
- Export to graphviz, html, spreadsheet and more
- New external DSL called reqtext using indentation instead of parenthesis
- Meta-programming-enabled metamodel customization
- All required libs are included in a self-contained jar-file - no need to install Scala
Assets
2
bjornregnell
released this
First release candidate of the 3.0.x branch that is a rebuild from scratch including:
"Recursive, syntax colored, meta-programmed and fast"
- Improved DSL and metamodel
- Relations target submodel recursively
- Replace direct inheritance of the Scala collection lib with explicit conversions
- Add GUI with syntax colored editor using RSyntaxTextArea and JFlex
- Add auto-completion in GUI of metamodel terms by ctrl+space via Autocomplete
- Add graphviz export and visualization via pdf
- Metamodel is expressed in reqT enabling DSL generation by metaprogramming
- Include the scala libs in jar to require only Java JRE 1.7