credits.htm
来自「Delphi编写的一个支持语法高亮显示和很多语言的文本编辑器」· HTM 代码 · 共 35 行
HTM
35 行
<html>
<head>
<title>About cEdit</title>
</head>
<body bgcolor="#FFFFFF" forecolor="#000000">
<Font face="verdana" size="5"><b>About cEdit</b></font><BR><BR>
<font face="verdana" size="2">
cEdit Professional was to a large degree written by me, but I can't nor
will I try to claim credit for the entire program. Some of the following
people helped me, and I greatly appreciate their help. Others had free
source code and components available which I was able to make use of in
cEdit to make it a better program.
<hr>
<ul>
<li>SynEdit<BR>
This by far has to be the most useful. It's not by any one person,
but instead by quite a few. It's available free of charge at
<a href="http://synedit.sourceforge.net">http://synedit.sourceforge.net</a>.
This is the backbone of cEdit to a large degree. All of the syntax
highlighting you see in here is handled by it.
<li>DockPanel<BR>
I have heavily modified this component for my own use but I don't
think I could of ever gotten what I have out of it without the
initial work done by the developers of
<a href="http://www.sourceforge.net/projects/open-perl-ide">Open-Perl-IDE</a>.
<li>Krystal<BR>
She's become a close friend over the past few months. She's encouraged
me to continue working on this on a number of occasions when I totaly
lost interest. cEdit without her would be lucky if it ran at all :)
</ul>
</font>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?