请教!有什么好的delphi代码查看器 ( 积分: 30 )

  • 主题发起人 主题发起人 cqytech
  • 开始时间 开始时间
C

cqytech

Unregistered / Unconfirmed
GUEST, unregistred user!
我记得有一个代码查看工具,它能够方便的查看代码,
比如双击事件名,在下方的小窗口显示事件的代码等,
但它只支持ASP、C语言。

各位有什么好的工具推荐吗?
 
没人,只能自己顶
 
可以使用UltraEdit,EditPlus等编辑工具。
 
NOTEPAD++ 4.4
 
UltraEdit+dephi语法高亮显示

/L10"Delphi" Nocase Line Comment = // Block Comment On = { Block Comment Off = } Block Comment On Alt = (* Block Comment Off Alt = *) String Chars = ' File Extensions = DPR PAS DFM
/Delimiters = #$&'()*+,-./;<>@[]^{}
/Function String = "%^{procedure^}^{function^}"
/Indent Strings = "begin" "repeat" "asm"
/Unindent Strings = "end" "until"
/C1"Reserved words"
array asm
begin
case class const constructor
destructor dispinterface do downto
else end except exports
file finalization finally for function
goto
if implementation inherited initialization inline interface
label library
nil
object of out
packed procedure program property
raise record repeat resourcestring
set string
then threadvar to try type
unit until
uses
var
while with
/C2"Directives"
absolute abstract assembler automated
cdecl contains
default dispid dynamic
export external
far forward
implements index
message
name near nodefault
overload override
package pascal private protected public published
read readonly register reintroduce requires resident
safecall stdcall stored
virtual
write writeonly
/C3"Operators"
*
+
-
// /
< <= <>
=
> >=
@
and as
div
in is
mod
not
or
shl shr
xor
/C4"Special symbols"
#
$
&
(
(.
)
,
.
.)
..
:
:=
;
[
]
^
 
感觉cnpack停全面的
 
后退
顶部