1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-25 22:31:24 +02:00
Commit Graph

1277 Commits

Author SHA1 Message Date
Daniel Bainton 6353b76f6d Fix 'Y' to not falsely show the caret if we're not in caret mode, thanks for the patch to John-Galt 2008-08-30 19:32:16 +00:00
Doug Kearns 8742e8050b sort QuickMarks as [a-z][A-Z][0-9] in :qmarks output 2008-08-30 14:57:17 +00:00
Doug Kearns 41c67225a2 add rough implementation of 'cdpath' option 2008-08-30 11:32:40 +00:00
Doug Kearns 122dbe4624 allow :dialog to open the cookies manager 2008-08-30 03:42:04 +00:00
Doug Kearns a0ab368082 output an error message on :cd - if there is no alternate directory 2008-08-30 03:12:14 +00:00
Doug Kearns 0a10028910 add new 'loadplugins' option 2008-08-29 12:46:25 +00:00
Daniel Bainton 7a86114f21 Return true from sleep() when done 2008-08-29 11:40:50 +00:00
Doug Kearns f2b0ce2317 revert use of argCount in :unmap commands as parseArgs() currently has no means
of dealing with unmatched quotes
2008-08-29 09:02:36 +00:00
Doug Kearns e8bfe91cd1 add count support to C-^ (Kazuo) 2008-08-29 01:16:53 +00:00
Doug Kearns 3a468168c7 add 'eventignore' option 2008-08-28 13:15:47 +00:00
Doug Kearns 61d29dc6be add QuitPre and ShellCmdPost autocommand events 2008-08-28 11:53:46 +00:00
Doug Kearns bd9c55742b move Quit event triggering to liberator.shutdown() 2008-08-28 06:47:04 +00:00
Doug Kearns 14fca7b099 fix tabs.get() - iterate over the browsers array via index rather than property 2008-08-28 05:33:40 +00:00
Doug Kearns f9a6d40697 add rudimentary <q-args> support to :command 2008-08-27 10:03:25 +00:00
Doug Kearns 603d097733 fix comment typo 2008-08-27 08:40:51 +00:00
Doug Kearns c61bfe60ce move help for GUI related commands to gui.txt 2008-08-27 02:49:53 +00:00
Doug Kearns 96eae9b16e add <C-c> mapping to the command line to return to normal mode 2008-08-27 02:05:17 +00:00
Doug Kearns 59f8d3830f send a mouseup event as well from buffer.followLink() 2008-08-27 01:36:16 +00:00
Doug Kearns 0bf8f8e086 display an error message when :dialog dominspector is called if the DOM
Inspector extension is not installed
2008-08-27 01:11:31 +00:00
Daniel Bainton 8e799edd9b Adding ~ keymapping to uppercase text in textarea editing
Thanks for the patch Daniel Schaffrath
2008-08-26 12:39:07 +00:00
Daniel Bainton 3c9ba896c8 Adding D keybinding to textarea editing to delete everything until EOL
Thanks Daniel Schaffrath for the patch
2008-08-26 12:28:51 +00:00
Daniel Bainton 81996b9ab2 Adding x/X keybindings for textarea editing
Thanks to Daniel Schaffrath for the patch.
2008-08-26 12:25:58 +00:00
Doug Kearns acb7a1ce6c whitespace fix 2008-08-26 05:13:46 +00:00
Doug Kearns afca48ca35 improve error reporting when running shell commands with :! 2008-08-26 02:40:35 +00:00
Doug Kearns 12be160433 prefix the invoked Ex command to the MOW output of :! 2008-08-26 02:27:05 +00:00
Doug Kearns ef84a3866f clarify :execute help 2008-08-26 00:38:44 +00:00
Konstantin Stepanov a57b0b5673 autocommands: some optimization applied 2008-08-25 23:16:30 +00:00
Doug Kearns f2bce0b115 ignore hintable elements which are not displayed (Krishna Rajendran) 2008-08-24 23:10:07 +00:00
Martin Stubenschrott 1704adc334 added :tabdetach, thanks Kris 2008-08-24 22:10:30 +00:00
Doug Kearns 5dd44343ed add missing semicolons 2008-08-23 02:31:17 +00:00
Doug Kearns fef1c0051e fix 'laststatus' validator 2008-08-23 02:30:35 +00:00
Doug Kearns dee53e3b9f whitespace fixes 2008-08-21 22:31:06 +00:00
Doug Kearns 37a2aa50fb make :execute eval its arg 2008-08-21 22:28:03 +00:00
Doug Kearns b08d4630e5 whitespace fixes 2008-08-21 05:15:24 +00:00
Doug Kearns 5f37761bf3 whitespace fix 2008-08-21 03:52:14 +00:00
Doug Kearns ace880a5fb add completion to :command and :delcommand 2008-08-21 03:48:51 +00:00
Doug Kearns bc55e0849f add general placeholder text for the replacement text of programmatically added
user commands in :command output
2008-08-21 00:18:25 +00:00
Doug Kearns 2e681edee6 add :emenu as a standard command - was accidentally defined as a user command 2008-08-20 17:56:44 +00:00
Doug Kearns 387af52369 move the macro completion function to liberator.completion 2008-08-20 17:32:52 +00:00
Doug Kearns 599ba635e2 trivial variable renaming in :mkvimperatorrc command 2008-08-20 15:17:45 +00:00
Doug Kearns 49a4fddacd add completion support to :*map commands 2008-08-20 15:16:03 +00:00
Doug Kearns 25eb1e134c add completion to :*unmap commands 2008-08-20 12:10:44 +00:00
Doug Kearns 0f260b7da4 revert removal of comparator function in getSortedMarks(), the issue remains 2008-08-20 10:56:42 +00:00
Doug Kearns 7d1b23517e minor comment update 2008-08-19 01:27:29 +00:00
Doug Kearns 9368345344 remove the comparator function in getSortedMarks() as the FF2 problem it was
working around is fixed
2008-08-19 01:14:57 +00:00
Doug Kearns 8a2a467dff don't log an error when passing the legal CURRENT_TAB value to followLink() 2008-08-17 21:08:04 +00:00
Martin Stubenschrott 461d6b9154 added ctrl-p to the list of ignored keybindings 2008-08-17 17:42:26 +00:00
Martin Stubenschrott 2337b80edc new ;b extended hint mode 2008-08-17 17:29:55 +00:00
Doug Kearns 54cbed3d74 make the :pagestyle invalid arg error message more Vimish 2008-08-17 13:42:25 +00:00
Martin Stubenschrott 4688d989f7 use history cache for newly opened pages 2008-08-16 10:38:00 +00:00