Changeset 366 in dev for trunk/abdev/ProjectEditor
- Timestamp:
- Nov 11, 2007, 6:38:52 PM (17 years ago)
- Location:
- trunk/abdev/ProjectEditor
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/ProjectEditor/Common.h
r364 r366 66 66 #define APPLICATION_NAME "ActiveBasic 5.0" 67 67 #define VERSION_APPLI_NAME APPLICATION_NAME 68 #define VERSION_STRING "5.00.00 (rev.37 5)"68 #define VERSION_STRING "5.00.00 (rev.378)" 69 69 70 70 #endif -
trunk/abdev/ProjectEditor/EndPairCommandComplement.cpp
r364 r366 113 113 if(lstrcmpi(temporary,"EndSelect")==0) return COM_SELECT; 114 114 if(lstrcmpi(temporary,"EndSub")==0) return COM_SUB; 115 if(lstrcmpi(temporary,"EndTry")==0) return COM_TRY; 115 116 if(lstrcmpi(temporary,"EndType")==0) return COM_TYPE; 116 117 if(lstrcmpi(temporary,"Wend")==0) return COM_WHILE; -
trunk/abdev/ProjectEditor/TextEditor_KeyEvent.cpp
r364 r366 134 134 lstrcmpi(temporary,"EndSub")==0|| 135 135 lstrcmpi(temporary,"EndType")==0|| 136 lstrcmpi(temporary,"EndTry")==0|| 136 137 lstrcmpi(temporary,"Wend")==0|| 137 138 lstrcmpi(temporary,"EndWith")==0||
Note:
See TracChangeset
for help on using the changeset viewer.