Re: How to beautify/tablize some C code

2009-12-02 Thread Robert Bu
On 12月1日, 上午12时11分, Brett Stahlman wrote: > On Nov 29, 11:38 pm, Robert Bu wrote: > > > > > Hi, > > > For example, I have some C code: > > helloa; > > helloab; > > hellofgh; > > > Is there a way to change the C code into the form, which looks like: > > helloa ; > > helloab; > > hellofg

Re: How to beautify/tablize some C code

2009-11-30 Thread Brett Stahlman
On Nov 29, 11:38 pm, Robert Bu wrote: > Hi, > > For example, I have some C code: > helloa; > helloab; > hellofgh; > > Is there a way to change the C code into the form, which looks like: > helloa      ; > helloab    ; > hellofgh   ; > Where the semicolon is at a "TAB" position. So that I can use

Re: How to beautify/tablize some C code

2009-11-30 Thread Chris Jones
On Mon, Nov 30, 2009 at 12:38:01AM EST, Robert Bu wrote: > Hi, > > For example, I have some C code: > helloa; > helloab; > hellofgh; > > Is there a way to change the C code into the form, which looks like: > helloa ; > helloab; > hellofgh ; > Where the semicolon is at a "TAB" position.

How to beautify/tablize some C code

2009-11-29 Thread Robert Bu
Hi, For example, I have some C code: helloa; helloab; hellofgh; Is there a way to change the C code into the form, which looks like: helloa ; helloab; hellofgh ; Where the semicolon is at a "TAB" position. So that I can use block-insert to insert some code, such as: helloa ("helloa