mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-23 11:23:30 +01:00
renamed commandline.js -> ui.js
moved all statusbar code to the StatusLine() class
This commit is contained in:
@@ -41,7 +41,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
<script type="application/x-javascript" src="help.js"/>
|
||||
<script type="application/x-javascript" src="vimperator.js"/>
|
||||
<script type="application/x-javascript" src="commands.js"/>
|
||||
<script type="application/x-javascript" src="commandline.js"/>
|
||||
<script type="application/x-javascript" src="ui.js"/>
|
||||
<script type="application/x-javascript" src="settings.js"/>
|
||||
<script type="application/x-javascript" src="completion.js"/>
|
||||
<script type="application/x-javascript" src="bookmarks.js"/>
|
||||
@@ -74,17 +74,12 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
</listcols>
|
||||
</listbox>
|
||||
|
||||
<hbox id="vim-statusbar" flex="1" height="10" hidden="false" style="-moz-user-focus:ignore;">
|
||||
<textbox class="plain" id="vim-sb-field-1" flex="1" crop="right" value="about:blank"
|
||||
readonly="true" style="font-family: monospace; background-color: transparent; -moz-user-focus:ignore;"/>
|
||||
<label class="plain" id="vim-sb-field-2" flex="0" crop="right" value="[===> Loading... <===]"
|
||||
style="font-family: monospace"/>
|
||||
<label class="plain" id="vim-sb-field-3" flex="0" crop="right" value=""
|
||||
style="font-family: monospace"/>
|
||||
<label class="plain" id="vim-sb-field-4" flex="0" crop="right" value="[0/0]"
|
||||
style="font-family: monospace"/>
|
||||
<label class="plain" id="vim-sb-field-5" flex="0" crop="right" value=" Top"
|
||||
style="font-family: monospace"/>
|
||||
<hbox id="vimperator-statusline" flex="1" height="10" hidden="false" style="-moz-user-focus:ignore;">
|
||||
<textbox class="plain" id="vimperator-statusline-field-url" flex="1" readonly="true" style="font-family: monospace; background-color: transparent; -moz-user-focus:ignore;"/>
|
||||
<label class="plain" id="vimperator-statusline-field-inputbuffer" flex="0" style="font-family: monospace; padding: 0px 0px 0px 8px"/>
|
||||
<label class="plain" id="vimperator-statusline-field-progress" flex="0" style="font-family: monospace; padding: 0px 0px 0px 8px"/>
|
||||
<label class="plain" id="vimperator-statusline-field-tabcount" flex="0" style="font-family: monospace; padding: 0px 0px 0px 8px"/>
|
||||
<label class="plain" id="vimperator-statusline-field-bufferposition" flex="0" style="font-family: monospace; padding: 0px 0px 0px 8px"/>
|
||||
</hbox>
|
||||
|
||||
<listbox id="vim-completion" class="plain" rows="1" flex="1" hidden="true"
|
||||
|
||||
Reference in New Issue
Block a user