1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-28 17:04:10 +02:00
Commit Graph

168 Commits

Author SHA1 Message Date
Marco Candrian a91285b927 :about command added 2007-11-18 14:09:33 +00:00
Marco Candrian 1b05946b56 regexp catches also commands with \! 2007-11-17 11:10:04 +00:00
Doug Kearns ca7b146774 remove unnecessary parentheses from typeof args 2007-11-16 13:53:38 +00:00
Martin Stubenschrott 77b1de73ce vimperator is default namespace for scripts, :echo, :js and :time now, so if (options["visualbell"]) ... works there 2007-11-13 22:43:48 +00:00
Doug Kearns c362c70f03 add more missing semicolons 2007-11-11 03:01:55 +00:00
Doug Kearns 434844b688 use the 'singleton' construction idiom rather than classical constructors for
creating the bookmarks, history, commandline, search, previewwindow,
bufferwindow, statusline, buffer, editor, marks and quickmarks objects
2007-11-11 02:18:15 +00:00
Doug Kearns 2c5655e182 whitespace formatting fixes 2007-11-10 15:06:07 +00:00
Doug Kearns b204012556 convert single quotes to double quotes 2007-11-06 11:22:39 +00:00
Doug Kearns 346c8abb4b add some more missing semicolons 2007-10-31 10:23:48 +00:00
Doug Kearns e410df4439 move remaining global constructor functions to the vimperator namespace 2007-10-21 10:39:23 +00:00
Martin Stubenschrott 86b4b1ed09 new vimperator.io. object 2007-10-19 03:45:11 +00:00
Martin Stubenschrott 9dfc4a7d40 better tab completion for URL commands, tokenize "filter" on \s+ and match each of the tokens 2007-10-18 17:38:59 +00:00
Martin Stubenschrott 129f7f23f7 :bmarks [filter] works again, now even with -tags=foo filtering 2007-10-18 16:45:22 +00:00
Doug Kearns 70a4dff190 move LocalFile and fopen to a vimperator.io namespace 2007-10-16 01:53:37 +00:00
Martin Stubenschrott d41f3e47ed :back/:forward has tab completion, slightly broken for wildmode=longest for now, as we need to refactor g_substrings later 2007-10-09 01:39:31 +00:00
Doug Kearns c13a344871 use the document's title attribute to grab the page title for buffer
completions rather than the raw text node content
2007-10-09 00:20:48 +00:00
Doug Kearns 59c68520b8 add fold markers 2007-10-04 13:29:26 +00:00
Doug Kearns 8394871a42 change directory structure to follow the more standard package hierarchy 2007-09-30 16:41:36 +00:00