toolkit icon indicating copy to clipboard operation
toolkit copied to clipboard

json format tab里,查找替换bar会随着文本的滚动条一起滑动

Open dongxixi opened this issue 3 years ago • 1 comments

com.liuzhihang.toolkit.ui.JsonFormatForm.initJsonEditor(){

    EditorEx editorEx = EditorExUtils.createEditorEx(project, jsonDocument, fileType, false);

    // JBScrollPane templateScrollPane = new JBScrollPane(editorEx.getComponent());

    jsonFormatPane.add(editorEx.getComponent(), BorderLayout.CENTER);

} 不应该嵌套JBScrollPane

dongxixi avatar Dec 23 '21 11:12 dongxixi

收到

liuzhihang avatar Dec 23 '21 12:12 liuzhihang