1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 21:58:00 +01:00
Commit Graph

27 Commits

Author SHA1 Message Date
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