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/TextEditor_KeyEvent.cpp

    r24 r118  
    7171        lstrcmpi(temporary,"For")==0||
    7272        lstrcmpi(temporary,"Function")==0||
     73        lstrcmpi(temporary,"Namespace")==0||
    7374        lstrcmpi(temporary,"Override")==0||
    7475        lstrcmpi(temporary,"Sub")==0||
     
    126127        lstrcmpi(temporary,"Next")==0||
    127128        lstrcmpi(temporary,"EndFunction")==0||
     129        lstrcmpi(temporary,"EndNamespace")==0||
    128130        lstrcmpi(temporary,"EndSub")==0||
    129131        lstrcmpi(temporary,"EndType")==0||
Note: See TracChangeset for help on using the changeset viewer.