We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83a02e commit bcceecbCopy full SHA for bcceecb
core/src/main/kotlin/cc/unitmesh/devti/sketch/ui/code/CodeHighlightSketch.kt
@@ -337,8 +337,6 @@ open class CodeHighlightSketch(
337
add(sketch)
338
}
339
340
-
341
- editorFragment?.updateExpandCollapseLabel()
342
343
344
override fun getComponent(): JComponent = this
@@ -374,7 +372,7 @@ open class CodeHighlightSketch(
374
372
/**
375
373
* Add Write Command Action
376
*/
377
-private fun CodeHighlightSketch.processWriteCommand(currentText: String, fileName: String?) {
+fun CodeHighlightSketch.processWriteCommand(currentText: String, fileName: String?) {
378
val button = JButton(AutoDevBundle.message("sketch.write.to.file"), AllIcons.Actions.MenuSaveall).apply {
379
preferredSize = JBUI.size(120, 30)
380
0 commit comments