1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 22:07:59 +01:00
Commit Graph

126 Commits

Author SHA1 Message Date
Martin Stubenschrott
a0f82aa9a1 ATTENTION: FIRST FIREFOX 3 alpha7+ ONLY RELEASE!
Ported bookmarks/keywords to Places
Disabled global history for now, will come soon.
2007-08-24 04:57:10 +00:00
Doug Kearns
857cbb0337 allow ~/_vimperatorrc as the RC file and ~/vimperator/plugin as the plugin
directory on Windows
2007-08-23 15:11:32 +00:00
Doug Kearns
3efc83341c fix whitespace formatting - remove leading tab characters with :retab 2007-08-17 16:40:06 +00:00
Martin Stubenschrott
4d38b439ed Changed version number to 0.6 CVS 2007-08-17 09:41:43 +00:00
Martin Stubenschrott
39e8df4b03 Fixed :map partly, still cannot cope with :map commans, where lhs is a 2-char string 2007-08-16 14:19:20 +00:00
Doug Kearns
9f79ec4d71 some trivial formatting fixes 2007-08-14 15:24:49 +00:00
Doug Kearns
96b3fe093a don't echo an error message if no plugin directory is found 2007-08-14 15:23:07 +00:00
Doug Kearns
5ad83d42b4 fix plugin directory sourcing so it works on Windows - don't attempt to open
the directory as an input stream
2007-08-13 09:29:11 +00:00
Doug Kearns
923a9a78de expand environment variables in the filename argument to :source 2007-08-12 16:39:59 +00:00
Martin Stubenschrott
27839f303d commandline and MIW try to keep focus now
changed commandline handling in general
autosize MIW on new content
new handling should be more robust, but there may be bugs, please report
2007-08-12 00:03:44 +00:00
Doug Kearns
54a5ee42f4 move global completion functions into a vimperator.completion module 2007-08-08 16:47:31 +00:00
Doug Kearns
ad44a9160c initial buffer implementation 2007-08-07 14:19:20 +00:00
Doug Kearns
a4ac7010fc move remaining preference setting from vimperator.startup to Options() 2007-08-07 12:14:42 +00:00
Doug Kearns
9bbaca69b7 reverse last commit 2007-08-06 13:45:17 +00:00
Doug Kearns
6508cb8c65 move Option constructor to Options, move
Options.{getPref,setPref,getFirefoxPref,setFirefoxPref} to a slot in
vimperator.options and move all option initialisation to Options()
2007-08-06 12:52:33 +00:00
Doug Kearns
0ab80a8d3a don't emit an error message when ~/.vimperatorrc doesn't exist 2007-08-06 11:04:44 +00:00
Doug Kearns
5774ba2a16 use an unordered list rather than a table in the 'activate' help 2007-08-05 14:12:38 +00:00
Doug Kearns
b9bbc07ad2 move the global copyToClipboard() to a slot in vimperator 2007-08-05 06:43:40 +00:00
Doug Kearns
b1a0af0ad5 move global fopen() to a slot in vimperator 2007-08-04 12:40:44 +00:00
Martin Stubenschrott
44dc7e7076 - code cleanup by removing old commented code
- merged zoom_in/to into vimperator.zoom()
2007-08-03 02:45:12 +00:00
Doug Kearns
a05347965a merge vimperator.execute and the execute_command() global function 2007-08-02 15:43:30 +00:00
Doug Kearns
aca44dc9d2 move the execute() global function to a slot of vimperator 2007-08-02 05:10:55 +00:00
Martin Stubenschrott
983600cb7a couldn't resist, had to add support for auto-sourcing ~/.vimperator/plugin/ before we release 0.5 2007-08-01 02:51:37 +00:00
Martin Stubenschrott
0d8140cedc winopen support 2007-08-01 01:17:45 +00:00
Martin Stubenschrott
f12781220b changed vimperator.open() to accept postdata, makes the design a little uncleaner, but supports _all_ firefox search engines now. 2007-07-31 23:44:49 +00:00
Martin Stubenschrott
b4dfb2540b inputMultiline method finished (some display bug may remain)
:js <<EOF support is back, better than ever (TM)
2007-07-29 03:48:29 +00:00
Martin Stubenschrott
bdc505a047 openURLs -> vimperator.open(...)
Support for adding bookmark groups to QuickMarks
2007-07-27 18:49:08 +00:00
Doug Kearns
75a72e8791 intialize the vimperator global constant with an object literal rather than via
a constructor function; move the init() and unload() global functions to
startup and shutdown slots of vimperator
2007-07-25 13:33:31 +00:00
Doug Kearns
74322fce1c replace readonly textboxes in the commandline and statusbar with labels and
simplify the skin styling
2007-07-17 14:55:41 +00:00
Doug Kearns
e0245fe575 move the Events and Tabs objects to files of their own and add a license header
to files without one
2007-07-13 14:11:00 +00:00
Doug Kearns
8d1e4ef276 move initialisation of vimperator.input to the constructor function 2007-07-12 07:48:27 +00:00
Doug Kearns
fbc88ab606 remove unused local variables in Vimperator() 2007-07-11 17:10:16 +00:00
Doug Kearns
da3dea1f10 don't update the alternate tab list on TabOpen events 2007-07-11 08:35:51 +00:00
Doug Kearns
b1d1f0ec68 add KeyEvent -> String mappings for DOM_VK_LEFT_SHIFT, DOM_VK_LEFT_SHIFT and
DOM_VK_F13-24
2007-07-10 15:02:22 +00:00
Martin Stubenschrott
f1dcd35334 changed shift-insert patch 2007-07-09 23:55:46 +00:00
Martin Stubenschrott
1c838eea55 applied shift-insert patch 2007-07-08 20:38:19 +00:00
Doug Kearns
53f647b488 reformat hints mode mapping definitions 2007-07-05 06:48:15 +00:00
Doug Kearns
54502e9929 move the global function updateBufferList() to vimperator.tabs until we have
real buffers
2007-07-05 06:14:32 +00:00
Martin Stubenschrott
31f06ea516 applied the hintchar patch from calmar 2007-07-04 17:32:02 +00:00
Martin Stubenschrott
5775aaaff5 changed '|' to ', ' as a url separator 2007-07-04 13:32:34 +00:00
Doug Kearns
0e1eee7ae7 move global help() command to a vimperator slot 2007-07-04 10:11:36 +00:00
Doug Kearns
8a38512346 remove g_hint_mappings - initialise hint mappings in vimperator.mappings 2007-07-03 12:46:18 +00:00
Martin Stubenschrott
84874eec04 Fixed some focus issues
First (non-working) readMultiline implementation
2007-07-03 09:04:10 +00:00
Doug Kearns
9f88317a14 move buffer_switch and toggleBufferList to the :buffer and :buffers
ex-commands; make the "u" normal mode command call vimperator.commands.undo
rather than execute_command() directly
2007-07-03 05:30:49 +00:00
Doug Kearns
3ca1ee8651 move reload() and reload_all() global functions to vimperator.tabs 2007-07-02 12:40:56 +00:00
Doug Kearns
dabfba6c06 move global quit() command to a vimperator slot 2007-07-02 11:17:22 +00:00
Doug Kearns
abc8370a61 move global beep() command to a vimperator slot 2007-07-02 10:29:02 +00:00
Doug Kearns
0b8ecb0d71 move global source() command to a vimperator slot 2007-07-02 09:43:03 +00:00
Doug Kearns
cfa515f62e add new Ctrl-^ mapping for selecting the alternate tab 2007-07-02 06:57:11 +00:00
Martin Stubenschrott
d6fbc880ec added QuickMarks 2007-06-29 11:44:45 +00:00