Add editor.html dropdown Soft Wrap

This commit is contained in:
Julian Viereck 2011-01-28 19:33:48 +08:00 committed by Fabian Jakobs
commit e6e01a3ed1
4 changed files with 41 additions and 16 deletions

View file

@ -74,7 +74,6 @@
<option value="php">PHP</option>
</select>
</td>
<td align="right">
<label for="keybinding">Key Binding:</label>
<select id="keybinding" size="1">
@ -84,6 +83,14 @@
<option value="custom">Custom</option>
</select>
</td>
<td align="right">
<label for="soft_wrap">Soft Wrap:</label>
<select id="soft_wrap" size="1">
<option value="off">Off</option>
<option value="40">40 Chars</option>
<option value="80">80 Chars</option>
</select>
</td>
<td align="right">
<label for="show_gutter">Show Gutter</label>
<input type="checkbox" id="show_gutter" checked>
@ -92,10 +99,6 @@
<label for="show_print_margin">Show Print Margin</label>
<input type="checkbox" id="show_print_margin" checked>
</td>
<td align="right">
<label for="soft_wrap">Soft Wrap</label>
<input type="checkbox" id="soft_wrap">
</td>
</tr>
</table>