Highlight the edited line

- Add a span to the edited text line to provide a highlight
- Scroll and highlight for switch checkboxes also
- Clean up initialization
- More API documentation
- Smarter handling of asynchronous file loading during init
This commit is contained in:
Scott Lahteine
2015-02-06 23:46:16 -08:00
parent 37c43a7ab3
commit 4bb72f9480
3 changed files with 192 additions and 127 deletions

View File

@ -14,7 +14,10 @@
<body>
<section id="main">
<h1>Marlin Configurator 0.1a</h1>
<p>Enter values in the form, get a Marlin configuration. Will include a drop-down of known configurations.</p>
<div id="message">
<p class="info">Enter values in the form, get a Marlin configuration.<br/>Will include a drop-down of known configurations.</p>
</div>
<div id="tabs"></div>
@ -64,9 +67,9 @@
</fieldset>
<h2>Marlin/Configuration.h</h2>
<pre id="config_text" class="prettyprint linenums"></pre>
<pre id="config_text" class="hilightable"></pre>
<h2>Marlin/Configuration_adv.h</h2>
<pre id="config_adv_text" class="prettyprint linenums"></pre>
<pre id="config_adv_text" class="hilightable"></pre>
<br class="clear" />
</form>