Commit Graph
100 Commits
Author SHA1 Message Date
Doug Kearns dadbcb401d Bump version number to 2.2a1pre. 2009-05-22 10:59:52 +10:00
Doug Kearns 26dabbfd0d Change multiline error message guard clauses to single line formatting.
Also apply similar formattng fixes to conditional blocks as per
standard.
2009-05-22 10:53:17 +10:00
Doug Kearns 4c4295029e Improve :delmacros error messages. 2009-05-22 10:53:15 +10:00
Doug Kearns 111e27bf2e Add some very rough API documentation for Events. 2009-05-22 10:53:14 +10:00
Doug Kearns 72aba0f876 Don't beep when jumping too far with :back/:forward.
Specifying a count larger than the number of history items shouldn't
cause :back and :forward (H and L) to beep. This is also consistent with
other commands.
2009-05-22 10:53:12 +10:00
Doug Kearns 3df0e174ac Move liberator.input to Events. 2009-05-22 10:53:11 +10:00
Doug Kearns d248f92500 Improve :mkvimperatorrc error messages. 2009-05-22 10:53:10 +10:00
Doug Kearns 4cbe2ed222 Merge buffer.scrollToRatio with buffer.scrollToPercentile. 2009-05-22 10:53:09 +10:00
Doug Kearns dfb68bc9f8 Fix case of all references to Option#globalValue. 2009-05-22 10:53:07 +10:00
Doug Kearns f834cfcd6b Add some API documentation for Options and others. 2009-05-22 10:53:06 +10:00
Doug Kearns 9d26a8a20d Add :mksession feature TODO. 2009-05-22 10:53:04 +10:00
Doug Kearns 1f307a9918 Support the criticism of the .vimperatorrc.local line in the RC file. 2009-05-22 10:53:03 +10:00
Doug Kearns bd1798726f Use @returns rather than @return in API docs. 2009-05-22 10:53:02 +10:00
Doug Kearns cb0a352454 Fix an old call to snapshotItem in highlightObj.highlightDoc.
Spans are now stored in an array.
2009-05-22 10:52:59 +10:00
Doug Kearns f5b224efdd Fix #265 (tabclose with argument not working). 2009-05-16 00:39:34 +10:00
Doug Kearns a97d419fc8 Move events.prefObserver to options.prefObserver. 2009-05-15 22:17:00 +10:00
Doug Kearns 47f63446cb TODO(bug) - :mkvimperatorrc adds spurious vmap/nmap lines. 2009-05-15 17:42:25 +10:00
Doug Kearns 19d51ebb17 Fix "gi" for file input fields. 2009-05-15 17:36:06 +10:00
Doug Kearns b665e766e7 Fix #208 (Hint on text field doesn't work for some fields) 2009-05-15 01:13:44 +10:00
Doug Kearns 56f1fe6c50 Remove some silly argument guard clauses.
Removed from Command(), Mapping() and Option().

