UNPKG

superpowers-game-ftext-plugin

Version:

Generic text asset for the Superpowers Game system of Superpowers, the extensible HTML5 2D+3D game engine.

70 lines (68 loc) 1.72 kB
<div> <h2>Global editor Settings</h2> <p> Check the documentation at <a href="http://florentpoujol.github.io/superpowers-ftext-plugin" title="fText plugin documentation">http://florentpoujol.github.io/superpowers-ftext-plugin</a> for more informations on the various settings you can find below. </p> <table> <tr> <th>Theme</th> <td> <select id="themes"></select> </td> <td> </td> </tr> <tr> <th>Custom Themes</th> <td> <input id="customThemes" type="text" placeholder="come-separated list of custom themes to load" value="" /> </td> </tr> <tr> <th>Indent Unit</th> <td> <input id="indentUnit" type="number" min="1" max="8" value="2"/> </td> </tr> <tr> <th>Key map</th> <td> <select id="keyMap"> <option value="sublime">sublime</option> <option value="vim">vim</option> <option value="emacs">emacs</option> </select> </td> </tr> <tr> <th>Auto close brackets</th> <td> <input id="autoCloseBrackets" type="checkbox"/> </td> </tr> <tr> <th>Highlight active line</th> <td> <input id="styleActiveLine" type="checkbox"/> </td> </tr> <tr> <th>Highlight trailing spaces</th> <td> <input id="showTrailingSpace" type="checkbox"/> </td> </tr> <tr> <th>Highlight matching tag</th> <td> <input id="matchTags" type="checkbox"/> </td> </tr> <tr> <th>Highlight matching words</th> <td> <input id="highlightSelectionMatches" type="checkbox"/> </td> </tr> </table> </div>