A script checking and inspection utility.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@125 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2002-10-15 10:48:05 +00:00
parent b278e8b101
commit 29118bc6c0
2 changed files with 141 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
Scriptcheck, v0.1
This is a simple Python (v.2 and up) script to look for unusual
properties in the conversation files. It looks for spaces at the
beginnings and ends of lines where this would suppress "..." creation
(see docs/SCRIPT for more details on this) and compares the
identifiers named in the .txt file with the values of the enums in the
corresponding strings.h files.
Run it from this directory or it won't be able to find the necessary
.txt and .h files.
v0.1, 15 Oct 2002: Initial release (Michael Martin)