Siegmund Baumann
New Member
2 Posts |
Posted - Jun 22 2005 : 12:51:04 AM
|
Hello,
I'm using build 1416 and C++ It seams to me, that VAX does not understand #pragma region because the following words (behind the pragma region) are in very colorful. Example #pragma region Windows Form Designer generated code I'm using the default colors.
Another question:
private: System::Windows::Forms::TextBox^ pTextBox;
Why are only the System and Windows namespaces colored in blue, not also the Forms namespace? Why is the class name TextBox not blue?
Regards S. Baumann |
|
feline
Whole Tomato Software
United Kingdom
19014 Posts |
Posted - Jun 22 2005 : 4:04:21 PM
|
the colouring of the text after #pragma region reproduced.
case=671
this is what happens when Microsoft does "strange" things to the C++ language VA does not always understand them.
the namespace colouring was unexpected, but easy to reproduce:
case=672 |
zen is the art of being at one with the two'ness |
|
|