Commit Graph
100 Commits
Author SHA1 Message Date
Doug Kearns 77458e5b8a Whitespace and semicolon fixes. 2009-08-10 02:15:23 +10:00
Doug Kearns a8001baa03 Fix bookmark tag editing via :bmark.
Places transactions are essentially irrelevant given the current
bookmark interface, though could perhaps be supported in the future.
2009-08-09 23:53:41 +10:00
Doug Kearns 2392a2841f Only use a single exact URL match to prefill a :bmark command line. 2009-08-09 23:51:21 +10:00
Doug Kearns 6a903a9614 Don't change the command line when running :execute. 2009-08-09 02:28:03 +10:00
Doug Kearns 06b8bb31c9 Clarify the help for the bang versions of :back and :forward. 2009-08-09 02:07:15 +10:00
Doug Kearns 58c9041beb Fill the :bmark command line generated by <a> with any existing data.
Fixes #237 (The "a" key should fill command line with existing data on
bookmarked).
2009-08-09 02:06:18 +10:00
Doug Kearns 415db95601 Add a ! bang version of :delbmarks to delete all bookmarks. 2009-08-09 01:50:59 +10:00
Doug Kearns e36f9780a7 Clarify the description for ' help (stepnem). 2009-08-08 18:59:09 +10:00
Doug Kearns acd60757d4 Add :!! pseudo command help item. 2009-08-08 18:51:51 +10:00
Doug Kearns f98ab9a9d3 Use the new Asciidoc tables syntax. 2009-08-08 02:14:39 +10:00
Doug Kearns eac245fd89 Use a common asciidoc.conf file for all configs. 2009-08-07 01:15:23 +10:00
Doug Kearns a85df170ae Add all.txt help template files. 2009-08-07 00:48:38 +10:00
Doug Kearns 9ede619160 Update help source files for Asciidoc 8.4.x. 2009-08-06 23:17:08 +10:00
Doug Kearns 817cbd1e75 Fix ":open" link in 'defsearch' help. 2009-08-04 18:30:13 +10:00
Doug Kearns ba905609c4 Fix incorrectly formatted key strings in |key-sequence| help. 2009-08-04 17:55:57 +10:00
Doug Kearns ec4982d50b Add a :helpall command.
This effectively divides the help into chunked and unchunked subsystems
for clarity.
2009-08-04 17:55:55 +10:00
Doug Kearns 240119833b Document the required page reload when changing 'go' scrollbar values. 2009-07-29 23:24:21 +10:00
Doug Kearns 04b96235be Clean up some option descriptions. 2009-07-24 21:01:45 +10:00
Doug Kearns 93c573d04f Clean up the intro.html help pages. 2009-07-23 22:23:33 +10:00
Doug Kearns c82140ca51 Missing semicolon. 2009-07-23 00:34:19 +10:00
Doug Kearns 8db6944017 Add :toolbar* commands to Vim RC file highlighters. 2009-07-23 00:30:24 +10:00
Doug Kearns 96e934e080 Document the <doc> autocommand keyword for page load events. 2009-07-19 19:56:56 +10:00
Doug Kearns bf8529d975 Bump {max,min}version requirements for Muttator. 2009-07-17 23:01:16 +10:00
Doug Kearns 51c7f8bf70 Update Vim syntax file for Muttator. 2009-07-15 21:30:44 +10:00
Doug Kearns f16797c73c Fix typo in PrivateMode description. 2009-07-15 20:25:19 +10:00
Doug Kearns f23fbf35e0 Start cleaning up Muttator documentation. 2009-07-15 18:33:57 +10:00
Doug Kearns f1ca259fac Rename "tabUndo" feature to "tabs_undo". 2009-07-15 18:03:17 +10:00
Doug Kearns f57d0c05a9 Add 'titlestring' to Muttator. 2009-07-15 17:59:57 +10:00
Doug Kearns dbf017bf21 Rename FolderLoaded autocommand event to FolderLoad. 2009-07-15 14:16:58 +10:00
Doug Kearns 821e48a7e3 Add the DOMLoad autocommand event to Muttator.
This also fixes the PageLoad* events.
2009-07-15 14:10:40 +10:00
Doug Kearns e5bdef975b Fix typo in statusline.updateUrl. 2009-07-14 23:23:53 +10:00
Doug Kearns ecc26ad728 Add an about:vimperator page. 2009-07-13 23:52:26 +10:00
Doug Kearns ada0d13e2d Finish converting */NEWS to Asciidoc. 2009-07-13 17:03:15 +10:00
Doug Kearns 383d03ad97 Sync the Xulmus documentation. 2009-07-13 16:51:04 +10:00
Doug Kearns bc2324e151 Add a [j] Asciidoc quote tag for linking directly to help doc tags. 2009-07-13 16:31:07 +10:00
Doug Kearns 25f2695ee2 Fix Debian #534477(don't print the HTML code in url in the status line).
This matches the behaviour of hovered link status-line updates.
2009-07-11 16:51:49 +10:00
Doug Kearns 49da7fca3a Fix 'focuscontent' error. 2009-07-11 16:04:07 +10:00
Doug Kearns c47a0ec1cc Normalise the use of "regexp(s)" vs "regex(es)".
"regex" won the Google battle.
2009-07-11 15:50:48 +10:00
Doug Kearns c51761e08b Validate the pattern arg to :autocmd. 2009-07-11 15:45:55 +10:00
Doug Kearns 76a096e36b Only fire the DOMLoad autocommand for the top level document.
This matches the PageLoad autocommand behaviour.
2009-07-11 15:29:53 +10:00
Doug Kearns 363cefe30f Remove duplicated definition of 'private'. 2009-07-11 15:29:07 +10:00
Doug Kearns 18bf61c1e0 Match Vim's behaviour with <Nop> in the RHS of a mapping.
<Nop> is not remapped if it is the complete RHS of a mapping otherwise
it behaves like any other key.
2009-07-11 00:43:58 +10:00
Doug Kearns 1f7b6f4b05 Make :open <noarg> behaviour match that of :tabopen/:winopen. 2009-07-11 00:43:27 +10:00
Doug Kearns c062cf48df Move liberator.{register,trigger}Callback to CommandLine. 2009-07-11 00:43:16 +10:00
Doug Kearns 6bea2bb081 Update Vim syntax files. 2009-07-09 21:06:33 +10:00
Doug Kearns 494788e5ca Test the "tabs" feature when adding Tab* events. 2009-07-09 06:00:26 +10:00
Doug Kearns 8cb22c4c97 Fix the tab count status-line field in FF 3.5. 2009-07-09 06:00:25 +10:00
Doug Kearns 84fd82e473 Specify an iconURL in Xulmus' install manifest. 2009-07-09 06:00:24 +10:00
Doug Kearns 87f15456cb Fix the feature list for COMPOSE mode. 2009-07-08 23:18:27 +10:00
Doug Kearns e8f07f37d0 Extract composer behaviour into a new composer module. 2009-07-08 22:37:03 +10:00
Doug Kearns 47c6e005fa Mention #107 in TODO.
Ticket #107 (Command line should support | to separate commands (like
Vim)).
2009-07-08 22:13:39 +10:00
Doug Kearns cdb7cfeb35 Remove 'online' definition from Browser.
This is currently config specific.
2009-07-07 22:16:00 +10:00
Doug Kearns 5e2b5b014b Rename {Command,Map)#isUser{Command,Map} => #user. 2009-07-07 22:08:51 +10:00
Doug Kearns 4df207e6e5 Add some rudimentary extension related commands.
Adds :extadd, :extdelete, :extdisable, :extenable, :extensions.
2009-07-07 21:37:41 +10:00
Doug Kearns 3a904b16d9 Remove duplication of command/option defintions in Browser. 2009-07-06 04:06:04 +10:00
Doug Kearns 6ea29dde95 Bump Xulmus' maxVersion to 1.2.0. 2009-07-05 22:38:45 +10:00
Doug Kearns acdb66ed04 Fix some duplicated :tabduplicate help entries. 2009-07-03 23:08:26 +10:00
Doug Kearns 29ce60821b Fix typo in mappings.addUserMap - broken in 5a9b51a. 2009-07-02 18:25:23 +10:00
Doug Kearns ed62a23c83 Extract common browser related behaviour into a new browser module. 2009-07-02 17:17:13 +10:00
Doug Kearns ddf3383619 Relocate mappings.get function completer to COMPLETION section. 2009-07-01 19:06:25 +10:00
Doug Kearns c5e4ab7ad1 Fix opening of the error console when loading modules in Xulmus.
Songbird doesn't define window.toJavaScriptConsole.
2009-07-01 18:57:15 +10:00
Doug Kearns e57f63ff10 Fix clashing shortnames for :tabdo and :tabduplicate.
Fixes #312 (tabd completion changed).
2009-07-01 18:56:32 +10:00
Doug Kearns 581b2e67dc Prevent user mappings from shadowing longer ones with a common prefix. 2009-07-01 18:53:49 +10:00
Doug Kearns 8ef5ab8178 Add a Map#isUserMap property.
This is symmetrical with Command#isUserCommand although both should
probably be renamed #user given the other property names.
2009-07-01 18:52:32 +10:00
Doug Kearns 3bb2f92e83 Remove Gmail hack from the default 'hinttags' value.
This was barely a partial solution anyway.
2009-07-01 18:47:27 +10:00
Doug Kearns f9ffc9138a Cleanup and add some documention. 2009-06-29 19:22:09 +10:00
Doug Kearns 701f9ef494 Move filename calculations from io.createTempFile to config.tempFile. 2009-06-29 19:09:11 +10:00
Doug Kearns d2c1c02c38 Fix the RC file modeline ft setting written with :mkv.
Each extension has its own associated Vim filetype.
2009-06-29 19:09:10 +10:00
Doug Kearns e2e31528e2 Normalise the use of "func" vs "fn" for function references.
"func" had the numbers.
2009-06-29 19:09:08 +10:00
Doug Kearns 3f5dd13453 Fix typo in finder.openPrompt refactoring. 2009-06-28 17:22:16 +10:00
Doug Kearns 63925afb03 Add 'private' for entering private browsing mode. (Gary Katsevman) 2009-06-28 16:44:40 +10:00
Doug Kearns d81ea622e8 Fix 'archivefolder' completion to match that of :goto et al. 2009-06-28 16:03:24 +10:00
Doug Kearns f3fd72b776 Refactor finder.openPrompt. 2009-06-28 16:03:24 +10:00
Doug Kearns 776f9bb425 Cleanup some references to "Firefox" in common/*. 2009-06-28 16:03:23 +10:00
Doug Kearns a6fde383c0 Fix the :set! completer's title to refer to the host application.
Also fixes a 'pps' value description that refers to Firefox as well.
2009-06-28 16:03:22 +10:00
Doug Kearns 6f2eb2d1ef Split Map.flags into individual properties of Map. 2009-06-28 16:03:21 +10:00
Doug Kearns 4afccff5e9 Always try and return a nsIFile from io.createTempFile. 2009-06-28 16:03:20 +10:00
Doug Kearns a64565e1b6 Remove invalid FIXME regarding "Invalid Date" Date value.
This value is not locale dependant.
2009-06-28 16:03:19 +10:00
Doug Kearns f798b979ef Move 'fullscreen' definition to the liberator module. 2009-06-28 16:03:18 +10:00
Doug Kearns f4b94374ae Support 'titlestring' in private browsing mode. 2009-06-28 16:03:17 +10:00
Doug Kearns ddfa294e1b Remove config.mainWindowID tests from common/*. 2009-06-28 16:03:16 +10:00
Doug Kearns 90e3dd345f Open the options help page with the addons "Options" button.
This only works for Vimperator and Xulmus as Muttator has no options
help page yet.
2009-06-28 16:03:15 +10:00
Doug Kearns f2975a51f5 Remove a no longer valid FIXME comment. 2009-06-28 16:03:14 +10:00
Doug Kearns f66c0e0eb3 Fix show image extended hint commands on XHTML pages. 2009-06-28 16:03:12 +10:00
Doug Kearns 56dcc7fc94 Whitespace fix. 2009-06-28 16:03:11 +10:00
Doug Kearns af23cedd7d Test title attributes when searching for a relationship link. 2009-06-28 16:03:09 +10:00
Doug Kearns 837b17d6c1 Add function completers for services.{get,create}. 2009-06-18 22:08:59 +10:00
Doug Kearns ec8d7686fc Move the standard type completers to appropriate modules. 2009-06-18 22:02:21 +10:00
Doug Kearns 561ed5fc3e Trivial refactoring of buffer.shiftFrameFocus.
It's a bit nicer to test against types rather than attribute strings.
2009-06-17 20:47:10 +10:00
Doug Kearns 64d41b09a4 Remove unneeded sleep const in Cache. 2009-06-17 20:45:42 +10:00
Doug Kearns 5d58a5a501 Refactor getInputHint. 2009-06-17 20:41:13 +10:00
Doug Kearns 8a834b3386 Refactor isFormElemFocused and rename isInputElemFocused. 2009-06-17 18:52:55 +10:00
Doug Kearns ebe4c574c0 Remove unused elemToString from ItemList. 2009-06-17 17:29:21 +10:00
Doug Kearns e5c6d58a88 Fix some "for each" iteration of arrays. 2009-06-17 16:22:53 +10:00
Doug Kearns baf423de14 Camel-case fix to addressbook.add parameter names. 2009-06-17 15:44:55 +10:00
Doug Kearns 2725aa2ee0 Don't reference modes.MESSAGE in events.onFocusChange. 2009-06-17 15:20:58 +10:00
Doug Kearns 5e8de51bcb Don't add :*map commands multiple times.
Multiple modes may share the same mode character. E.g. Textarea and
Insert modes.
2009-06-17 00:13:22 +10:00
Doug Kearns 4570c6ced5 Change remaining Components.{classes,interfaces,results} -> C[cir]. 2009-06-15 19:40:31 +10:00
Doug Kearns 6201338184 Formatting fixes. 2009-06-15 16:09:49 +10:00
Doug Kearns 3b06e6c4a6 Refactor commandline.updateOutputHeight.
Removes the unnecessary default height value and try/catch which appears
to have been included to catch Muttator MOW sizing bugs fixed in
e6da3cda5e5ad5b2ad69c8f8499824f23ab289b1.
2009-06-15 15:56:12 +10:00