readme.txt

来自「一个可以提供语法高亮显示的编辑器」· 文本 代码 · 共 28 行

TXT
28
字号
readme.txt for the scintillamfc application.
-----------------------------------------------
Author: Horst Br點kner, hb@ec-logic.com
Last change: 30.5.2003


This is a sample program how to use the excellent Scintilla edit control of Neil Hodgson.
See www.scintilla.org for details. I have seen a lot of requests for a MFC sample program
in the scintilla mailing list. 
The scintillamfc application tries to show some of the scintilla features in a typical MFC application.
- Syntax coloring
- Source folding
- Bookmarks
Most of the work is done in the CscintillamfcView.cpp and CScintillaWnd.cpp code. Take a look
there. There is a piece of HTML documentation in scinmfc.htm.



Environment: VisualC++ Version 6, static Build of Scintilla, SciLexer.dll as Lexer<nl>
--------------------------------------------------------------
Permission to use, copy, modify, and distribute the scintillamfc software
for any purpose and without fee is hereby granted.

THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED
WARRANTY.  ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR
PURPOSE AND OF MERCHANTABILITY ARE HEREBY DISCLAIMED.
--------------------------------------------------------------

⌨️ 快捷键说明

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