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
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
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.
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