bombasticbob / X11workbenchProject

The X11 Work Bench, an IDE for working on X11 applications, with a simple C language toolkit that should be familiar and easy to use for old school GUI programmers (currently pre-alpha state)
Other
4 stars 0 forks source link

implement 'indent' and 'auto-indent' functionality #13

Open bombasticbob opened 8 years ago

bombasticbob commented 8 years ago

'indent' functionality for multi-line edit, including "auto-indent". When splitting a line, the text object will need to apply the correct number of 'tabs' or 'white spaces'.