Throw an exception if you care enough to check but we don't do so
anywhere else.
2009-05-15 00:39:47 +10:00
Doug Kearns a487d34d7d Add some rough documentation for Mappings.
Someone should really add some polished documentation.
2009-05-15 00:37:46 +10:00
Doug Kearns 2c486edee7 Fix conditional in editor.executeCommandWithMotion. 2009-05-15 00:29:50 +10:00
Doug Kearns 18def4a7ae Add :frameonly. 2009-05-13 02:14:04 +10:00
Doug Kearns 895e40a803 Fix error message for :source with too many args. 2009-05-13 01:39:52 +10:00
Doug Kearns 7fc37fe79c Remove some old/invalid FIXME comments. 2009-05-13 01:34:09 +10:00
Doug Kearns 32fc0f97c2 Add some rough documentation for the Tabs module. 2009-05-13 01:03:26 +10:00
Doug Kearns 47a5c73a5b Remove some Hungarian notation. 2009-05-12 18:24:12 +10:00
Doug Kearns a1c53bbdb0 Remove a trailing comma. 2009-05-11 20:15:08 +10:00
Doug Kearns 7e4a0096de Fix use of reserved word "class" in template.completionRow. 2009-05-11 20:13:45 +10:00
Doug Kearns ad9e9582f2 Fix #255. 2009-05-11 18:57:49 +10:00
Doug Kearns cb0f542e94 Rename Search to Finder.
Search generally refers to web searches in this domain and mixing
"search" and "find" within the same module is very confusing.
2009-05-11 17:53:33 +10:00
Doug Kearns 208bc5c6f3 Cleanup Search event callback names. 2009-05-11 16:11:06 +10:00
Doug Kearns 37c466b441 Fix search.highlight to prevent rehighlighting on n/N. 2009-05-11 16:08:11 +10:00
Doug Kearns f73879f43e Add :stopall. 2009-05-11 01:20:45 +10:00
Doug Kearns 961c84c33d Recategorise level 9 TODOs as level 8. 2009-05-10 21:54:41 +10:00
Doug Kearns 7a4f68d6ce Document marks.all. 2009-05-09 16:31:48 +10:00
Doug Kearns 93e166e86b Refactor "gt" action. 2009-05-06 21:45:06 +10:00
Doug Kearns 7281f64eae Fix the activity indicator when tab numbering is active. 2009-05-06 21:45:05 +10:00
Doug Kearns 4912348398 Normalise the count arg of map actions with Math.max.
Passing an arg object to these actions as is done for commands might be
better.
2009-05-06 21:45:03 +10:00
Doug Kearns be58134222 Fix help index formatting. 2009-05-02 18:46:16 +10:00
Doug Kearns 3c408003d2 Remove fixed FIXME comment from template.highlightURL. 2009-05-02 17:06:30 +10:00
Doug Kearns 42fba96bdf Fix typo in 'encoding' help description (Daniel Hahler). 2009-05-01 10:25:08 +10:00
Doug Kearns 6b9564635a Source formatting fixes *yawn*. 2009-04-30 22:21:35 +10:00
Doug Kearns c65f88f8a2 Add 'encoding' to the help index. 2009-04-30 22:21:34 +10:00
Doug Kearns 2fdc555c75 Add a rough :tabdo command. 2009-04-30 22:21:32 +10:00
Doug Kearns 7dc432d147 Refactor IO.PATH_SEP. 2009-04-04 20:28:16 +11:00
Doug Kearns 7b367d505d Add "tab-icon" to the class in the tab binding's icon stack.
Other extensions use this to reference the icon.
2009-04-04 01:38:36 +11:00
Doug Kearns e2278c7505 Revert "Enable the service pane hide/show button in the media tab."
This reverts commit 6dff9489f5e878fbd50335acbd1ffea42570b777.
2009-04-03 02:41:56 +11:00
Doug Kearns c4fa8c6098 Enable the service pane hide/show button in the media tab. 2009-04-03 02:03:35 +11:00
Doug Kearns 0bbead8d2f Allow :dpopen/:dpclose to operate on the main service pane. 2009-04-03 01:37:58 +11:00
Doug Kearns a5e62a9bcf Add 'repeat' and 'shuffle'. 2009-04-03 00:03:25 +11:00
Doug Kearns 54647ba73b Add :dialog jumpto. 2009-04-02 20:32:19 +11:00
Doug Kearns 23fe5a33c8 Add the media page manager to the services cache. 2009-04-02 02:01:59 +11:00
Doug Kearns 22ef0e8c39 Prefer SBGetBrowser over getBrowser for Xulmus. 2009-04-02 01:32:42 +11:00
Doug Kearns 680147bf90 Rename :filter to :queue and :Filter to :filter. 2009-04-02 01:26:22 +11:00
Doug Kearns 7540606dbb Update Xulmus NEWS with post 0.1 features. 2009-04-02 01:09:01 +11:00
Doug Kearns 2499c84a48 Move library convenience functions to a library module. 2009-04-02 01:02:20 +11:00
Doug Kearns 1acb941148 Add :dia newsmartplaylist to Xulmus. 2009-04-01 22:05:35 +11:00
Doug Kearns a1ce575cef Return the default 'stal' value for Vimperator and Xulmus to 0. 2009-04-01 17:02:36 +11:00
Doug Kearns 7c5ff987c1 Prefer the use of Cc and Ci in player.js. 2009-04-01 14:20:31 +11:00
Doug Kearns e9ceedc602 Refactor isPlayerWindow. 2009-04-01 00:57:25 +11:00
Doug Kearns 02471bcfb1 Document $MY_XULMUSRC in help. 2009-03-31 23:41:05 +11:00
Doug Kearns d985a4d6c8 Add a help entry for :silent. 2009-03-31 23:11:50 +11:00
Doug Kearns c146ff99b4 Fix zi/zi error at zoom range boundaries. 2009-03-31 13:27:03 +11:00
Doug Kearns 1ae692bd77 Fix search scroll limit messages in Player mode. 2009-03-30 13:34:19 +11:00
Doug Kearns f162833d93 Add 'maxitems' to the help index. 2009-03-30 12:43:35 +11:00
Doug Kearns 8e288dd82e Fix comment typo. 2009-03-30 12:35:01 +11:00
Doug Kearns ec04c9b23a Make the "track" keyword available to Stream* autocommands. 2009-03-30 01:42:12 +11:00
Doug Kearns 8300db58dc Respect 'incsearch' when searching in Player mode. 2009-03-30 01:12:22 +11:00
Doug Kearns 2d25c1f7c3 Add <S-Left>/<S-Right> (like H/L) mappings to Player mode.
Also the appropriate prefix to Player mode help tags.
2009-03-30 00:32:11 +11:00
Doug Kearns 24216eb7a4 Add "w" and "W" mappings to the help index. 2009-03-29 23:52:27 +11:00
Doug Kearns 3ff4fda7ca Remove :winclose and :winopen commmands from Xulmus.
These are generally unsupported in SB and probably not worth supporting
in Xulmus.
2009-03-29 23:49:18 +11:00
Doug Kearns 7ad4abf333 Remove some merged debugging code from loadModule.
Unintentionally merged from the xulmus branch.
2009-03-29 22:08:03 +11:00
Doug Kearns 626f585db6 Update MS's email address. 2009-03-29 21:30:31 +11:00
Doug Kearns 473f4732ac Merge branch 'xulmus' 2009-03-29 21:08:00 +11:00
Doug Kearns 0e28714ce6 Revert some of PT's local changes to the build system. 2009-03-29 21:05:38 +11:00
Doug Kearns 897181a5c4 Whitespace fixes. 2009-03-29 13:50:18 +11:00
Doug Kearns 3b667419f8 Merge branch 'master' into xulmus
Conflicts:
	License.txt
