Changeset 13387 in webkit


Ignore:
Timestamp:
Mar 18, 2006 10:51:58 PM (18 years ago)
Author:
darin
Message:

One more time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/Scripts/do-webcore-rename

    r13386 r13387  
    230230    if ($file !~ /\.idl$/) {
    231231        for my $from (keys %otherRenames) {
    232             $newContents =~ s/(?<!["\w])$from(?!["\w])/$otherRenames{$from}/g;
     232            $newContents =~ s/\b$from(?!["\w])/$otherRenames{$from}/g; # this " unconfuses Xcode syntax highlighting
    233233        }
    234234        $newContents =~ s/\#\#Event_/\#\#Event/g;
Note: See TracChangeset for help on using the changeset viewer.