mps-coderules/coderules/solutions
Fedor Isakov 0315fca5fa Fix ghost artefacts in activation trace appearing on moving selection up
StyledTreeCellRenderer component received wrong bounding box
because of top border's inset to be set to 1 (see DefaultTreeUI.paint()).
This border is the default set by LookAndFeel.installBorder()
in case the border on tree component is set to null,
which is explicitly set to null in TreeTableTree's constructor (go figure).
2021-01-06 12:43:55 +01:00
..
jetbrains.mps.coderules Refactor rule processing: straightforward dependencies, simplify code 2020-12-27 10:36:00 +01:00
jetbrains.mps.coderules.build Upd buildscripts 2020-11-18 11:36:28 +03:00
jetbrains.mps.coderules.runtime Move Result class to commonly-used runtime solution. 2020-06-25 14:30:30 +02:00
jetbrains.mps.coderules.test Add a test for AspectClique for the case of asepct with branches 2020-05-11 15:20:37 +03:00
jetbrains.mps.coderules.typechecking Refactor RulesPlanHandler to not depend on AspectClique 2020-12-27 10:36:04 +01:00
jetbrains.mps.coderules.typechecking.test Refactor rule processing: straightforward dependencies, simplify code 2020-12-27 10:36:00 +01:00
jetbrains.mps.coderules.typechecking.testlang.sandbox Apply migrations after switch to MPS 193. Regenerate project. 2020-02-03 11:24:22 +01:00
jetbrains.mps.coderules.typechecking.ui Fix helper action items not appearing in inspector 2020-12-27 16:04:06 +01:00
jetbrains.mps.coderules.ui Fix ghost artefacts in activation trace appearing on moving selection up 2021-01-06 12:43:55 +01:00
jetbrains.mps.controlflow Refactor effects composition for better readability. A couple of minor fixes. 2020-07-07 18:42:16 +02:00
jetbrains.mps.controlflow.ui Refactor rule processing: straightforward dependencies, simplify code 2020-12-27 10:36:00 +01:00
jetbrains.mps.lang.coderules.template Include languages imported to all imported models of the model that contains node to check 2020-12-27 16:04:05 +01:00
jetbrains.mps.lang.controlflow.runtime Apply automatic migrations. 2020-05-09 15:04:25 +02:00
jetbrains.mps.lang.typechecking.runtime Apply automatic migrations. 2020-05-09 15:04:25 +02:00
jetbrains.mps.logic.reactor Apply automatic migrations. 2020-05-09 15:04:25 +02:00
jetbrains.mps.logic.test Drop mockito lib, replace with ad-hoc solution, fix the tests. 2020-10-25 00:17:25 +02:00