Re: Newbie questions
Eric Pailleau <[email protected]>
| Newsgroups | gmane.linux.umbrello.user |
|---|---|
| Organization | NUMLOG |
| Message-ID | <[email protected]> |
Rhys Campbell wrote:
> Just getting a grip of Umbrello and I have a couple of
> questions. I very much like the code generation
> facility but would like to modify what it does. For
> java for some reason it insists on including..
>
> import int;
> import String;
>
> Can I stop this?
cat file | grep -v '^import' > file
>
> Also I prefer to line my brackets up like
>
> class myClass
> {
> Blah;
> }
>
> Rather than
>
> class myClass {
> Blah;
> }
>
cat file | sed -e "s/{$/\n{/" > file
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click