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

1530 Commits

Author SHA1 Message Date
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 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
Kris Maglione 43537025c6 Some esthetic and practical changes to modes and a couple of completion functions. 2009-05-05 17:23:04 -04:00
Doug Kearns 3c408003d2 Remove fixed FIXME comment from template.highlightURL. 2009-05-02 17:06:30 +10:00
Kris Maglione 01a8844d96 Revert "Fix #258: :set urlseparator= results in infinite loop"
This reverts commit e0f50f4eef07670f5c4ece8496785f6683236dc8.
2009-05-01 17:49:41 -04:00
Kris Maglione dbf60914ab Add 'fileencoding' 2009-05-01 15:19:35 -04:00
Kris Maglione e5dc623247 Fix #258: :set urlseparator= results in infinite loop 2009-05-01 14:26:23 -04:00
Doug Kearns 6b9564635a Source formatting fixes *yawn*. 2009-04-30 22:21:35 +10:00
Doug Kearns 2fdc555c75 Add a rough :tabdo command. 2009-04-30 22:21:32 +10:00
Kris Maglione 324597c8a7 Fix completion. 2009-04-29 20:29:14 -04:00
Kris Maglione 2578a77f52 Hack... 2009-04-29 17:34:22 -04:00
Kris Maglione c64cd9e1af Don't flush event queue in feedkeys loop. 2009-04-28 14:28:14 -04:00
Kris Maglione 9aec9f3e6a Fix #243 2009-04-24 19:27:06 -04:00
anekos bfdd83547c Fix: The instances of Document have not "localName" property. 2009-04-24 19:50:21 +09:00
Kris Maglione 2f753b6d27 Fix #247 2009-04-22 13:15:56 -04:00
Martin Stubenschrott 9320c5b1be * Fix muttator and experimentally increase buffer position display timeout to 500ms to avoid rendering the page twice 2009-04-20 22:48:19 +02:00
anekos 2a63edd52c Fix: A wrong value is set into 'encoding' option at liberator.startup. 2009-04-18 06:51:13 +09:00
Kris Maglione 63360ac6a3 Fix 9b347a8b11e3f9d2b1ffa2391b1cc93bc5997fef (contentEditable) 2009-04-15 18:34:50 -04:00
Kris Maglione 8cd587b496 Fix #212 2009-04-15 18:30:30 -04:00
Kris Maglione 3d8c17574a Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator 2009-04-15 16:31:37 -04:00
Kris Maglione f3f70d5cb8 General cleanup related to last commit. 2009-04-15 16:31:32 -04:00
Daniel Bainton 25935fa578 Elements with contentEditable will now trigger insert mode. (David Bronke) 2009-04-15 08:32:09 +03:00
Kris Maglione df5b66d838 Add 'encoding' 2009-04-13 12:22:17 -04:00
Kris Maglione 5231ce880f Validate 'hinttags' and 'extendedhinttags' 2009-04-13 08:42:06 -04:00
Martin Stubenschrott 26ad70541a fix space stripping of urls 2009-04-08 20:49:17 +02:00
Kris Maglione 31ca8391b9 Only apply tab binding if tab numbers are enabled. 2009-04-07 15:45:26 -04:00
Kris Maglione 323f3ab175 Fix template.highlightURL 2009-04-06 16:42:48 -04:00
Conrad Irwin 7ace135ebb Make */# more robust.
Will now always go to the next match instead of sometimes skipping and
sometimes staying in the same place.
2009-04-05 12:58:10 +01:00
Conrad Irwin 73e35da652 Make getCurrentWord more sensible.
If the selection is at the start of a word it will select the next word
not the previous. This is only approximate, as it assumes that words are
space-delimited and begin at node boundaries.
2009-04-05 12:38:52 +01:00
Conrad Irwin 77b11adbdb Don't showtext for input type=submit 2009-04-05 00:26:47 +01:00
Conrad Irwin 7fc5d0b175 Document hints.js
Adding documentation to hints.js. Also split getAreaOffset and
getInputHint out of generate() to make that function easier to read.
2009-04-04 23:36:43 +01:00
Conrad Irwin 3800f10144 Add 'hintinputs' to provide text hints for inputs
If <label> elements are found use them, else use the value in the box
(current behaviour) or if you add 'name' to 'hintinputs' then it will
allow you to select by the name of the field.

For values that are not displayed on the input field, it adds the value
to the red hint icon.
2009-04-04 19:21:45 +01:00