mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
[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:
committed by
intellij-monorepo-bot
parent
a9dd6b2aa2
commit
4a8a40e3ed
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user