rubberduck-vba / Rubberduck

Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
https://rubberduckvba.com
GNU General Public License v3.0
1.91k stars 300 forks source link

Indenter: Option to ignore single blank lines in the first comment and first declaration blocks #3314

Closed ghost closed 6 years ago

ghost commented 7 years ago

At present if I select to indent the entire procedure body I also get the options to indent the first comment and declaration blocks. However these options fail to do what I want if there are blank lines present (which I often use to organise layout, particularly for declarations.

Would it be possible to have further options to ignore single line spacing in th efirst comment and declaration blocks.

retailcoder commented 7 years ago

Out of curiosity, is this a regression vs. the legacy 32-bit original Smart Indenter add-in?