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

📄 classes.nib

📁 Mac OS X 平台一文本编辑器的源代码
💻 NIB
字号:
{    IBClasses = (        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },         {CLASS = OgreAFPCOptionButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; },         {CLASS = OgreAdvancedFindPanel; LANGUAGE = ObjC; SUPERCLASS = NSPanel; },         {            ACTIONS = {                clearFindReplaceHistories = id;                 clearFindStringStyles = id;                 clearReplaceStringStyles = id;                 findAll = id;                 findNext = id;                 findNextAndOrderOut = id;                 findPrevious = id;                 findSelectedText = id;                 highlight = id;                 jumpToSelection = id;                 replace = id;                 replaceAll = id;                 replaceAndFind = id;                 selectFindHistory = id;                 selectReplaceHistory = id;                 toggleStyleOptions = id;                 unhighlight = id;                 updateEscapeCharacter = id;                 updateOptions = id;                 updateSyntax = id;                 useSelectionForFind = id;                 useSelectionForReplace = id;             };             CLASS = OgreAdvancedFindPanelController;             LANGUAGE = ObjC;             OUTLETS = {                escapeCharacterPopUpButton = NSPopUpButton;                 findNextButton = NSButton;                 findPopUpButton = NSPopUpButton;                 findReplaceTextBox = NSView;                 findTextView = NSTextView;                 highlightColorWell = NSColorWell;                 maxNumOfFindHistoryTextField = NSTextField;                 maxNumOfReplaceHistoryTextField = NSTextField;                 moreOptionsButton = NSButton;                 moreOptionsDrawer = NSDrawer;                 replacePopUpButton = NSPopUpButton;                 replaceTextView = NSTextView;                 styleOptionsBox = NSView;                 syntaxPopUpButton = NSPopUpButton;                 toggleStyleOptionsButton = NSButton;             };             SUPERCLASS = OgreFindPanelController;         },         {            ACTIONS = {showFindPanel = id; };             CLASS = OgreFindPanelController;             LANGUAGE = ObjC;             OUTLETS = {findPanel = NSWindow; textFinder = OgreTextFinder; };             SUPERCLASS = NSResponder;         },         {            ACTIONS = {updateLiveUpdate = id; };             CLASS = OgreFindResultWindowController;             LANGUAGE = ObjC;             OUTLETS = {                findStringField = NSTextField;                 grepOutlineView = NSOutlineView;                 liveUpdateCheckBox = NSButton;                 messageField = NSTextField;                 window = NSWindow;             };             SUPERCLASS = NSObject;         },         {            ACTIONS = {showFindPanel = id; };             CLASS = OgreTextFinder;             LANGUAGE = ObjC;             OUTLETS = {findMenu = NSMenu; findPanelController = OgreFindPanelController; };             SUPERCLASS = NSObject;         }    );     IBVersion = 1; }

⌨️ 快捷键说明

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