netbeans - How to quickly create editor fold? -


when editing gui class i've found editor fold.

// <editor-fold defaultstate="collapsed" desc="generated code"> ... // </editor-fold> 

i've started using own purposes, it's couple of words write. i'm looking faster way.

type 'fcom' , press 'tab'.

more shortcuts here


Comments

Popular posts from this blog

sql server - NHibernate incorrectly creating ManyToMany table - Cannot define PRIMARY KEY constraint on nullable column error -

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -