Menu

#1164 Prediff plugin to ignore leading VB numbers

open
nobody
Plugins (55)
1
2006-03-28
2005-03-31
Anonymous
No

Prediff plugin to ignore leading VB numbers.

Discussion

  • Nobody/Anonymous

     
  • Kimmo Varis

    Kimmo Varis - 2005-09-19

    Logged In: YES
    user_id=631874

    I finally looked at this, since there is RFE item about
    ignoring VB linenumbers. However, when trying to compile
    this I get compile error:

    H:\WinMerge\WinMerge_CVS\WinMerge\Plugins\src_VCPP\IgnoreVBNumbers\WinMergeScript.cpp(52)
    : error C2660: 'isdigit' : function does not take 2 parameters

    Codeblock is:

    // replace digits
    while(wszBegin < wszEnd &&
    *wszBegin != L'\n' && *wszBegin != L'\r' &&
    isdigit(*wszBegin, std::locale::empty()))
    {
    isChanged = true;
    *wszBegin = L' ';
    ++wszBegin;
    }

     
  • Kimmo Varis

    Kimmo Varis - 2006-03-28
    • priority: 5 --> 1
     
  • Kimmo Varis

    Kimmo Varis - 2006-03-28

    Logged In: YES
    user_id=631874

    Lowest priority since this doesn't compile. But leaving open
    in case somebody wants to fix this..

     

Log in to post a comment.