1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 12:42:26 +01:00
Commit Graph

91 Commits

Author SHA1 Message Date
Doug Kearns
dd3d79ea73 Update Vim runtime files for 'mapleader'.
Closes issue #58.
2010-10-07 19:07:59 +11:00
Kris Maglione
8c98658e74 Finish moving dactyl.dump to util from last commit, and store the last 15 intercepted stack traces. 2010-10-06 18:08:07 -04:00
Kris Maglione
f8eb9b021f Make | the default 'urlseparator'. 2010-10-05 14:35:32 -04:00
Kris Maglione
5c55d163c0 Fix 'make install' on Cygwin and make_jar.sh on Cygwin and BSD-ish systems. Closes issue #43. 2010-10-05 14:17:53 -04:00
Kris Maglione
2012279ad9 Use evalInSandbox for :js rather than the subscript loader so that we can preserve file names/line numbers. 2010-10-04 21:33:39 -04:00
Kris Maglione
a21c2510e3 Added :write !cmd and :write >>file. 2010-10-04 19:36:19 -04:00
Kris Maglione
476c908da1 Make 'mapleader' an option and fix the help fragment scrolling issue. 2010-10-04 16:45:39 -04:00
Kris Maglione
f407dfd734 Added g; continued extended hint mode. ;F is now g;b. 2010-10-04 14:33:54 -04:00
Kris Maglione
72b6af3e6b Use temp files rather than URL arguments for :viewsource!. Also update the statusline on :redraw and add an XPCOM shim class for pseudo-XPCOM objects. 2010-10-03 13:44:37 -04:00
Kris Maglione
7c24350610 Added tag pentadactyl-1.0b2 for changeset 15d6abbda422 2010-10-02 22:52:01 -04:00
Kris Maglione
408e91db5e Release 1.0 βeta 2. 2010-10-02 16:35:38 -04:00
Kris Maglione
8ab81562ba Remove some duplication in the DTDs. Link to the mailing list web page rather than address. 2010-10-02 18:08:41 -04:00
Kris Maglione
bc97c417d6 Fix last commit. 2010-10-02 16:17:14 -04:00
Kris Maglione
a59d88fee7 Basic Songbird 1.9a support.
--HG--
rename : xulmus/AUTHORS => melodactyl/AUTHORS
rename : xulmus/Makefile => melodactyl/Makefile
rename : xulmus/NEWS => melodactyl/NEWS
rename : xulmus/TODO => melodactyl/TODO
rename : xulmus/chrome.manifest => melodactyl/chrome.manifest
rename : xulmus/components/commandline-handler.js => melodactyl/components/commandline-handler.js
rename : xulmus/components/protocols.js => melodactyl/components/protocols.js
rename : xulmus/content/config.js => melodactyl/content/config.js
rename : xulmus/content/dactyl.dtd => melodactyl/content/dactyl.dtd
rename : xulmus/content/library.js => melodactyl/content/library.js
rename : xulmus/content/logo.png => melodactyl/content/logo.png
rename : xulmus/content/xulmus.xul => melodactyl/content/melodactyl.xul
rename : xulmus/content/player.js => melodactyl/content/player.js
rename : xulmus/content/xulmus.svg => melodactyl/content/xulmus.svg
rename : xulmus/contrib/vim/Makefile => melodactyl/contrib/vim/Makefile
rename : xulmus/contrib/vim/ftdetect/xulmus.vim => melodactyl/contrib/vim/ftdetect/melodactyl.vim
rename : xulmus/contrib/vim/mkvimball.txt => melodactyl/contrib/vim/mkvimball.txt
rename : xulmus/contrib/vim/syntax/xulmus.vim => melodactyl/contrib/vim/syntax/melodactyl.vim
rename : xulmus/defaults/preferences/dactyl.js => melodactyl/defaults/preferences/dactyl.js
rename : xulmus/install.rdf => melodactyl/install.rdf
rename : xulmus/locale/en-US/all.xml => melodactyl/locale/en-US/all.xml
rename : xulmus/locale/en-US/autocommands.xml => melodactyl/locale/en-US/autocommands.xml
rename : xulmus/locale/en-US/browsing.xml => melodactyl/locale/en-US/browsing.xml
rename : xulmus/locale/en-US/dactyl.dtd => melodactyl/locale/en-US/dactyl.dtd
rename : xulmus/locale/en-US/gui.xml => melodactyl/locale/en-US/gui.xml
rename : xulmus/locale/en-US/intro.xml => melodactyl/locale/en-US/intro.xml
rename : xulmus/locale/en-US/player.xml => melodactyl/locale/en-US/player.xml
rename : xulmus/locale/en-US/tabs.xml => melodactyl/locale/en-US/tabs.xml
rename : xulmus/skin/icon.png => melodactyl/skin/icon.png
2010-10-02 10:44:19 -04:00
Doug Kearns
ec9b83d898 Whitespace fixes. 2010-10-02 17:49:55 +10:00
Doug Kearns
84cd9c5cef Fix trailing whitespace in last commit (stepnem).
Also kick stepnem to bottom of the AUTHORS list at his request.
2010-10-01 22:48:51 +10:00
Doug Kearns
17a0f7bc8d Update Vim runtime files. 2010-10-01 22:20:34 +10:00
Doug Kearns
b05c6f5659 Update Pentadactyl's AUTHORS list. 2010-10-01 20:41:05 +10:00
Kris Maglione
e1d589ab9e Support Windows/OS-X in 'make install'. Closes issue #33. 2010-09-30 18:03:31 -04:00
Doug Kearns
725cf1f1f7 Replace the *.vimp file extension with config specific extensions. 2010-10-01 02:43:02 +10:00
Kris Maglione
455059dd76 Remove :beep. 2010-09-29 15:36:55 -04:00
Kris Maglione
86607a2230 Add forgotten docs from last commit. Closes issue #29. 2010-09-29 13:35:49 -04:00
Kris Maglione
7f973be500 Add passwords and venkman dialogs. 2010-09-29 13:31:26 -04:00
Kris Maglione
5477acfad6 Fix some help linking and exporting bugs. 2010-09-29 10:56:58 -04:00
Štěpán Němec
2e2e87c627 Fix some broken and incorrect links in the docs. 2010-09-29 14:18:04 +02:00
Kris Maglione
afc2eac676 Fix about:pentadactyl = about:undefined in Gecko<2.0. 2010-09-28 14:04:11 -04:00
Kris Maglione
a11246711a Add *basic* context menu to the MOW.
--HG--
extra : rebase_source : c1ce793f6242b8046b3a15cdcc7cdd0d16b43af5
2010-09-28 12:02:47 -04:00
Štěpán Němec
066e8c0b1a Mention :contexts in NEWS. 2010-09-28 17:01:31 +02:00
Kris Maglione
017258955b Add bookmarks, diverted, links to 'activate'. 2010-09-28 10:39:40 -04:00
Doug Kearns
37d94aaed9 Junk dactyl.{evalExpression,variableReference}.
Replace mappings.getMapLeader() with a mappings.mapLeader property.
2010-09-28 18:53:35 +10:00
Kris Maglione
7f04597352 Fix highlighting of status bar warning messages. 2010-09-27 21:47:25 -04:00
Kris Maglione
e539e0b7ed Fix zero-argument :qmarks form. Closes issue #26. 2010-09-27 11:35:01 -04:00
Kris Maglione
3d5f29fa59 Add Bookmark{Change,Remove} autocommands. Fix tags arg of BookmarkAdd, but keyword will still need BookmarkChange.
--HG--
extra : rebase_source : 2a3a37c3bf1743274ca875afbe110d85f70517d7
2010-09-27 10:04:52 -04:00
Kris Maglione
1944bed400 Add -keywords, -tags, -title to :delbmarks. 2010-09-27 09:05:28 -04:00
Kris Maglione
bed08a3455 Auto-hide the command-line by default; allow showing messages/mode/command-line in the status bar. 2010-09-27 07:39:49 -04:00
Doug Kearns
a1aa473440 Remove useless example RC files.
These would be much better hosted on a wiki or similar.

