Slashdot Mirror


User: BrotherAias

BrotherAias's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:How about this on Programmer's Language-Aware Spell Checker? · · Score: 1, Troll

    I get: $ perl -ne "s/([a-z])([A-Z])/$1 $2/g; tr/A-Za-z/ /c; foreach (split) { print qq{$_\n} unless $seen{lc $_}++ }" somefile.h Can't modify single ref constructor in postincrement (++) at -e line 1, near "}++" Execution of -e aborted due to compilation errors. Running Perl 5.8.6

  2. Re:Textmate can do it on Programmer's Language-Aware Spell Checker? · · Score: 1

    TextMate can check any scope, this is true (including comments, which I've turned on and it's saved me some pain from my team)... but the spell checker doesn't handle CamelCase. Oddly enough it does handle underline_vars.