Hi Johannes,
I spell check "//" comments in
in find_ext()
if($_[0] =~ /\.cc|\.java/) {
$start_pattern = qr!\s/\*\s|\s//\s!;
}
and
$chosen_pattern eq qq!\s//\s! ? $end_pattern=qq!\s\014\s! : "End
Pattern Not Found" ;
Also yes i didnt include to use spell checking in string literals , i
thought that would be irregular and cumbersome.
Could you please test the code then i can include it in a seperate file ..?
Regards
Deepak
On 1/6/07, Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote: