From: "James C. Sewell"
Here's another one I sent to the wrong address...
sorry if it's a dupe but I don't think it went out.
Here's a little trivial macro I just wrote I though I'd share. If you have
ever accidentally WrapPara'd your C program then this is for you. Many
times my fingers do what they want and hit wrong keys and I really hate
paragraph-wrapped programs! :)
proc mWrapPara()
string ext[25]
ext=CurrExt()
case (Lower(ext))
when ".c", ".cpp", ".s", ".si", ".ui"
return()
endcase
WrapPara()
end
mWrapPara()
Put this into a macro you autoload, if you have one for such things, or
make a new one and autoload it.
Hope it helps
Jim
---
---------------
* Origin: apana>>>>>fidonet [sawasdi.apana.org.au] (3:800/846.13)
|