superpowers-game-ftext-plugin
Version:
Generic text asset for the Superpowers Game system of Superpowers, the extensible HTML5 2D+3D game engine.
101 lines (98 loc) • 2.62 kB
HTML
<div>
<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="theme">
<option value="custom">Custom, as defined below</option>
</select>
<input id="customTheme" type="text" placeholder="Custom theme's name" style="border-top:1px solid rgb(200,200,200);"/>
</td>
</tr>
<tr>
<th>Tab Size</th>
<td>
<input id="tabSize" type="number" min="1" max="20" value="2"/>
</td>
</tr>
<tr>
<th>Indent with tabs</th>
<td>
<input id="indentWithTabs" type="checkbox"/>
</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</th>
<td>
<label>
<input id="styleActiveLine" type="checkbox"/>
active line
</label> <br>
<label>
<input id="showTrailingSpace" type="checkbox"/>
trailing spaces
</label> <br>
<label>
<input id="matchTags" type="checkbox"/>
matching tags
</label> <br>
<label>
<input id="highlightSelectionMatches" type="checkbox"/>
matchings words (selection)
</label>
</td>
</tr>
<tr>
<th>Lint syntaxes</th>
<td>
<label>
<input id="lint_json" type="checkbox"/>
JSON
</label> <br>
<label>
<input id="lint_cson" type="checkbox"/>
CSON
</label> <br>
<label>
<input id="lint_javascript" type="checkbox"/>
Javascript
</label> <br>
<label>
<input id="lint_jade" type="checkbox"/>
Jade
</label> <br>
<label>
<input id="lint_stylus" type="checkbox"/>
Stylus
</label> <br>
<label>
<input id="lint_css" type="checkbox"/>
CSS
</label> <br>
<label>
<input id="lint_yaml" type="checkbox"/>
Yaml
</label> <br>
</td>
</tr>
</table>
</div>