📄 help.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html lang="en"><head><title>Bindows Pad</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">body { font: 9pt Sans-Serif;}</style><script type="text/javascript"></script></head><body><h1>BiPad</h1><p>BiPad is a simple application that allows you to enter Bindows markup in atext area and imediately see the results below.</p><p>The application consists of 4 parts: menu, tool bar, source editor andpreview area.</p><h2>Source</h2><p>This is where you enter the XML code representing the GUI. If the XML is notwell formed you will get an error notification in the preview area below.</p><h2>Preview</h2><p>Whenever the text in the source text area changes the preview is updated. Ifthere was an error in either the XML (not well formed) or in the interpretationof the XML then an error message is shown at the top of the preview area.</p><h2>Menu</h2><h3>Snippets</h3><p>The snippets menu allows you to insert some predefined strings at the currentcursor position.</p><h3>View</h3><p>You can turn off the automatic preview here. If this is off you'll have topress the preview button to see the result. When this is on the preview isupdated any time a change is done to the source editor.</p><h3>Edit</h3><p>Some clipboard related items (only in IE).</p><p>When the cursor is on a number you can use ctrl+up and ctrl+down toincrease/decrease the number accordingly.</p><p>You can also insert a color value by selecting "Insert color..."</p><h2>Tool Bar</h2><p>The tool bar contains the "Preview" button which allows you to refresh thepreview area.</p><p>In IE the tool bar also show Cut, Copy and Paste buttons.</p><h2>Miscellaneous</h2><p>The application also adds a class called Script that can be used to entercode in the text area. It can take an <code>uri</code> (or <code>src</code>)property or you can give it some inline code</p><pre><code><Script uri="../../myclasses/MyClass.js"/><Script>doSomething();</Script></code></pre></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -