mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 00:07:58 +01:00
only add NEWS instead of ChangeLog in .xpi, to dramatically reduce size for future releases
This commit is contained in:
2
Makefile
2
Makefile
@@ -16,7 +16,7 @@ JAR_FILES = ${shell find chrome/content -type f \
|
|||||||
JAR_DIRS = $(foreach f,${JAR_FILES},$(dir $f))
|
JAR_DIRS = $(foreach f,${JAR_FILES},$(dir $f))
|
||||||
JAR = chrome/vimperator.jar
|
JAR = chrome/vimperator.jar
|
||||||
|
|
||||||
XPI_TXT_FILES = install.rdf chrome.manifest TODO AUTHORS Donators ChangeLog
|
XPI_TXT_FILES = install.rdf chrome.manifest TODO AUTHORS Donators NEWS
|
||||||
XPI_DIRS = $(foreach f,${XPI_FILES},$(dir $f))
|
XPI_DIRS = $(foreach f,${XPI_FILES},$(dir $f))
|
||||||
XPI_BIN_FILES = ${JAR} Makefile
|
XPI_BIN_FILES = ${JAR} Makefile
|
||||||
XPI_FILES = ${XPI_BIN_FILES} ${XPI_TXT_FILES}
|
XPI_FILES = ${XPI_BIN_FILES} ${XPI_TXT_FILES}
|
||||||
|
|||||||
7
TODO
7
TODO
@@ -13,9 +13,10 @@ BUGS:
|
|||||||
webpage, saving only the html works just fine..
|
webpage, saving only the html works just fine..
|
||||||
- add window resize support to hints
|
- add window resize support to hints
|
||||||
- can't reverse tab through the vimperator toolbar
|
- can't reverse tab through the vimperator toolbar
|
||||||
- gu doesn't work when the current URL contains a trailing slash
|
|
||||||
- gu and gU don't work on local files properly
|
- gu and gU don't work on local files properly
|
||||||
- http://www.suckless.org/pipermail/dwm/2007-July/003075.html
|
- http://www.suckless.org/pipermail/dwm/2007-July/003075.html
|
||||||
|
- :noremap does not work fully
|
||||||
|
- n and N are broken with /
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
9 :command for new commands
|
9 :command for new commands
|
||||||
@@ -51,8 +52,8 @@ RANDOM IDEAS:
|
|||||||
* Would it be possible to add a setting "maxcompletionsshown" and
|
* Would it be possible to add a setting "maxcompletionsshown" and
|
||||||
"maxpreviewwindowheight" or something like this?
|
"maxpreviewwindowheight" or something like this?
|
||||||
* 16:06:04 bartman| maxauthority: feature idea: what if :n and :N searched the
|
* 16:06:04 bartman| maxauthority: feature idea: what if :n and :N searched the
|
||||||
page and if they found a unique <a href=...>.*next.*</a> or <a
|
page and if they found a unique href=*next.* or
|
||||||
href=...>.*prev.*<a/> they would follow that link?
|
href=.*prev.* they would follow that link?
|
||||||
* hide scrollbars: http://rafb.net/p/YHRhEe47.html (window.content.document.body.style.overflow = "hidden")
|
* hide scrollbars: http://rafb.net/p/YHRhEe47.html (window.content.document.body.style.overflow = "hidden")
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ vimperator.help = function(section, easter) //{{{
|
|||||||
'It has similar key bindings, and you could call it a modal web browser, as key bindings differ according to which mode you are in.</p>\n' +
|
'It has similar key bindings, and you could call it a modal web browser, as key bindings differ according to which mode you are in.</p>\n' +
|
||||||
|
|
||||||
'<p><span class="warning">Warning:</span> To provide the most authentic Vim experience, the Firefox menubar and toolbar were hidden.<br/>' +
|
'<p><span class="warning">Warning:</span> To provide the most authentic Vim experience, the Firefox menubar and toolbar were hidden.<br/>' +
|
||||||
'If you really need them, type: <code class="command">:set guioptions=mT</code> to get it back.\n' +
|
'If you really need them, type: <code class="command">:set guioptions+=mT</code> to get it back.\n' +
|
||||||
'If you don\'t like Vimperator at all, you can uninstall it by typing <code class="command">:addons</code> and remove/disable it. ' +
|
'If you don\'t like Vimperator at all, you can uninstall it by typing <code class="command">:addons</code> and remove/disable it. ' +
|
||||||
'If you like it, but can\'t remember the shortcuts, press <code class="mapping">F1</code> or <code class="command">:help</code> to get this help window back.</p>\n' +
|
'If you like it, but can\'t remember the shortcuts, press <code class="mapping">F1</code> or <code class="command">:help</code> to get this help window back.</p>\n' +
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user