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

4511 Commits

Author SHA1 Message Date
Kris Maglione 89a594687e Fix context menu magic. 2010-10-05 14:22:21 -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 37e209bb15 Be somewhat less insistent/more informative in deprecation complaints. 2010-10-05 11:10:13 -04:00
Kris Maglione 3da8b7af2a Allow :write! >>nonexistent.file
--HG--
extra : rebase_source : b446ad89bdbaf38f6091b2145a4b4be687eeb24d
2010-10-05 10:32:56 -04:00
Štěpán Němec b9bf655fa2 Fix some typos. Closes issue #47. 2010-10-05 11:54:04 +02:00
Kris Maglione e592637c08 Use a different tab binding on FF36. Closes issue #41. 2010-10-05 02:18:16 -04:00
Kris Maglione 57fe3fe9eb Poll temp files in <C-i> so I don't have to be edgy every time I quit the editor. 2010-10-05 02:05:24 -04:00
Kris Maglione 24313887da Fix indentation on second and subsequent MOW echoes. 2010-10-05 01:35:29 -04:00
Kris Maglione 1edd4d9ce0 Add 'Copy' MOW context menu item for Windows users. 2010-10-05 00:27:07 -04:00
Kris Maglione 5946f6a757 Remove a troublesome and unnecessary memoize statement. 2010-10-04 23:54:57 -04:00
Kris Maglione c747734f1e Allow negating the regular expression in :autocmd. 2010-10-04 23:48:19 -04:00
Kris Maglione d07b7c8c52 Fix zz, zZ, and :zoom {val}, and also spurious ZZ help tag. Closes issue #39. 2010-10-04 23:02:02 -04:00
Kris Maglione 9af8705807 Remove bare references to 'content'. 2010-10-04 22:09:54 -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 9b3e28cb42 Fix the completion list popping up after the command line closes in corner cases. 2010-10-04 18:09:52 -04:00
Kris Maglione 871085f917 Deprecate :let and dactyl.globalVariables. 2010-10-04 17:15:37 -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 1d5eb0f991 Fix entering insert mode after revision 78337a3816fd. 2010-10-04 15:47:01 -04:00
Kris Maglione e61caf8f23 Ensure that modes.stack[0].reset gets called on modes.reset() 2010-10-04 15:16:33 -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 9487758a91 Fix some command parsing-related bugginess. 2010-10-04 14:25:08 -04:00
Kris Maglione 044f6e5784 Better error messages for multiple command command-lines where one doesn't exist. 2010-10-04 14:20:05 -04:00
Kris Maglione af64937d55 Fix some crufty old mode-change related bugginess. 2010-10-04 14:17:13 -04:00
Kris Maglione f141d3921b Fix typo. 2010-10-04 12:17:55 -04:00
Kris Maglione 226e411420 Fix stal=0 on FF36. Closes issue #37. 2010-10-04 10:43:56 -04:00
Kris Maglione 9fdf43d46e Provide XPCNativeWrapper.unwrap if it doesn't exist. Closes issue #38. 2010-10-04 10:20:07 -04:00
Kris Maglione 6d472abb18 Cut down on some error console noise when generating XPCOM stubs. 2010-10-03 22:15:49 -04:00
Kris Maglione 106b9163c2 Fix some property completion edge cases with wrapped natives. 2010-10-03 20:06:45 -04:00
Kris Maglione 4adf8d8b19 Avoid storing strong references to DOM nodes. 2010-10-03 15:36:46 -04:00
Kris Maglione 89a3a36047 Don't print an Exception on paste when the selection is empty. 2010-10-03 15:21:18 -04:00
Kris Maglione 57f27000c8 Handle :pagestyle properly for frameset documents. 2010-10-03 15:14:37 -04:00
Kris Maglione 49d6841b0d Handle "gi" properly on frameset documents when no last focused element. 2010-10-03 15:04:11 -04:00
Kris Maglione 60df536305 Handle buffer.loaded properly for frameset documents. 2010-10-03 14:49:08 -04:00
Kris Maglione 684dd0994d Do the right thing wrt frames in :pageinfo. 2010-10-03 14:35:38 -04:00
Kris Maglione 504c5a7386 Support multiple frames in :bmark completion. 2010-10-03 14:25:25 -04:00
Kris Maglione 5c81791183 Support marks on frameset pages. 2010-10-03 14:20:28 -04:00
Kris Maglione c577b15ea6 Replace tabs.localStore.focusedFrame with buffer.focusedFrame. 2010-10-03 14:13:24 -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 cbed89d8ba Use the charset service for charset completions. 2010-10-03 11:48:56 -04:00
Kris Maglione bf715affd4 Collapse the tab strip via CSS rather than the collapsed property to deal with the host tending to uncollapse it. Closes issue #37.
--HG--
extra : rebase_source : faa088b37377e1585421a2302f011b32493726ce
2010-10-03 10:31:28 -04:00
Kris Maglione 69ed86178d Take focus from elements when they collapse. Small naming fix for Doug's sake. Closes issue #36.
--HG--
extra : rebase_source : aa0f776bafdeddc8a8b45ca3430de18ab535babc
2010-10-03 10:24:01 -04:00
Doug Kearns c85b53232f Remove unused melodactyl.svg logo file. 2010-10-03 19:38:36 +11:00
Doug Kearns 1fea8310c6 Melodactyl naming fixes 2.
--HG--
rename : melodactyl/content/xulmus.svg => melodactyl/content/melodactyl.svg
2010-10-03 19:22:55 +11:00
Doug Kearns cdc82e3f5b Update Vim runtime files for Melodactyl. 2010-10-03 19:15:01 +11: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 35fbbf8af4 Melodactyl naming fixes. 2010-10-02 12:59:11 -04:00