Thanks heaps guys (John and David)
8-)
David.
John W. Krahn wrote:
David Buddrige wrote:
Hi all,
I have a group of C++ source files where I have the following text on a
single Lines:
class MyReallyLongClassNameThatIsTooLongToFitInEightyCharacters : public
SomeClassTemplate
What I want to
David Buddrige wrote:
> Hi all,
>
> I have a group of C++ source files where I have the following text on
> a single Lines:
>
> class MyReallyLongClassNameThatIsTooLongToFitInEightyCharacters :
> public SomeClassTemplate
>
> What I want to do is to split this line at the ":" so that everything
>
David Buddrige wrote:
>
> Hi all,
>
> I have a group of C++ source files where I have the following text on a
> single Lines:
>
> class MyReallyLongClassNameThatIsTooLongToFitInEightyCharacters : public
> SomeClassTemplate
>
> What I want to do is to split this line at the ":" so that everythin
Hi all,
I have a group of C++ source files where I have the following text on a
single Lines:
class MyReallyLongClassNameThatIsTooLongToFitInEightyCharacters : public
SomeClassTemplate
What I want to do is to split this line at the ":" so that everything
after the colon appears on the next li