P pierpa Member Licensed User Longtime User Sep 19, 2013 #1 hello i would like an option for editor so that it starts with all panes of source modules in collapsed view it will save me 5 minutes each day best regards pierpaolo
hello i would like an option for editor so that it starts with all panes of source modules in collapsed view it will save me 5 minutes each day best regards pierpaolo
Erel B4X founder Staff member Licensed User Longtime User Sep 19, 2013 #2 Use #region. B4X: #Region the code below will be collapsed by default Sub s1 ... Sub s2.. #End Region
Use #region. B4X: #Region the code below will be collapsed by default Sub s1 ... Sub s2.. #End Region