1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-26 07:01:25 +02:00
Commit Graph

228 Commits

Author SHA1 Message Date
Kris Maglione a2550499c8 Allow plugins onUnload handlers, fix some threadYield issues. 2008-12-01 15:08:50 +00:00
Kris Maglione 42bbfd2500 Only show "Waiting..." message if wed otherwise show items (should maybe do the same for context.message); prefix window functions with "window."; general cleanup. 2008-12-01 07:37:35 +00:00
Kris Maglione fb41ed36b0 Fix feedkeys 2008-11-30 14:33:49 +00:00
Kris Maglione 36b676d508 Fix scoping in events.js 2008-11-29 15:02:25 +00:00
Kris Maglione 4041d81f7f Fix feedkeys. 2008-11-29 14:45:21 +00:00
Kris Maglione b4d2e52eec Fix tab numbering. 2008-11-29 13:22:15 +00:00
Kris Maglione b6c5bea5a1 :macros argCount "1" -> "?" 2008-11-29 13:13:54 +00:00
Kris Maglione 92dd546b18 Allow things like :noremap dd d<Nop> 2008-11-29 05:51:17 +00:00
Kris Maglione d25867e7b5 Dont use argCount with literal. Use the default favicon in :ls 2008-11-28 12:52:09 +00:00
Kris Maglione 2ef031c756 Better option completion/validation. 2008-11-28 04:28:38 +00:00
Kris Maglione 5d8992d761 Fix hints with :set usermode. Dont sort location/history/search completions. Highlight via liberator:highlight= attribute rather than by class 2008-11-27 05:36:01 +00:00
Kris Maglione 0adf03a6b8 Move bang/count to args. 2008-11-26 21:53:22 +00:00
Kris Maglione 20ab9ef0c7 s/args.arguments/args/g 2008-11-26 21:10:54 +00:00
Kris Maglione f1a6bcc671 Bunch more completion stuff. Add more/less indicators to completion listint. 2008-11-26 03:22:13 +00:00
Kris Maglione 48172401fa Move template.listCompleter to completion. Some other cleanup/fixes 2008-11-25 19:31:51 +00:00
Doug Kearns c6fd8939f1 fix :doautoall 2008-11-25 14:09:08 +00:00
Kris Maglione 7d8eb88954 More completion stuff. 2008-11-23 23:40:40 +00:00
Kris Maglione 6d7c9091de Speed up completions. Fix Structcommands.jsdefaultValue in FF 3.0. Temporarilly name anonymous functions for profiling. 2008-11-23 04:58:23 +00:00
Kris Maglione 49a559866c More completion stuff 2008-11-22 09:56:57 +00:00
Kris Maglione fcc799aa6a More completion stuff. 2008-11-22 06:53:44 +00:00
Kris Maglione d4ef9cee7a Remember last focused frame 2008-11-21 06:35:27 +00:00
Kris Maglione 5b647a5c22 Check (v[0] in orig || orig[v[0]]) in JS completion again. The latter catches a lot of members in XPC wrapped objects 2008-11-20 21:03:34 +00:00
Martin Stubenschrott cd2c0d6c6d Changed 'complete' option default to "sfl", meaning we have awesomebar completions by default now.
In constrast removed history cache, which should make startup faster and use less memory. As we only need it for :history anyway, there is no real performance penalty as Places does search quite fast.
2008-11-20 19:46:38 +00:00
Doug Kearns 47fbbacf41 initial crack at :command -complete - YALNS 2008-11-13 15:41:08 +00:00
Kris Maglione d7076c5aa5 Add some standard JS function completers for the liberator API 2008-11-12 23:55:34 +00:00
Doug Kearns 05005ce482 fix 'eventignore' completion 2008-11-09 14:42:01 +00:00
Doug Kearns 185be51cc3 rename autocommand parameters fullscreen and colors to state and name 2008-11-06 14:45:58 +00:00
Doug Kearns a39226ff23 quick fix for #9 ("gi" Goes To Address Bar, not to Webpage) 2008-11-05 01:58:13 +00:00
Doug Kearns 31ba397ff5 push literalArg onto the end of args.arguments in parseArgs - still a bit of a
mess
2008-11-03 06:00:44 +00:00
Doug Kearns 6dfc33035b whitespace and semicolon fixes 2008-11-02 11:54:56 +00:00
Kris Maglione 12a9532e6c Add Fullscreen autocommand 2008-11-01 20:46:33 +00:00
Martin Stubenschrott 775ae63515 disable beep on command line blur, as it has side effects. Also fixes :message in muttator 2008-10-30 23:21:00 +00:00
Kris Maglione d21c5fac6c Force echomsg to single line, for now 2008-10-29 16:48:01 +00:00
Doug Kearns 416440edbb whitespace fixes 2008-10-29 06:12:01 +00:00
Martin Stubenschrott 8d9c6fcb28 moved hints to commandline.input(), thanks Xie&Tian 2008-10-29 00:09:22 +00:00
Martin Stubenschrott 6a042e539d * fixed some muttator warnings
* temp. moved "gm" to "g." since "gm" is taken in muttator already
2008-10-20 23:09:54 +00:00
Doug Kearns d14a32afa3 move array utility methods to util.Array 2008-10-19 07:26:17 +00:00
Doug Kearns 62b60a78c2 whitespace fixes 2008-10-17 12:36:27 +00:00
Doug Kearns bec8d33e59 pass all command actions an args object - IMPORTANT: this will possibly break
your plugin, read the NEWS file
2008-10-17 11:39:25 +00:00
Kris Maglione 9f22a91b64 Add :map <silent> 2008-10-15 02:09:05 +00:00
Kris Maglione ff7c3c1210 Add liberator.modules namespace, load scripts via subscript loader, report better errors on :so with here docs, beep when clicking an input field in command line mode. 2008-10-13 21:05:48 +00:00
Kris Maglione 85dda8da9b Fix ^L and liberator.editor 2008-10-13 01:29:57 +00:00
Kris Maglione cd0fb01dd4 with (liberator) 2008-10-13 00:50:03 +00:00
Kris Maglione b1e03cb59d Dont dump all events... 2008-10-12 21:29:49 +00:00
Kris Maglione 99f3e3cfef Allow argument to :w 2008-10-12 20:08:51 +00:00
Kris Maglione afcd5cbaeb Dont display "replaying" unless playing back a macro 2008-10-12 15:57:54 +00:00
Kris Maglione e92a35a197 Update :au to use args parser, and perform certain replacements (more to come?). 2008-10-11 01:29:03 +00:00
Doug Kearns 1dcf443003 revert overly aggressive undefined comparison normalisation - globals 2008-10-09 12:03:16 +00:00
Doug Kearns 8c585cd560 normalise comparisons with undefined 2008-10-09 10:52:19 +00:00
Kris Maglione 605cf4bbc3 Dont use autocomplete during macro/:cmd playback; dont show the completion list on setCompletions if wim-=auto 2008-10-08 18:19:11 +00:00