right.htm

来自「Delphi编写的一个支持语法高亮显示和很多语言的文本编辑器」· HTM 代码 · 共 24 行

HTM
24
字号
<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 is an opensource/freeware code editor developed in delphi personal
      6 to provide a free alternative to many of the rather expensive editors
      currently available on the market.  It's features allow it to work in many
      ways as an IDE, for virtually any language, while also being able to work
      simply as a text editor.  It has built in highlighting support for over
      50 languages, and more can be added with ease.<BR><BR>
      cEdit has come a long way over it's 3 years of development.  It started out
      as a SDI notepad replacement, featuring code highlighting for 8 languages.
      Since then it has been rewritten 3 times, including a complete language change.
      New features have been added on a number of occasions.
      <BR><BR>
      Today cEdit has most if not all the features of some of the similiar non free
      editors.  It's not so much a competitor of  such editors, as simply an alternative
      to those who don't have the money to buy such applications.
  </body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?