⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.php

📁 非常好用的可移植的多平台C/C++源代码编辑器
💻 PHP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
  <meta name="description" content="Collection of sample code snippets for wxWidgets">
  <meta name="keywords" content="sample, code, snippets, wxWidgets">
  <meta name="robots" content="noindex, follow">
  <meta name="made" content="mailto:wyo@users.sourceforge.net">
  <meta name="language" content="en">
  <meta name="generator" content="wxCode">
  <style type="text/css"> /* <![CDATA[ */ @import url(default.css); /* ]]> */ </style>
  <title>wxCode: wxScintilla</title>
</head>
<body>

<h2>wxScintilla</h2>

<h4>Synopsis</h4>
<p>
A wxWidgets implementation of the Scintilla editing control.
</p>

<h4>Description</h4>
<p>
wxScintilla implements the <a href="http://scintilla.sourceforge.net/" target=_top>Scintilla</a> editing control with the wxWidgets API. It's derived from wxStyledTextCtrl (see wxWidgets/contrib) and has the same functionality and a similar API. The almost singular difference (beside naming) is it has a much faster release cycle.
</p>

<h4>Documentation</h4>
<p>
The <a href="reference.html" target=_top>API reference</a> can be read online here.
</p>

<h4>Screenshots</h4>
<p align=center>
<img src="images/wyoeditor01.png"><br />
Screen shot of wyoEditor, see <a href="http://freshmeat.net/projects/wyoeditor" target=_top>here</a>.
</p>

<h4>Download</h4>
<p>
Go to the <a href="http://wxcode.sourceforge.net/index.php?page=complist.php" target=_top>project list</a>, click on the release of <b>wxScintilla</b>.
</p>

<h4>New releases</h4>
<p>
No releases are announced, you have to check the project list from time to time or ask in the wxCode mailing list.
</p>

<h4>Latest info, open issues, etc.</h4>
<p>
See <a href="Readme.txt" target=_top>Readme.txt</a> and <a href="ToDo.txt" target=_top>ToDo.txt</a>.
</p>

<h4>Feedback</h4>
<p>
To develop wxScintilla further I need to know what others think about. What is perfect, what is missing, what is wrong. It would be nice if could write your experience after some use into the wxCode mailing list (see <a href="http://wxcode.sourceforge.net/feedback.php?component=wxScintilla" target=_top>feedback</a>).
</p>

<h4>Author</h4>
<p>
Otto Wyss. Since it was derived from wxStyledTextCtrl most credits goes to Robin Dunn.
</p>

<div class="FOOTER">
[<a href="http://wxcode.sourceforge.net/" target=top accesskey="H">Home</a>]
<a href="http://sourceforge.net/projects/wxcode" target=_top> <IMG src="http://sourceforge.net/sflogo.php?group_id=51305" width="1" height="1" vspace="0" border="0" align=center alt="SourceForge Logo"></a>
</div>
</body>
</html>

⌨️ 快捷键说明

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