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

14 Commits

Author SHA1 Message Date
Martin Stubenschrott
43676b4f81 explicitly set JS version to 1.7 2007-05-27 15:48:05 +00:00
Martin Stubenschrott
2a547a794f moved tab related functions to the Tabs class 2007-05-23 01:18:46 +00:00
Martin Stubenschrott
85e4265848 many help fixes
moved echo() -> vimperator.echo() and removed old XUL entries.
2007-05-22 09:13:32 +00:00
Martin Stubenschrott
d99945054c renamed commandline.js -> ui.js
moved all statusbar code to the StatusLine() class
2007-05-16 15:31:50 +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
92c863442d Makefile fixes and much sexier help file 2007-04-29 00:26:31 +00:00
Viktor Kojouharov
becfb9ca3f fix the :help command 2007-04-23 18:23:16 +00:00
Martin Stubenschrott
1ae53ecbf8 make help.js a seperate file, small indention fixes 2007-04-23 11:14:33 +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
43f25cee76 now we have a new build Makefile
also added file.js which is responsible for file writing/loading in future
2007-04-20 14:46:29 +00:00
Martin Stubenschrott
67aa5305e8 added counter to web site 2007-04-18 01:18:46 +00:00
Martin Stubenschrott
849789d23d Added Ctrl-[ alias, and 's' guioption 2007-04-16 23:31:55 +00:00
Martin Stubenschrott
d0fe3cc426 Initial import 2007-04-10 19:43:19 +00:00