|
|
Code Stamper Visual Studio 6 AddIn
Use the free Code-Stamper AddIn for Visual Studio to insert a copyright message in the current document with a click of the mouse. The Code-Stamper AddIn automatically inserts the name of the file and the date. For the rest you are fully free to define the layout.
Click here to download CodeStamper
Usage and installation
Drop the CodeStamper.DLL file into your Developers Studio'AddIns' folder and choose Tools -> Customize to activate the plugin.
Now a new Toolbar will appear containing a small icon that looks like a green pizza. Just click on that icon and Developer-Stamp will insert the text in thetop of your text document.
The first time a file will be created for you. Type your banner text in this file, save and close it. Now try again and see how the banner file you just created will be inserted into the text.
Creating your own banner
Creating a banner file is fairly simple. Just type whatever you want into the text document that will be automatically created and save it as a banner file.
For example, if you're a C or java programmer your banner file would look like:
/*
** File: ^1
** Date: ^2
**
** Copyright 2000-2005 Robota Softwarehouse, The Netherlands
** Author: Arne Diegenbach
**
*/
For Basic programmers the file would look like:
rem
rem File: ^1
rem Date: ^2
rem
rem Copyright Your Company.
rem Author: Arne Diegenbach
rem
rem
Note that the parameters ^1 and ^2 will be replaced with the name of the document and the current time and date. The text and layout can be anything you like.
The banner file is created in your Visual Studio's "bin" folder.
To change it afterwards, just open the file, edit, save and you're done!
Happy Stamping!
| Registry |
|
| Version |
n/a |
| Tested |
|
| Compatible |
win32 |
| Language support |
Dutch,English,French,German |
| Price |
Free Download |
|
Click here to download CodeStamper
Visual Studio AddIn, last tested with version 6.
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Tags
|