I use BC3 for code reviews. Often I need to send a comment about a line via email. When doing this I need to include the file name, path, and a line number.
It'd be great if BC could speed up this process by adding a special "Copy Line For Review" command, that when pasted into an email or text editor would look something like this:
====================
File: path\myfile.cs
Line: 23
Source:
for( int i=0; i<iMax; ++i )
Comment:
====================
It'd be great if BC could speed up this process by adding a special "Copy Line For Review" command, that when pasted into an email or text editor would look something like this:
====================
File: path\myfile.cs
Line: 23
Source:
for( int i=0; i<iMax; ++i )
Comment:
====================
Comment