all groups > visual studio .net ide > march 2007 > threads for march 8 - 14, 2007
Filter by week: 1 2 3 4 5
Control/Editor /w Syntax Highlighting & Intellisense
Posted by at 3/12/2007 11:22:17 PM
I have a program where the user inputs some proprietary code in an
editor. I would like to use a windows form editor control that
automatically does syntax highlighting & intellisense (after I define
the vocabulary).
1) How would I do that myself? Any tips and/or links?
2) Are there any open ... more >>
unnecessary C++ builds of up-to-date projects
Posted by pwm at 3/12/2007 3:58:40 PM
I have a solution of C++ projects using VS 2005 SP1 on Windows XP SP2.
I am using project dependencies to keep the correct build order. But I
am having a problem where VS 2005 is unnecessarily re-building an
up-to-date project. That is, I build the entire solution, and
everything builds su... more >>
Name/Value in locals/autos windows
Posted by jack NO[at]SPAM unraunet.com at 3/12/2007 3:15:13 PM
When I am debugging and have a variable that is a button, the locals/
autos windows in Visual Studio display the value of the button
variable as {Text="button1"}. Does anyone know where this
functionality comes from, and how would I add it to my classes?
Thanks.
... more >>
Disappearing line while using text editor
Posted by Andrew McDonald at 3/10/2007 5:13:30 PM
I work only with native C++ projects. After installing SP1 for VS2005 Pro, I
find that the line of text I'm editing occasionally vanishes! Eveything else
is fine, just that one line stops rendering.
Is this a known bug with SP1? It's pretty inconvenient, you're left typing
in the dark! The ... more >>
Vb.net XML Comments dissappeared
Posted by Steven Spencer (Spinalogic) at 3/10/2007 12:00:00 AM
OK.
I haven't changed anything in my solution, which still builds with 0 errors
0 warnings.
I type '''
And nothing happens.
PLUS all of my comments in my other classes have no syntax highlighting on
them now :(. IE the whole XML comment is just green)
Whats going on.
... more >>
Turning off parallel builds in VS2005?
Posted by Corey Wirun at 3/9/2007 9:30:45 AM
Hi All,
We build a lot of our solutions unattended, from the command line. When
parallel builds are enabled, the project build console output is all mixed
up - making it almost readible when a project has build errors.
Is there any way to turn off parallel builds via command line? Then s... more >>
|