Conrad Irwin
7db4c4939f
Link to ]] and [[ from next/previouspattern docs
2009-04-25 12:49:53 +01:00
Conrad Irwin
3f5b086b25
Documentation tweaks for gT <C-n> and <C-^>
2009-04-16 13:08:54 +01:00
Conrad Irwin
14bfa82a4e
Improve documentation for T and O
2009-04-16 00:56:40 +01: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
Conrad Irwin
cf3799e374
Merge branch 'master' of vimperator.org:/git/vimperator/liberator
2009-04-04 11:28:21 +01:00
Conrad Irwin
c4354ce49f
Updating and extending hints documentation
...
Added a short paragraph in place of "INTRO TO BE WRITTEN..." and updated
the paragraph about hints to reflect 'hintmatching' and the link text
rather than the URL
2009-04-04 11:27:13 +01:00
Conrad Irwin
04c999f993
Merge branch 'master' of vimperator.org:/git/vimperator/liberator
2009-04-02 11:36:57 +01:00
Conrad Irwin
34669db924
Fix /<CR>
...
May further break certain edge-cases on * and # if it detects the current word
as being a "", but they are already broken.
2009-04-02 11:35:15 +01:00
Conrad Irwin
6e1c999934
Fix removing search highlights from textareas.
...
Although firefox is happy to insert <span>s inside the DOM under
textareas and inserts it won't find them with xpath.
2009-04-02 00:09:33 +01:00
Conrad Irwin
199c7a237d
Merge branch 'master' of vimperator.org:/git/vimperator/liberator
2009-03-26 09:20:33 +00:00
Conrad Irwin
4282b07d77
Fix uploading of files by relative path name.
...
Use io.getFile(path).path instead of just path in order to create an
absolute path.
2009-03-26 03:11:17 +00:00
Conrad Irwin
bda0c5bda5
Fix #180 . User can no-longer interrupt macros.
...
Buffers any keystrokes recieved during a macro expansion and plays them
after it has finished.
2009-03-26 02:48:55 +00:00
Conrad Irwin
d6238f84a4
Treat strings containing / as URLs
...
In lieu of getting proper hostname detection, allow localhost/ and other
similar URLs to work.
2009-03-25 01:58:39 +00:00
Conrad Irwin
53b5a54a1f
Fix #198 , Unicode escape next and previous pattern
2009-03-23 14:41:41 +00:00
Conrad Irwin
b4b62fc836
Fix #141 by not splitting URLs on quoted commas.
...
Added a new function util.splitLiteral(str, RegExp).
2009-03-23 12:36:05 +00:00
Conrad Irwin
238e45482c
Fix bug #189 , <tab><cr> now uses first completion
...
On discussion with maxauthority this is probably the best way of doing
things for now.
2009-03-18 00:45:47 +00:00
Conrad Irwin
924aba8f54
Commandline completion for hinted file inputs
...
When an <input type="file"> is selected with hints, it will cause an
"Upload file: " prompt in the commandline. (Selection with tab and mouse
is left unchanged and will cause the firefox dialog to display)
2009-03-16 12:28:34 +00:00