mirror of
https://github.com/xevidos/codiad.git
synced 2024-12-22 13:52:16 +01:00
Updated some of the editor default settings to commonly used settings
This commit is contained in:
parent
567ec1efd0
commit
a10d2f9670
1 changed files with 3 additions and 3 deletions
|
@ -44,8 +44,8 @@ require_once('../../common.php');
|
|||
<td><?php i18n("Live Autocomplete"); ?></td>
|
||||
<td>
|
||||
<select class="setting" data-setting="codiad.editor.autocomplete">
|
||||
<option value="false" selected><?php i18n("Off");?></option>
|
||||
<option value="true"><?php i18n("On"); ?></option>
|
||||
<option value="false" selected><?php i18n("Off");?></option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -53,8 +53,8 @@ require_once('../../common.php');
|
|||
<td><?php i18n("Over Scroll"); ?></td>
|
||||
<td>
|
||||
<select class="setting" data-setting="codiad.editor.overScroll">
|
||||
<option value="0" selected><?php i18n("None");?></option>
|
||||
<option value="0.5"><?php i18n("Half");?></option>
|
||||
<option value="0"><?php i18n("None");?></option>
|
||||
<option value="0.5" selected><?php i18n("Half");?></option>
|
||||
<option value="1"><?php i18n("Full");?></option>
|
||||
</select>
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue