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

24 Commits

Author SHA1 Message Date
Martin Stubenschrott
2777a8e09c get rid off v.options.{g,s}etFirefoxPref and renamed it to {g,s}etPref. You shouldn't save vimperator specific preferences in the about:config anyway, but store larger things like the history in the SQLITE database. 2008-02-05 01:00:15 +00:00
Martin Stubenschrott
8c100b78ba moved run/system/source to vimperator.io and objectToString to vimp.util 2008-02-05 00:12:18 +00:00
Martin Stubenschrott
17fafa17dd * code refactoring, mostly methods from hints.js -> buffer.js
* ;s and :pageinfo try to propose filenames relative to the current directory now
2008-01-05 21:14:27 +00:00
Martin Stubenschrott
78527f8d95 updated copyright dates, thanks to dpb with:
for i in `grep -r 2007 content skin | grep -v CVS | cut -d ':' -f 1`; do sed -i -e 's/2007/2008/' $i; done
2008-01-02 14:17:10 +00:00
Martin Stubenschrott
5122e6c448 * Initial code for "waiting" macros. Still buggy/incomplete, but commiting, before merging other patches becomes even more tedious.
* Also a new attempt that pages don't have input focus after load, probably buggy as well
2007-12-18 15:05:03 +00:00
Martin Stubenschrott
1de6096906 better fix for getcwd 2007-12-13 13:56:50 +00:00
Martin Stubenschrott
aaa317b143 another attempt to fix getcwd on windows 2007-12-13 13:50:55 +00:00
Martin Stubenschrott
24adb1bb92 fixed getCurrentDirectory() to not call an infinite loop, makes :cd etc. work on windows hopefully 2007-12-12 17:58:52 +00:00
Doug Kearns
c3f142b07d whitespace fixes 2007-11-29 12:39:38 +00:00
Martin Stubenschrott
794e80c1a8 * merged ctrl-x/a commands
* fixes for file:/ handling
* fixed gu and gU
2007-11-22 20:00:46 +00:00
Doug Kearns
44705af3b1 whitespace fixes 2007-11-22 05:32:50 +00:00
Martin Stubenschrott
1d9004c99c error message for non-existing :cd dir 2007-11-20 01:12:50 +00:00
Martin Stubenschrott
678a5657fd many bug fixes, :cd and :pwd commands, ~ mapping 2007-11-20 00:40:40 +00:00
Martin Stubenschrott
da34b3dc81 * io.getFile() works for relative filenames now
* completion functions must return the start point now from which position of the "filter" string they return the results
2007-11-19 22:46:55 +00:00
Doug Kearns
5a3d51626c normalize foldmarkers 2007-11-19 07:13:20 +00:00
Doug Kearns
fa1229294c use camel case for all indentifiers 2007-11-19 03:52:36 +00:00
Doug Kearns
c362c70f03 add more missing semicolons 2007-11-11 03:01:55 +00:00
Doug Kearns
434844b688 use the 'singleton' construction idiom rather than classical constructors for
creating the bookmarks, history, commandline, search, previewwindow,
bufferwindow, statusline, buffer, editor, marks and quickmarks objects
2007-11-11 02:18:15 +00:00
Doug Kearns
2c5655e182 whitespace formatting fixes 2007-11-10 15:06:07 +00:00
Doug Kearns
b204012556 convert single quotes to double quotes 2007-11-06 11:22:39 +00:00
Doug Kearns
e410df4439 move remaining global constructor functions to the vimperator namespace 2007-10-21 10:39:23 +00:00
Doug Kearns
9873fed42c remove io.pathExists() 2007-10-20 02:53:46 +00:00
Martin Stubenschrott
86b4b1ed09 new vimperator.io. object 2007-10-19 03:45:11 +00:00
Doug Kearns
edce7ff639 rename file.js io.js 2007-10-19 00:00:12 +00:00