Changeset 118 in dev for ProjectEditor/SubOperation.cpp


Ignore:
Timestamp:
May 12, 2007, 6:31:42 PM (17 years ago)
Author:
dai_9181
Message:

Namespace名前空間のコード補間機能に対応。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ProjectEditor/SubOperation.cpp

    r117 r118  
    431431        case COM_INTERFACE:
    432432        case COM_LOOP:
     433        case COM_NAMESPACE:
    433434        case COM_NEXT:
    434435        case COM_PRIVATE:
     
    539540    }
    540541    else if(str[0]=='n'||str[0]=='N'){
    541         if(lstrcmpi(str,"Namespace")==0) return -1;
     542        if(lstrcmpi(str,"Namespace")==0) return COM_NAMESPACE;
    542543        if(lstrcmpi(str,"Next")==0) return COM_NEXT;
    543544        if(lstrcmpi(str,"New")==0) return -1;
Note: See TracChangeset for help on using the changeset viewer.