xbn_examples.programs
Class CVSMsgTextPadTool
java.lang.Object
|
+--xbn.XBNObject
|
+--xbn.programs.XBNStatic
|
+--xbn_examples.programs.CVSMsgTextPadTool
- public class CVSMsgTextPadTool
- extends XBNStatic
Appends a message to a textfile, in the form [FILE NAME]: [CHANGE MESSAGE]
. The purpose of this application is to log any changes made to code while offline. When back online, use these messages when committing those files to CVS.
Install this application as a TextPad tool
Lookup How to... -->
Customize settings -->
Tools Menu in TextPad's documentation.
In the 'tool' form, enter these parameters (change the path/file names to what you desire):
- Command:
D:\java\jdk_131\bin\java.exe
- Parameters:
xbn_examples.programs.CVSMsgTextPadTool E:\a_sandbox\xbnjava\ $File E:\working\xbnjava_CVS_CHANGES.txt "$Prompt(Enter change message for this file...)"
- Initial Folder:
$FileDir
- Capture output:
Checked
- All other checkboxes: Unchecked
- Regular expression to match output: These settings are ignored by this tool.
Ues this by selecting the tool from the Tool menu. You will be prompted for the change message. After you press return, a confirmation will be provided in a new text document (the Command Results window).
Method Summary |
static void |
main(String[] as_cmdLineParams)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CVSMsgTextPadTool
public CVSMsgTextPadTool()
main
public static final void main(String[] as_cmdLineParams)
Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
http://sourceforge.net/projects/xbnjava