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

144 Commits

Author SHA1 Message Date
Doug Kearns 3113c26a86 whitespace fixes 2008-09-11 08:08:50 +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 13e504c0a4 add commandline completion to 'defsearch' 2008-09-10 18:26:51 +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 cae090dd6b fix typo in Option#set 2008-09-02 02:04:44 +00:00
Doug Kearns 339dd911cd expand environment variables when setting 'cdpath' and 'shell' 2008-09-01 13:36:15 +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 b08d4630e5 whitespace fixes 2008-08-21 05:15:24 +00:00
Doug Kearns a234aa747e make use of our argsParser to handle commands with zero arguments 2008-08-14 08:24:02 +00:00
Martin Stubenschrott e480e466dc fixed options for muttator composer 2008-08-13 23:30:40 +00:00
Martin Stubenschrott ac59056ac8 added Option.{get/set} 2008-08-13 23:07:51 +00:00
Martin Stubenschrott 1035a01ace make use of our argsParser to handle commands with a fixed number of arguments.
Also added args.string to access the original string before it was parsed.
TODO: Always pass a parseArgs-like structure to commands, instead of only
when options or argCount is specified?
2008-08-13 21:53:56 +00:00
Martin Stubenschrott c49ed07af9 made :setlocal work on tabs, not buffer 2008-08-13 20:50:39 +00:00
Doug Kearns c3e9b0ca5d fix the capitalization of the short description for :preferences 2008-08-09 15:17:00 +00:00
Martin Stubenschrott 902d7c4030 new :setlocal and :setglobal commands, please test thorougly and improve! Thanks konstantin 2008-08-07 20:23:09 +00:00
Daniel Bainton 0a9b771c22 Fixing regexp in options.js. Thanks Konstantin. 2008-07-21 12:37:12 +00:00
Doug Kearns c47b50df11 access 'newtab' with the square bracket notation rather than dot notation 2008-07-20 15:27:52 +00:00
Doug Kearns 8a147eb0c6 fix incorrect character class in :set arg parser (Konstantin Stepanov) 2008-07-16 15:26:36 +00:00
Tim Hammerquist c55d7b51d0 added option value completion; small typos. 2008-06-19 22:34:45 +00:00
Tim Hammerquist df7b8857a2 allow setting firefox prefs to IP addresses. 2008-06-18 19:03:25 +00:00
Martin Stubenschrott 6ecd478298 cleaned up completion.js a lot, probaby still something to do 2008-06-08 04:01:56 +00:00
Doug Kearns 3157772347 explicitly specify the radix when parsing the arg to formatBytes() 2008-06-03 15:22:47 +00:00
Doug Kearns 973f3e5ca3 whitespace fixes 2008-06-02 18:11:47 +00:00
Doug Kearns c1390135d2 whitespace fixes 2008-05-27 15:15:36 +00:00
Martin Stubenschrott b8dcad1d51 new popups=4 option 2008-05-24 12:02:50 +00:00
Doug Kearns f43fc67115 add some missing fold markers 2008-05-17 16:04:24 +00:00
Martin Stubenschrott c9cbedf439 made :help and :prefs work for muttator again, thanks temerako 2008-05-16 15:37:27 +00:00
Martin Stubenschrott 7b7d39cc8d newtab option, and better :tab behavior, thanks teramako 2008-05-02 08:54:30 +00:00
Martin Stubenschrott 618c47bc46 big vimperator->liberator rename, expect some brakeage 2008-03-18 15:18:55 +00:00
Martin Stubenschrott d7364fbe72 fixed MOW for muttator 2008-03-01 01:15:09 +00:00
Martin Stubenschrott 57debc00e0 * renamed shortHelp -> decription
* refactored abbreviation and mapping commands (actually 200 LOC less now :)
2008-02-29 14:46:33 +00:00
Martin Stubenschrott 8184b1109f moved more commands. the end of all the moving is near! 2008-02-28 23:55:02 +00:00
Martin Stubenschrott 8c45097170 made :dialogs generic, moved more commands to vim.js 2008-02-28 23:37:35 +00:00
Martin Stubenschrott f86df3e65a all mappings apart from various insert modes are finally there where they should be 2008-02-24 01:47:47 +00:00
Martin Stubenschrott db56095bc8 fixed defaultValue in :set! 2008-02-07 12:55:09 +00:00
Martin Stubenschrott 1556268fea massive options.js cleanup. It is now only responsible for the options framework, but does not host
any option. They are now saved in the modules where the corresponding features are defined or in vim.js
if they are general options. Expect the same code rework for commands and mappings.
2008-02-07 03:03:27 +00:00
Martin Stubenschrott 1985fc2853 made guioptions handling generic. Updated minimum requirement to Firefox3 beta3 2008-02-06 18:17:32 +00:00
Martin Stubenschrott 2777a8e09c get rid off v.options.{g,s}etFirefoxPref and renamed it to {g,s}etPref. You shouldn't save vimperator specific preferences in the about:config anyway, but store larger things like the history in the SQLITE database. 2008-02-05 01:00:15 +00:00
Martin Stubenschrott 8c100b78ba moved run/system/source to vimperator.io and objectToString to vimp.util 2008-02-05 00:12:18 +00:00
Martin Stubenschrott ee73cd05a9 biggest commit ever: cvs diff -u |wc -l -> 2491 lines; Removed all inline help 2008-01-31 22:57:59 +00:00
Martin Stubenschrott fd631194d5 Fixed vimperator for newer firefoxes due to changed ids 2008-01-31 12:16:00 +00:00
Daniel Bainton f369cd1fe0 Fixing tab completion for normal :set values 2008-01-13 01:51:33 +00:00
Daniel Bainton 28910829cb Fixing tab completion for :set! 2008-01-11 15:14:19 +00:00
Daniel Bainton bdfe11a031 :set! now lets you change about:config prefs 2008-01-11 14:42:18 +00:00
Martin Stubenschrott 78527f8d95 updated copyright dates, thanks to dpb with:
for i in `grep -r 2007 content skin | grep -v CVS | cut -d ':' -f 1`; do sed -i -e 's/2007/2008/' $i; done
2008-01-02 14:17:10 +00:00
Martin Stubenschrott 32ecd9712c added stal=0 reference to guioptions help 2007-12-11 13:54:38 +00:00
Martin Stubenschrott b66b8f189a changed next/prevpatterns again 2007-12-03 23:42:35 +00:00
Doug Kearns 327304a665 simplify Option#hasName 2007-11-30 09:34:31 +00:00