Re: [Graymail] How to implement editor-fold in netbeans editor
"Ingleby, Graeme" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <45F55A2F088AA84FB3FBCEAE1C8EE9930A4497@SATLRCCDLMB514.delta.rl.delta.com> |
There is a section in this tutorial that shows how to create folds for comments, maybe this will help: https://platform.netbeans.org/tutorials/nbm-javacc-parser.html#fold-feature From: Volodymyr [mailto:[email protected]] Sent: Thursday, March 10, 2016 8:20 AM To: NetBeans support Subject: [Graymail] [platform-dev] How to implement editor-fold in netbeans editor Hello, There is a great functionality in NetBeans, editor-fold, but I cannot figure out how to implement its support for my custom language. Does anybody know? Thanks. // <editor-fold defaultstate="collapsed" desc=" My methods "> // </editor-fold> Regards, Volodymyr.