有没有按照语法的高亮打印程序源代码的软件?象delphi,ultraedit中显示C语言代码那样,用不同的颜色和字体显示?(10分)

H

herald

Unregistered / Unconfirmed
GUEST, unregistred user!
有没有按照语法的高亮打印程序源代码的软件?象delphi,ultraedit中显示C语言代码那样,用不同的颜色和字体显示?

 
ultraedit就可以呀
 
从大富翁以前的帖子上抄来的。
软件名称:Ultraedit.
把下面的文字添加到WORDFILE.TXT。
/L8"Pascal" Nocase Line Comment = // Block Comment On = { Block Comment Off = } String Chars = ' File Extensions = pas dpr
/Delimiters = ~!@%^&*()-+=|//{}[]:;'"<> , .?
/Function String = "%[a-zA-Z_]*)[~;]"
/Indent Strings = "begin
"
/Unindent Strings = "End"
/C1"Keywords"
and
array
as
asm
at
automated
begin
case
class
const
constructor
destructor
directives
dispinterface
div
do
downto
else
end
except
exports
file
finalization
finally
for
function
goto
if
implementation
in
inherited
initialization
inline
interface
is
label
library
mod
nil
not
object
of
on
or
out
packed
private
procedure
program
property
protected
public
published
raise
record
repeat
resourcestring
set
shl
shr
string
then
threadvar
to
try
type
unit
until
uses
var
while
with
xor
/C4"Operators"
-
"
#
$
*
/
:
:=
?
@
[
]
^
+
<
<=
<>
=
>
>=
 
接受答案了.
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
D
回复
0
查看
2K
DelphiTeacher的专栏
D
I
回复
0
查看
714
import
I
D
回复
0
查看
2K
DelphiTeacher的专栏
D
顶部