VS2005 IDE : Automatic signature addition for new classes.
-
I am a VC++ pgmmer and using VS2005 IDE. Whenever i am creating the New class through Project -> Add Class Menu. I want to add my signature ( Name, Date of creation, ...) automatically at the top the of that class. I do not have any idea , how to proceed. Please throw some light on it. Thanks in advance Karthi....
-
I am a VC++ pgmmer and using VS2005 IDE. Whenever i am creating the New class through Project -> Add Class Menu. I want to add my signature ( Name, Date of creation, ...) automatically at the top the of that class. I do not have any idea , how to proceed. Please throw some light on it. Thanks in advance Karthi....
-
Hello led Mike, Do I have to create a macro for adding signature. If I created a macro ,Does that macro triger(invoked) autmatically , when i am clicking Project-> Add Class Menu. Am i clear in explaining the task? Thanks in Advnace, Karthi
-
Hello led Mike, Do I have to create a macro for adding signature. If I created a macro ,Does that macro triger(invoked) autmatically , when i am clicking Project-> Add Class Menu. Am i clear in explaining the task? Thanks in Advnace, Karthi
Windows Pistha wrote:
Do I have to create a macro for adding signature.
There might be other approaches. The capability of the IDE changes with each version, I don't keep up with that. I merely suggested one solution to your request. If you want to be thorough, the only thing I would suggest is reading the documentation for Visual Studio and making a decision after you have a complete understanding of what the capabilities are.
led mike
-
Windows Pistha wrote:
Do I have to create a macro for adding signature.
There might be other approaches. The capability of the IDE changes with each version, I don't keep up with that. I merely suggested one solution to your request. If you want to be thorough, the only thing I would suggest is reading the documentation for Visual Studio and making a decision after you have a complete understanding of what the capabilities are.
led mike
Hi , Actually i created Add-in for adding signature to all the .cpp and .h files. but the problem with that was , if u r having any third party class in workspace. There also it is adding my signature :laugh: . but it should not , so i thought of creating tool which will add my signature while creating new classes thru Project->Add Class menu. Anyway ,i will try to read the documentation. if you found anyother way ,let me know. Thanks, Karthi