T O P I C R E V I E W |
mike6900 |
Posted - Aug 15 2005 : 12:55:30 PM Is this feature supposed to work when defining macros?
.c file contains:
#define PTT_CFG_VALID_FILE_NAME(fileName) ((fileName != NULL) AND !(strlen(fileName) > FSX_NAME_MAX))
Visual Studio 6
VA_X.dll file version 10.1.1418.0 built 2005.06.24 Licensed to: VA X: VAOpsWin.dll version 1.2.0.4 MSDev.exe version 6.0.9782.2 Devshl.dll version 6.0.9782.0 Devedit.pkg version 6.0.9782.0 Font: Courier New 15(Pixels) Comctl32.dll version 5.82.2800.1106 WindowsNT 5.1 Build 2600 Service Pack 1 2 processors |
2 L A T E S T R E P L I E S (Newest First) |
Admin |
Posted - May 30 2006 : 11:41:11 PM Behavior is by design.
Highlight matching does not occur in #defines since there is no requirement that braces and parens be balanced in macros. |
feline |
Posted - Aug 15 2005 : 5:11:51 PM i would have expected this to work on macro's, but apparently it does not. delete the "#define" from the start of the line and it starts working.
case=716 |