mps-coderules/coderules/solutions/jetbrains.mps.coderules
Fedor Isakov 4160c186e1 Introduce dependency to Config in typechecking options and service. Avoid relying on static getInstance() method to access Config.
Config is an application-level "component" initialized from an application plugin.
All usages on application/project-level should declare explicit dependency on it.
Tests can either create a new instance or access the shared one.
2019-10-23 15:39:17 +02:00
..
models Introduce dependency to Config in typechecking options and service. Avoid relying on static getInstance() method to access Config. 2019-10-23 15:39:17 +02:00
build.gradle Extract generic support for launching code rules into a separate plugin solution. 2018-06-13 14:34:41 +02:00
gradle.properties Extract generic support for launching code rules into a separate plugin solution. 2018-06-13 14:34:41 +02:00
jetbrains.mps.coderules.msd Extract the non-UI part of trace view to j.m.coderules solution. 2019-08-20 23:11:19 +02:00