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

1269 Commits

Author SHA1 Message Date
Kris Maglione 23741d8d50 Only fire truncate event from storage module if array is actually truncated. 2008-09-11 03:20:49 +00:00
Kris Maglione 86b9415ad9 Trigger setters on option change. 2008-09-11 03:15:36 +00:00
Kris Maglione 56155a6032 Add a storage module to persistently store, and share between windows, quickmarks, command/search history, and option values. 2008-09-11 02:29:57 +00:00
Doug Kearns 716ee80452 prepend commandline to MOW output of :autocmd 2008-09-10 23:44:07 +00:00
Doug Kearns 40ccef6cca whitespace fixes 2008-09-10 21:28:06 +00:00
Martin Stubenschrott 1c219ea65c added missing \n to dump() 2008-09-10 20:31:16 +00:00
Doug Kearns 0bb59f6c5c dd more rudimentary completion for options 'activate', 'pageinfo', 'newtab'
and 'popups'
2008-09-10 20:26:53 +00:00
Doug Kearns 23ccb9a689 fix some for..in loops used to iterate over arrays 2008-09-10 20:09:23 +00:00
Kris Maglione ca6048ef05 Update bookmarks cache based on bookmarks observer. 2008-09-10 19:36:30 +00:00
Doug Kearns a6a9561bdd add commandline completion to 'cpt' 2008-09-10 18:57:15 +00:00
Doug Kearns 13e504c0a4 add commandline completion to 'defsearch' 2008-09-10 18:26:51 +00:00
Doug Kearns 8ec1d510cd make some macro-related messages more Vim-like 2008-09-10 16:59:33 +00:00
Doug Kearns 6c9238fe74 renamed Startup, Quit and QuitPre autocmd events to VimperatorEnter,
VimperatorLeave and VimperatorLeavePre
2008-09-10 16:50:52 +00:00
Doug Kearns 1d83391c54 rename the BookmarkPost autocommand event to BookmarkAdd 2008-09-10 15:33:27 +00:00
Doug Kearns 0437d42c53 whitespace fixes 2008-09-10 10:44:01 +00:00
Doug Kearns de6b32af54 don't allow attempts to :source directories 2008-09-10 10:29:00 +00:00
Kris Maglione 4b6c27b1e7 Added liberator.commandline.input() to prompt the user. Added prompt when opening too many tabs. 2008-09-10 04:28:11 +00:00
Doug Kearns 0f444d3e2f use hl-Title class for titles in :jumps, :autocmd, :viusage and :exusage MOW
output
2008-09-08 15:55:44 +00:00
Doug Kearns f12f956e41 add liberator.dump() to prefix dump() messages with our extension name 2008-09-08 04:41:23 +00:00
Doug Kearns 5a19d43bdc add new 'helpfile' option 2008-09-06 05:04:34 +00:00
Doug Kearns cc292e8541 add a help index page 2008-09-06 04:49:24 +00:00
Doug Kearns d34abe36a1 dont use for...in to loop over the callbacks array in triggerCallback() 2008-09-05 12:19:24 +00:00
Doug Kearns 34ae572826 remove unnecessary log() call 2008-09-05 11:24:09 +00:00
Doug Kearns e01ee6e0e4 improve input/textarea matching for "gi" and allow an out of range count to
jump to the last field like "gt"
2008-09-05 11:09:25 +00:00
Doug Kearns 67111530df output status messages from :hardcopy and hide the progress dialog when ! is
used
2008-09-05 06:37:01 +00:00
Doug Kearns 032edb9d9a rename wimRegexp since it represents the 'wildignore' pattern 2008-09-04 07:32:39 +00:00
Doug Kearns 8f46fdb88e add 'wildignore' option 2008-09-04 04:26:11 +00:00
Doug Kearns 9dd8ca470f use extraInfo 'hash' as the last parameter to the Option constructor function 2008-09-03 03:50:36 +00:00
Doug Kearns 34085658e6 add :finish command 2008-09-02 13:31:33 +00:00
Doug Kearns cae090dd6b fix typo in Option#set 2008-09-02 02:04:44 +00:00
Doug Kearns 6eace3bab5 add cmdline.txt for command-line help 2008-09-01 14:05:51 +00:00
Doug Kearns 339dd911cd expand environment variables when setting 'cdpath' and 'shell' 2008-09-01 13:36:15 +00:00
Doug Kearns 26adf51554 evaluate heredoc if no terminator found 2008-09-01 09:28:23 +00:00
Doug Kearns 6ea8b75298 whitespace fixes 2008-09-01 09:22:47 +00:00
Doug Kearns 1fe5b5c8b3 rename old liberator.eval() to evalExpression 2008-09-01 08:03:54 +00:00
Doug Kearns d4386e16fb don't use Cc and Ci globals 2008-09-01 07:15:23 +00:00
Doug Kearns f76d0c3ccd add liberator.eval() 2008-09-01 03:06:29 +00:00
Doug Kearns aa687a20a7 revert gi beep commit (1.56), the existing behaviour was correct 2008-09-01 01:34:28 +00:00
Doug Kearns cc48b0da23 beep on gi without a count if there's no last input field 2008-09-01 01:19:15 +00:00
Doug Kearns 510de4ef93 minor refactoring of pagestyle#command 2008-09-01 01:15:03 +00:00
Doug Kearns ab5ce77baf add new BookmarkPost autocommand event 2008-08-31 08:56:38 +00:00
Doug Kearns 509a2cf75c unify the presentation of split style sheets when completing :pagestyle 2008-08-31 05:55:48 +00:00
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