T O P I C R E V I E W |
thruska |
Posted - Aug 24 2006 : 2:32:24 PM Take your average MFC message map:
BEGIN_MESSAGE_MAP(CMyDialog, CDialog) ON_WM_TIMER() END_MESSAGE_MAP()
Move the keyboard caret between the two parenthesis in ON_WM_TIMER(). Both parethesis become "bold". Then hit the left arrow a couple times. The close parenthesis ')' becomes normal text but the open parenthesis '(' stays bold.
This is a very minor issue. If you open a case for this, please make it a low priority fix. Although, it could be a symptom of a larger issue. You never know... |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Aug 26 2006 : 6:53:25 PM confirmed. that is a little unexpected, but i suspect due to the way VA is expanding the #define's for BEGIN_MESSAGE_MAP and END_MESSAGE_MAP
case=2256
this has indeed gone in as a low priority fix |
|
|