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

20 Commits

Author SHA1 Message Date
Martin Stubenschrott
10aba69c3d initial commit of multiline echo() 2007-06-27 13:10:44 +00:00
Martin Stubenschrott
7af9664ac0 - fixed commandline focus/blur behavior
- could be buggy, so please report any bugs
- text selection is not possible anymore for :echo'ed things, should come later when holding shift
- cleared commandline on scroll events
2007-06-12 10:48:35 +00:00
Martin Stubenschrott
36a2ec59ec now we have a Events() class
Please report all bugs which arised because of these changes
Still not sure, if we should put that into an event.js
2007-06-09 13:39:13 +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
Martin Stubenschrott
b51357109d merged the new mappings code, all glory goes to Doug! 2007-05-31 09:11:24 +00:00
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