News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Possible QE bug

Started by ic2, August 13, 2008, 10:41:22 PM

Previous topic - Next topic

jj2007

Quote from: hutch-- on August 14, 2008, 10:11:54 PM
What I am inclined to do with imported code that has tabs is make a plugin that works similar to autoindent so that each tab is replaced with a space then aligned up to the next tab boundary.
I actually thought of doing the opposite: strip all tabs and spaces between code and the comment, leave one tab and align it (optimising for readability) for each .if or .While etc branch. Would look very nice, and every time you insert a new line, you need exactly one tab key to insert an aligned comment...