文件名称:DelphiPrefixChange
介绍说明--下载内容均来自于网络,请自行研究使用
Delphi单元前缀修改工具
工具需要修改的内容:
需要修改的文件列表:
1) 单元文件修改:同时也要修改uses列表中的内容,单元头
2) 类名修改:以TOldPrefix开头的符号,修改成TNewPrefix开头的符号
3) 对象或变量名修改1:以fOldPrefix开头的符号,修改成fNewPrefix的符号
4) 对象或变量名修改2:以OldPrefix开头的符号,修改成NewPrefix的符号
一个词中,有OldPrefix,且前一个字母小写,后一个字母大写,且自身是大写开头,小写结尾,则替换这个词
最后还要自动规范一下ID
如,acAstazlib没有被替换,但在已经替换词表中有这个词,则使用WholeWord替换法,全面规范一下结果。-The Delphi unit prefixes modify Tools need to modify the content: the need to modify the list of files: 1) unit file Modified: uses the contents of the list must also be modified, unit 2) class name changes: the beginning of the symbol to TOldPrefix modified TNewPrefix the beginning of the symbol 3) modify the object or variable name 1 the beginning: fOldPrefix, symbols, modify into fNewPrefix symbols 4) object or variable names modify 2 the beginning: OldPrefix, symbols, modify into a symbol of a word NewPrefix OldPrefix lowercase and the first letter after letter capitalized, and its own capital at the beginning, the lower end, replace the word finally, the automatic specification ID as, acAstazlib the has not been replaced, but the vocabulary has been replaced with the word, use WholeWord replace comprehensive specification results.
工具需要修改的内容:
需要修改的文件列表:
1) 单元文件修改:同时也要修改uses列表中的内容,单元头
2) 类名修改:以TOldPrefix开头的符号,修改成TNewPrefix开头的符号
3) 对象或变量名修改1:以fOldPrefix开头的符号,修改成fNewPrefix的符号
4) 对象或变量名修改2:以OldPrefix开头的符号,修改成NewPrefix的符号
一个词中,有OldPrefix,且前一个字母小写,后一个字母大写,且自身是大写开头,小写结尾,则替换这个词
最后还要自动规范一下ID
如,acAstazlib没有被替换,但在已经替换词表中有这个词,则使用WholeWord替换法,全面规范一下结果。-The Delphi unit prefixes modify Tools need to modify the content: the need to modify the list of files: 1) unit file Modified: uses the contents of the list must also be modified, unit 2) class name changes: the beginning of the symbol to TOldPrefix modified TNewPrefix the beginning of the symbol 3) modify the object or variable name 1 the beginning: fOldPrefix, symbols, modify into fNewPrefix symbols 4) object or variable names modify 2 the beginning: OldPrefix, symbols, modify into a symbol of a word NewPrefix OldPrefix lowercase and the first letter after letter capitalized, and its own capital at the beginning, the lower end, replace the word finally, the automatic specification ID as, acAstazlib the has not been replaced, but the vocabulary has been replaced with the word, use WholeWord replace comprehensive specification results.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DelphiPrefixChange\doc\Delphi单元前缀修改工具.doc
..................\src\DelphiPrefixChange.cfg
..................\...\DelphiPrefixChange.dof
..................\...\DelphiPrefixChange.dpr
..................\...\DelphiPrefixChange.exe
..................\...\DelphiPrefixChange.res
..................\...\DelphiPrefixChange.~dpr
..................\...\fMainform.dcu
..................\...\fMainform.ddp
..................\...\fMainform.dfm
..................\...\fMainform.pas
..................\...\fMainform.~ddp
..................\...\fMainform.~dfm
..................\...\fMainform.~pas
..................\doc
..................\src
DelphiPrefixChange