📄 ogrekit.h
字号:
/* * Name: OgreKit.h * Project: OgreKit * * Creation Date: Sep 7 2003 * Author: Isao Sonobe <sonoisa (AT) muse (DOT) ocn (DOT) ne (DOT) jp> * Copyright: Copyright (c) 2003 Isao Sonobe, All rights reserved. * License: OgreKit License * * Encoding: UTF8 * Tabsize: 4 */#import <Foundation/Foundation.h>#ifndef NOT_RUBY# define NOT_RUBY#endif#ifndef HAVE_CONFIG_H# define HAVE_CONFIG_H#endif#import <OgreKit/oniguruma.h>/* Regular Expressions */#import <OgreKit/OGRegularExpression.h>#import <OgreKit/OGRegularExpressionEnumerator.h>#import <OgreKit/OGRegularExpressionMatch.h>#import <OgreKit/OGRegularExpressionCapture.h>#import <OgreKit/OGRegularExpressionFormatter.h>#import <OgreKit/OGReplaceExpression.h>#import <OgreKit/NSString_OgreKitAdditions.h>#import <OgreKit/OGString.h>#import <OgreKit/OGMutableString.h>/* Find Panel */// Models#import <OgreKit/OgreTextFinder.h>#import <OgreKit/OgreTextFindThread.h>#import <OgreKit/OgreTextFindComponent.h>#import <OgreKit/OgreTextFindLeaf.h>#import <OgreKit/OgreTextFindBranch.h>#import <OgreKit/OgreTextFindComponentEnumerator.h>#import <OgreKit/OgreTextFindReverseComponentEnumerator.h>#import <OgreKit/OgreTextFindResult.h>#import <OgreKit/OgreFindResultLeaf.h>#import <OgreKit/OgreFindResultBranch.h>// Views#import <OgreKit/OgreTextView.h>#import <OgreKit/OgreTableView.h>#import <OgreKit/OgreTableColumn.h>#import <OgreKit/OgreOutlineView.h>#import <OgreKit/OgreOutlineColumn.h>// Controllers#import <OgreKit/OgreTextFindProgressSheet.h>#import <OgreKit/OgreFindResultWindowController.h>#import <OgreKit/OgreFindPanelController.h>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -