📄 classbrowser.xml
字号:
<?xml version="1.0"?><Application autoNameMapping="true"> <Window caption="Bindows Classbrowser"> <MenuBar left="0" right="0" height="24"> <MenuButton text="File"> <Menu> <MenuItem text="Exit" command="exitCommand"/> </Menu> </MenuButton> <MenuButton text="Help"> <Menu> <!-- <MenuItem text="Check for update" command="updateCommand"/> <MenuSeparator/> --> <MenuItem text="Submit feedback..." mnemonic="f" onaction="document.location = 'mailto:feedback@bindows.net?subject=Classbrowser Feedback'"/> <MenuSeparator/> <MenuItem text="About..." command="aboutCommand"/> </Menu> </MenuButton> </MenuBar> <SplitPane left="0" right="0" bottom="20" top="24" dividerLocation="250" continuousLayout="false"> <TabPane id="classPane"> <TabPage text="All Classes" icon="resources/images/listview.gif"> <List2 id="cList" left="3" top="3" bottom="3" right="3"/> </TabPage> <TabPage text="Search" icon="resources/images/search.gif"> <Label left="3" top="3" right="3" height="120"> <TextField left="0" right="0" top="0" id="searchText" height="21"/> <GridPanel rows="20,20,20,20" cols="80,80" vGap="2" hGap="2" rightToLeft="false" left="0" top="28" right="0" height="100" id="searchOptionsPanel"> <Label text="Instance" align="center" foreColor="blue"/> <Label text="Static" align="center" foreColor="blue"/> <CheckBox id="cbInstanceMethodSearch" text="Methods" checked="true"/> <CheckBox id="cbStaticMethodSearch" text="Methods" checked="true"/> <CheckBox id="cbFieldSearch" text="Fields" checked="true"/> <CheckBox id="cbConstantSearch" text="Constants" checked="true"/> <CheckBox id="cbPropertySearch" text="Properties" checked="true"/> </GridPanel> <Button text="Select..." top="28" right="0" id="classSelectButton" onaction="app.showSearchClassDialog()" width="70"/> <Button bottom="0" right="0" text="Search" onaction="app.SearchButtonAction()" width="70" id="initSearchButton" enabled="false"/> </Label> <Tree2 top="125" left="3" right="3" bottom="3" id="searchResults"/> </TabPage> </TabPane> <Label> <TabBar left="0" right="0" top="0" height="25" backColor="buttonface" id="taskbar"/> <DesktopPane id="desktopPane" left="0" top="25" bottom="0" right="0"/> </Label> </SplitPane> <StatusBar left="0" right="0"> <StatusBarPanel left="0" right="0" text="Loaded" id="myStatusbar"/> </StatusBar> <Command id="exitCommand" onexecute="app.quit()"/> <Command id="updateCommand" onexecute="app.updateProgram()"/> <Command id="aboutCommand" onexecute="app.about()"/> <RadioGroup id="taskbarGroup"/> <Dialog height="400" width="300" id="searchClassDialog" caption="Select Classes"> <List2 left="5" top="5" right="5" bottom="35" id="searchClassList" contextMenu="searchClassListMenu"/> <Button bottom="5" right="5" text="Close" width="70" onaction="app.hideSearchClassDialog()"/> </Dialog> <Menu id="searchClassListMenu"> <MenuItem text="Exclude Selected" onaction="app.excludeSelectedSearchClassItems()"/> <MenuItem text="Include Selected" onaction="app.includeSelectedSearchClassItems()"/> </Menu> <RadioGroup id="fieldGrouper"/> </Window> <Resources> <Package name="XmlRpc"/> <Package name="Gui"/> <Package name="Grid"/> <Package name="TreeView"/> <Package name="Charting"/> <Package name="WebService2"/> <Package name="OlapGrid"/> <script src="resources/js/XmlTreeDataModel.js"/> <script src="resources/js/List2.js"/> <script src="resources/js/Main.js"/> </Resources></Application>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -