hello. I am a braille reader, a programmer and one who mostly programs using speech synthesis. And, yes, I feel code indentation is vitally important and use indentation to format my code or to augment others' code regularly. The way I do it is to use a terminal that can give me cursor row and column information. Then, using vi, I can travel up and down the page, pressing the carat and checking my cursor position to make sure my indentation is correct. Vi has other features that make coding easier as well, i.e. finding a matching right brace for a left brace, parenthesis, angle bracket, etc.
Hope that helps. -Brian _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://brltty.app/mailman/listinfo/brltty
