1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 14:51:25 +02:00
Commit Graph

2782 Commits

Author SHA1 Message Date
Kris Maglione 1e9a7f42c6 Fix beeping when no completions available. 2009-01-10 15:02:40 -05:00
Doug Kearns 050b701745 Make io.system behave like Vim with a default 'shellredir' setting. 2009-01-11 01:20:07 +11:00
Doug Kearns 5dbcd6f7e0 Add some rough source documentation for IO. 2009-01-11 01:12:30 +11:00
Doug Kearns 975088262b Relist some regressions in TODO. 2009-01-10 13:11:10 +11:00
Martin Stubenschrott 9256e8cfab add note to TODO that beep is broken for completions 2009-01-09 20:57:56 +01:00
Kris Maglione 9618547d47 Fix tab-completion again 2009-01-09 14:02:36 -05:00
Kris Maglione 2f2ea98a9c Update more inline docs in ui.js 2009-01-08 21:58:59 -05:00
Kris Maglione 7a38e53493 Fix stupid autocomplete sluggishness. 2009-01-08 21:21:00 -05:00
Kris Maglione b096266e75 More tab-completion fixes 2009-01-08 21:07:14 -05:00
Kris Maglione c4f5d4f84d Fix some inline/help docs. 2009-01-08 20:56:26 -05:00
Kris Maglione 6534a0c665 Fix tab-completion bugs 2009-01-08 20:55:45 -05:00
Ted Pavlic 48d8b7cacd Added comment/query about why mappings.add("F") is doing what it's doing. 2009-01-08 18:04:55 -05:00
Ted Pavlic 52565d5a48 More Makefile.doc refactoring. Also allow 'make shortname' to build either t2t or doc or both. 2009-01-08 17:54:09 -05:00
Ted Pavlic 4b6186caed Add a t2t target to Makefile.doc for building t2t only. 2009-01-08 17:37:13 -05:00
Ted Pavlic 438a648b14 Makefile.doc cleanup. Also made Makefile build t2t's too with doc target. 2009-01-08 17:25:40 -05:00
Kris Maglione f901cb1f42 Fix last commit 2009-01-08 14:14:57 -05:00
Ted Pavlic bfe47dff89 Fixed browser.followLink so that NEW_TAB semantics are invariant of prefs. 2009-01-08 12:01:42 -05:00
teramako 3a98dfc589 Merge branch 'master' of vimperator.org:/git/vimperator/liberator 2009-01-09 00:17:51 +09:00
teramako 994993820f support multi modifiers 2009-01-09 00:17:18 +09:00
Ted Pavlic d90e670d70 Revert 93b0cf2a063b045268a55fbeac9473ce12234300's changes to hints.js
Until liberator.NEW_BACKGROUND_TAB operates differently based on the
    setting of browser.tabs.loadInBackground, this code must remain. At
    the moment, NEW_BACKGROUND_TAB only opens a true background tab if
    loadInBackground=true. When loadInBackground=false, the meaning of
    NEW_TAB and NEW_BACKGROUND_TAB flip. Hence, until they're invariant,
    something like ;F (which must always load tabs in the background)
    has to pay attention to loadInBackground.
2009-01-08 08:51:34 -05:00
teramako e581465101 fix: "filesystem is busy" erro on Cygwin 2009-01-08 21:19:48 +09:00
Doug Kearns a98edd9767 Ramble on in HACKING. 2009-01-08 16:03:05 +11:00
Doug Kearns ad6557db6d Don't clear the search highlighting when a search is cancelled. 2009-01-08 14:12:29 +11:00
Kris Maglione 465405bc84 Fix :sty site completions 2009-01-07 18:14:13 -05:00
Kris Maglione d9418ff43b Fix menuItem completer, use it for :emenu 2009-01-07 17:56:53 -05:00
Kris Maglione 0aeee25e65 Add standard 'mark' completer. Fix x/y transposition in :delm completion 2009-01-07 17:38:57 -05:00
Kris Maglione 1f2bf969d1 Fix completion bug 2009-01-07 17:16:08 -05:00
Kris Maglione 15a64a0085 Comment on 'new' in HACKING 2009-01-07 16:41:44 -05:00
Ted Pavlic 0cc75219d0 Added completion for :delqmarks. Again, from IRC, bugfix, not feature. 2009-01-07 16:11:28 -05:00
Ted Pavlic 7bb208020c Added expected completion for :delmarks (as discussed on IRC, because expected, it's a bugfix, not a feature) 2009-01-07 16:11:27 -05:00
Martin Stubenschrott d2a96e4475 added comment to HACKING about new 2009-01-07 21:06:31 +01:00
Martin Stubenschrott 16ea6a79d9 make :open foo<tab> faster on certain hardware/OS configurations
(where foo is a completion which might take up to 20 seconds to return all results)
Still very, very buggy.
2009-01-07 20:57:31 +01:00
Kris Maglione 9b53463bbb Comment on 'new' in HACKING 2009-01-07 14:12:36 -05:00
Ted Pavlic eb9863789c Revert "Added NEWS item about using make from within doc dirs."
This reverts commit 3767748f8d5540bcc5bd43e2aa4770379ed04c77.
(no need for NEWS item about dev build stuff; doc it elsewhere)
2009-01-07 13:54:32 -05:00
Martin Stubenschrott 392f331562 changed Makefile to a symlink instead of a copy, although symlinking to
the vimperator/ dir is not perfect. Do we really need separate Makefiles
for each doc dir instead of just make doc?
2009-01-07 19:35:03 +01:00
Ted Pavlic 653ff0fb72 More doc Makefile convenience edits. 2009-01-07 12:24:51 -05:00
Ted Pavlic 3beb76a4b6 Added NEWS item about using make from within doc dirs. 2009-01-07 11:03:00 -05:00
Ted Pavlic 52667c8a63 Remove escaping in marks.txt; replace with inline passthrough (for old asciidoc versions that don't automatically URLize without braces. 2009-01-07 10:57:02 -05:00
Ted Pavlic da0a6da5be Remove redundant make from doc Makefiles 2009-01-07 10:56:01 -05:00
Ted Pavlic c54c179d98 Added small Makefiles to doc dirs to make building docs more convenient. 2009-01-07 10:34:33 -05:00
Ted Pavlic 5050b6fee3 HACKING comment about using 'new' 2009-01-07 09:07:00 -05:00
Ted Pavlic b900132133 First stab at HACKING filetype (asciidoc?) 2009-01-07 09:00:33 -05:00
Ted Pavlic 4459827556 Moved SCM HACKING disc to vimp/TODO and added to it. 2009-01-07 08:57:55 -05:00
Kris Maglione 64f7bfae48 Comment on SCM section in HACKING 2009-01-07 00:22:03 -05:00
Kris Maglione 9dfd4ca94a Merge 2009-01-06 23:15:57 -05:00
Kris Maglione 8acd490a50 Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator into HEAD 2009-01-06 23:13:28 -05:00
Kris Maglione 102605556d Fix rapid succession <Tab><Tab> when busy. Don't wait for all contexts to complete when processing <Tab> 2009-01-06 23:12:51 -05:00
Doug Kearns 4d45627f88 Comment on 'new' in HACKING. 2009-01-07 14:48:15 +11:00
Doug Kearns ddce42858c s/retVal/ret/ in buffer.followDocumentRelationship. 2009-01-07 14:44:37 +11:00
Doug Kearns 61d3fae8b4 Use self as the returned object from all creation functions. 2009-01-07 14:44:35 +11:00