Re: Adding spell checker to GIT

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Deepak Barua
Date: Friday, January 5, 2007 - 8:21 pm

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:


-- 
Code Code Code Away
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Adding spell checker to GIT, Deepak Barua, (Thu Jan 4, 1:46 pm)
Re: Adding spell checker to GIT, Johannes Schindelin, (Fri Jan 5, 1:49 pm)
Re: Adding spell checker to GIT, Deepak Barua, (Fri Jan 5, 8:21 pm)
Re: Adding spell checker to GIT, Johannes Schindelin, (Tue Jan 16, 9:10 am)
Re: Adding spell checker to GIT, Deepak Barua, (Tue Jan 16, 10:34 am)
Re: Adding spell checker to GIT, Deepak Barua, (Thu Jan 25, 7:36 am)
Re: Adding spell checker to GIT, Johannes Schindelin, (Thu Jan 25, 9:46 am)
Re: Adding spell checker to GIT, Deepak Barua, (Fri Jan 26, 12:22 am)