--HG--
extra : rebase_source : bd6887b6dfbcd7393ee58eac4e61afcef7a9a2bb
2010-09-27 01:02:42 +10:00
Doug Kearns
59a65053a7 Update Teledactyl related Vim runtime files.
--HG--
rename : teledactyl/contrib/vim/ftdetect/muttator.vim => teledactyl/contrib/vim/ftdetect/teledactyl.vim
rename : teledactyl/contrib/vim/syntax/muttator.vim => teledactyl/contrib/vim/syntax/teledactyl.vim
extra : rebase_source : 46fb45b2e516c953617080ddf417d5ecc5c724ba
2010-09-27 00:43:43 +10:00
Kris Maglione
b201a266f2 Add -agent flag to :style. 2010-09-26 10:10:55 -04:00
Kris Maglione
4a2c703854 Make 'extendedhinttags' a regexmap.
--HG--
extra : rebase_source : 1058b785925fd37bd73019b36da91e551e0f9206
2010-09-25 14:57:12 -04:00
Štěpán Němec
4fc51fdb73 Remove the :play command.
There's `@' which also accepts a count, and Vim doesn't have :play either.
2010-09-25 15:13:28 +02:00
Štěpán Němec
b6904d64ea Document Textarea mode. 2010-09-25 10:43:16 +02:00
Štěpán Němec
2c97e22025 Fix typos and quoting inconsistencies in NEWS. 2010-09-25 10:35:24 +02:00
Kris Maglione
e6c716d1e3 Purge unnecessary uses of args.string. 2010-09-25 02:45:19 -04:00
Kris Maglione
944b24864f Allow :set foo=bar | echo baz. 2010-09-25 01:43:02 -04:00
Kris Maglione
7c410ca905 Show function prototype when completing JavaScript function arguments. 2010-09-24 20:58:52 -04:00
Kris Maglione
567ba55483 Fix missed legacy use of dactyl.open. 2010-09-24 16:18:09 -04:00
Kris Maglione
0753c9505e Better list option parsing and serialization. 2010-09-24 15:24:21 -04:00
Kris Maglione
296ceee3d2 Don't blow up if the user hasn't yet clicked the content when moving around in caret mode. 2010-09-24 10:35:27 -04:00
Kris Maglione
4b5c0d1f84 Re-apply hints after window resize. 2010-09-24 10:15:45 -04:00
Kris Maglione
519bf3b9c4 Fix closing the MOW after using hints. 2010-09-24 09:50:03 -04:00