Changeset 118 in dev for ProjectEditor/ParameterHint.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/ParameterHint.cpp

    r24 r118  
    107107    else if(CmdValue==COM_MKDIR)        lstrcpy(MethodCheckInfo.msg,"MkDir directory$");
    108108    else if(CmdValue==COM_MSGBOX)       lstrcpy(MethodCheckInfo.msg,"MsgBox hWnd, String$, [Title$], [BoxType], [retAns]");
     109    else if(CmdValue==COM_NAMESPACE)    lstrcpy(MethodCheckInfo.msg,"Namespace namespaceStr");
    109110    else if(CmdValue==COM_NEXT)         lstrcpy(MethodCheckInfo.msg,"Next");
    110111    else if(CmdValue==COM_OPEN)         lstrcpy(MethodCheckInfo.msg,"Open filename$ [For Input/Output/Append] As number");
Note: See TracChangeset for help on using the changeset viewer.