2009-03-29 12:34:05 +11:00
Doug Kearns a5c8ebcc55 Add rough :displaypane and :dpclose commands. 2009-03-29 12:04:01 +11:00
Doug Kearns 58a5b47f63 Add the subscription dialog to :dialog. 2009-03-29 12:04:00 +11:00
Doug Kearns 600d8b95b5 Add TODO item regarding Player mode in the Mini Player. 2009-03-29 12:03:58 +11:00
Doug Kearns 44a87ec672 Fix some missed references to Firefox and Vimperator in the help. 2009-03-29 12:03:57 +11:00
Doug Kearns 374297c5da Merge branch 'master' into vimperator-2.1
Conflicts:
	common/content/completion.js
	common/content/liberator.js
	vimperator/NEWS
2009-03-29 11:18:10 +11:00
Doug Kearns de38813fce cmus -> CMus in help references. 2009-03-28 20:34:24 +11:00
Doug Kearns 4fc5a26888 Fix typo. 2009-03-28 20:30:40 +11:00
Doug Kearns 91ab9e7caa Merge branch 'master' into xulmus 2009-03-28 17:23:14 +11:00
Doug Kearns 512a08875d Merge branch 'master' into xulmus 2009-03-28 17:20:51 +11:00
Doug Kearns 0863ef897e Document <C-[0-5]> mappings which change the track rating. 2009-03-28 16:51:17 +11:00
Doug Kearns 0f311e09e3 Whitespace fixes. 2009-03-28 12:23:22 +11:00
Doug Kearns 887855ed01 Fix typo in "/" help text. 2009-03-28 12:18:28 +11:00
Doug Kearns 6c598b7574 Add TODO regarding missing multi-window functionality. 2009-03-28 12:13:30 +11:00
Doug Kearns 2c352c285b Update help files for Xulmus. 2009-03-28 12:13:27 +11:00
Doug Kearns 26fec12cad Fix #204.
Fixes #204 (statusbar should follow "site identification button" color
codes).
2009-03-27 13:35:52 +11:00
Doug Kearns 1a034069db Document :mediaview. 2009-03-27 01:40:36 +11:00
Doug Kearns 59c1eaa4c8 Add a :mediaview command to change media views. 2009-03-26 21:56:24 +11:00
Doug Kearns a5b6ec3478 Refactor player#togglePlayPause. 2009-03-26 01:04:02 +11:00
Doug Kearns 683d569eb2 Remove the unwanted SB margin from the command line. 2009-03-26 00:25:59 +11:00
Doug Kearns 3fad7406d2 Use a green tilde for the Xulmus icon. 2009-03-25 23:24:45 +11:00
Doug Kearns ace07cef56 Update options.txt for Xulmus. 2009-03-25 20:13:08 +11:00
Doug Kearns 49f3984ba0 Add new autocommands to config and update the help file. 2009-03-25 19:55:50 +11:00