Author Topic: Regarding indents and folding  (Read 3228 times)

Offline Old Spider

  • Single posting newcomer
  • *
  • Posts: 2
Regarding indents and folding
« on: July 11, 2010, 11:28:56 pm »
Needed utility:
An indent/outdent utility for highlighted lines in the editing menu would be very helpful.

Quibble:
A closed fold should display both brackets; displaying only the opening bracket makes it look like the beginning of a code block, which can be confusing.

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: Regarding indents and folding
« Reply #1 on: July 12, 2010, 05:14:27 am »
[TAB] indents all selected lines one tab-stop or 4 spaces (depending on your settings); [SHIFT]+[TAB] unindents all selected lines.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline Old Spider

  • Single posting newcomer
  • *
  • Posts: 2
Re: Regarding indents and folding
« Reply #2 on: July 13, 2010, 02:40:54 am »
Nice.  Thank you.