bobbylight / RSyntaxTextArea

A syntax highlighting, code folding text editor for Java Swing applications.
BSD 3-Clause "New" or "Revised" License
1.12k stars 259 forks source link

Question. How to setup RSyntaxTextArea with Netbeans UI designer #515

Open makiam opened 1 year ago

makiam commented 1 year ago

Hello. I try to setup RSTA using Netbeans UI designer and I see an issue with it. Here the steps to reproduce I create new form and add RTextScrollPane on it Then I add RSyntaxTextArea into RTextScrollPane Now I see next code... Both components created with default no-args constructors Then RTextScroll pane adds RSTA via setViewportView(ююю) Once I run form I see TextEditor but I see no editor Gutter

Is there a way to properly setup this layout?