DDT-IDE / DDT

DDT is an Eclipse-based IDE for the D programming language:
http://ddt-ide.github.io/
101 stars 16 forks source link

Improve: implement indent lines (ctrl+i) functionality #132

Closed vadim-goryunov closed 8 years ago

vadim-goryunov commented 8 years ago

Please implement indent lines (ctrl+i) functionality available in CDT or JDT. Manually indenting the lines is very inconvenient. Formatting the code (Ctrl+F) feature would be nice to have too.

bruno-medeiros commented 8 years ago

Code formatting (using dfmt) has already been added (but not released yet). But there is no way currently to use dfmt for just indentation.

vadim-goryunov commented 8 years ago

I think dfmt is good enough