[KTNB] Improvements for plugin services, debug:

- abstract File-Service pattern, migrate plugin services
- modern namings and separate files for debug classes
- separate logic between compiler service and NotebookStructureTrackerService and Debug

GitOrigin-RevId: 9b1add219769758eaecd7428177b72ad86b46c4b
This commit is contained in:
Nikolay Egorov
2024-01-18 13:07:27 +02:00
committed by intellij-monorepo-bot
parent a9dd6b2aa2
commit 4a8a40e3ed

View File

@@ -102,7 +102,7 @@ internal class CollapsingComponent(internal val editor: EditorImpl,
result.height += insets.run { top + bottom }
return result
}
// jumping cells
override fun doLayout() {
val (borderWidth, borderHeight) = insets.run { left + right to top + bottom }
when {