Doug Kearns
54a5ee42f4
move global completion functions into a vimperator.completion module
2007-08-08 16:47:31 +00:00
Doug Kearns
b1a0af0ad5
move global fopen() to a slot in vimperator
2007-08-04 12:40:44 +00:00
Doug Kearns
a05347965a
merge vimperator.execute and the execute_command() global function
2007-08-02 15:43:30 +00:00
Martin Stubenschrott
983600cb7a
couldn't resist, had to add support for auto-sourcing ~/.vimperator/plugin/ before we release 0.5
2007-08-01 02:51:37 +00:00
Doug Kearns
e0245fe575
move the Events and Tabs objects to files of their own and add a license header
...
to files without one
2007-07-13 14:11:00 +00:00
Doug Kearns
c102832e88
remove unused var in exTabCompletion()
2007-06-26 14:45:17 +00:00
Doug Kearns
208a886328
add basic validators for the cpt, go, ssli, vbs, wim, and wop options
2007-06-25 15:37:55 +00:00
Doug Kearns
3bceee7721
normalise fold markers
2007-06-22 10:42:37 +00:00
Doug Kearns
e962dce8af
remove FIXME comment
2007-06-21 16:13:18 +00:00
Doug Kearns
ebb15aa494
remove COMMANDS, USAGE, SHORTHELP and HELP global constants
2007-06-18 06:28:05 +00:00
Doug Kearns
12c75c8052
initial Option/Options implementation - replacing g_options
2007-06-16 11:36:30 +00:00
Doug Kearns
875fa52761
allow :set no<TAB> to be completed with the "no"-prefix version of all boolean
...
options
2007-06-15 11:08:48 +00:00
Doug Kearns
397c667443
use code.tag element's text content to anchor the help 'section' location
...
rather than code.id
2007-06-11 12:51:31 +00:00
Doug Kearns
5e2bd9cecb
change all references to "settings" to "options"
2007-06-06 15:32:11 +00:00
Doug Kearns
bc717bdc24
convert help page to XHTML Strict (excepting the id values) and add initial
...
implementations for the :viusage and :exusage commands
2007-06-06 13:52:18 +00:00
Doug Kearns
e47ad6187e
initial Command/Commands implementation - replacing g_commands
2007-06-06 06:42:49 +00:00
Doug Kearns
6d28fd6107
add missing var declarations
2007-05-31 11:02:33 +00:00
Martin Stubenschrott
b51357109d
merged the new mappings code, all glory goes to Doug!
2007-05-31 09:11:24 +00:00
Martin Stubenschrott
84180faa7a
commited help typos
2007-05-20 15:52:37 +00:00
Martin Stubenschrott
f2bc81d820
one less global variable (g_completions)
2007-05-18 15:43:28 +00:00
Martin Stubenschrott
31a43298f6
fully objectized History() and Bookmarks()
2007-05-18 15:36:17 +00:00
Martin Stubenschrott
77686ff159
renamed CompletionList -> InformationList which is now a common class for the
...
completion window, for the preview window and the buffer window ("B").
Only the StatusLine class to go...
2007-05-15 04:50:00 +00:00
Martin Stubenschrott
7ac9a05803
First attempt in making vimperator object orietened.
...
For now only the CommandLine widget was made a real encapsulated object.
2007-05-11 12:42:17 +00:00
Martin Stubenschrott
4a963c2441
added :tablast etc. commands
2007-05-08 16:57:08 +00:00
Viktor Kojouharov
cfa855ad10
the substrings shouldn't be cleared in this particular case
2007-05-08 15:04:20 +00:00
Martin Stubenschrott
2754fdc37a
fixed :dl command
2007-05-04 22:48:13 +00:00
Martin Stubenschrott
c6d67fe8fe
keyword support for bookmarks
2007-05-04 18:04:11 +00:00
Martin Stubenschrott
7c16e5c969
fixed gu and gU
2007-05-01 00:19:18 +00:00
Martin Stubenschrott
7b2994c579
- use default firefox engines
...
:qsadd, :qsdel commands not yet done
2007-04-30 03:15:19 +00:00
Martin Stubenschrott
d4844c2429
Many small bugfixes
...
changed wildsort -> wildoptions=sort
added completion for filenames
2007-04-29 15:04:00 +00:00
Martin Stubenschrott
abeafde55f
changed ":help open" to ":help :open"
2007-04-29 03:35:34 +00:00
Viktor Kojouharov
bfcf598bf2
fixes:
...
'tag' command works once more
'source ~/' shows the matches
fdopen checks whether the file exists, and throws a more-readable error if it doesn't
'help' work if the current document is a XULDocument (it shows the help in a new tab)
2007-04-28 09:52:29 +00:00
Martin Stubenschrott
4cc50bf40e
major code cleanup by using constants instead of indices, small bugs still may occur due to this change
2007-04-28 01:56:19 +00:00
Martin Stubenschrott
c21df11e92
wildmode and wildsort support
...
:open . and .. and .../ supported
2007-04-27 19:06:03 +00:00
Martin Stubenschrott
9e71e74a5c
applied 'B' patch from Lars (not working fully)
...
cleaned up init() and moved all eventlisteneres code to addEventListeners()
2007-04-24 12:12:59 +00:00
Martin Stubenschrott
1ae53ecbf8
make help.js a seperate file, small indention fixes
2007-04-23 11:14:33 +00:00
Viktor Kojouharov
33418f2473
file completion now works for the path '/' also
2007-04-22 23:56:24 +00:00
Viktor Kojouharov
3ddfb11add
ex parser for use with .vimperatorrc, the command line and other sourced files. sourced files are no longer javascript code, but can use the new :javascript ex command to execute javascript. :javascript also supports multiline with heredocs (:js <<EOF). File completion for the :source command.
2007-04-22 14:17:28 +00:00
Martin Stubenschrott
083aa0ae4a
added section support for :help
2007-04-20 21:25:41 +00:00
Martin Stubenschrott
48b9f413cd
hmm, forgot what I changed :)
2007-04-20 03:01:17 +00:00
Martin Stubenschrott
f52cca72ff
added showmode setting
2007-04-19 23:35:52 +00:00
Martin Stubenschrott
5e5137e6f7
change tabs->4 spaces
2007-04-19 16:21:53 +00:00
Martin Stubenschrott
ac6a066df4
added modelines everywhere
2007-04-19 16:09:14 +00:00
Martin Stubenschrott
6fb4a01aae
added :buffer(s) commands
2007-04-19 14:00:11 +00:00
Martin Stubenschrott
d0fe3cc426
Initial import
2007-04-10 19:43:19 +00:00