Hi David,
Yes. We are also using Source Code Control system.
Instead of comparing the versions in the history every
time. It would be very useful, if we highlight a block of
code and write some comments. It helps us in knowing the
changes by just having a look at the code in IDE. Im
thinking about something like the TrackChanges feature in
MS Word. Does this make sense or correct me if i have gone
wrong ?
regards,
Augustin
[quoted text, click to view] >-----Original Message-----
>> Is it possible to write a macro that keeps track of
>>change in the code similar to the one in MS Word ?
>>(highlight portions of code with comment)
>
>Augustin,
>
>As Carel says, a feature like this is in the Whidbey
preview.
>
>However, having seen it, I'm wondering what practical use
it is (most
>people use their source code control system to check
changes), so I'd
>be interested to know what you think you can achieve with
it.
>
>Dave
>--
>MVP VC++ FAQ:
http://www.mvps.org/vcfaq >.
[quoted text, click to view] > Is it possible to write a macro that keeps track of
>change in the code similar to the one in MS Word ?
>(highlight portions of code with comment)
Augustin,
As Carel says, a feature like this is in the Whidbey preview.
However, having seen it, I'm wondering what practical use it is (most
people use their source code control system to check changes), so I'd
be interested to know what you think you can achieve with it.
Dave
--
[quoted text, click to view] > Yes. We are also using Source Code Control system.
>Instead of comparing the versions in the history every
>time. It would be very useful, if we highlight a block of
>code and write some comments. It helps us in knowing the
>changes by just having a look at the code in IDE. Im
>thinking about something like the TrackChanges feature in
>MS Word. Does this make sense or correct me if i have gone
>wrong ?
I'm familiar with Word's track changes facility. The feature in
Whidbey won't do that for you. It only maintains its line change
identifiers while you keep the file open - unless MS change it
substantially in the future.
Dave
--