Commit Graph
100 Commits
Author SHA1 Message Date
Kris Maglione 01f7d0d580 Default to anchored completion matching. 2008-12-06 09:18:46 -05:00
Kris Maglione ed7549cca7 Fix CompTitle padding, and stuff. 2008-12-05 17:55:38 -05:00
Kris Maglione 704493c646 Fix completions with wop-=auto 2008-12-05 15:09:50 -05:00
Kris Maglione 19f00cfaca Move getNextArg() to commands.parseArg so I can override it in rcquotes.js plugin 2008-12-05 14:30:45 -05:00
Kris Maglione 9a395f8f6c Fix go=lrb again. Properly this time 2008-12-05 14:30:45 -05:00
Kris Maglione ecb44e4cd6 Fix scrollbar guioptions 2008-12-05 13:36:13 -05:00
Kris Maglione 4ab62279ed Fix highlighting active hint. 2008-12-05 13:34:21 -05:00
Kris Maglione 7c3f6eb595 Fix async complete bug again. Why did I change it when it was working? It was late. 2008-12-05 13:07:34 -05:00
Kris Maglione e68aaed9c1 Warn user when changing a pref that theyve changed. Dont open 14 error consoles when we break a module. 2008-12-05 12:51:48 -05:00
Kris Maglione 280b4befcb go=lrb for left, right, and bottom scrollbars respectively. 2008-12-05 12:23:59 -05:00
Kris Maglione 24c80ddb8a Fix async completion bug. 2008-12-05 11:28:19 -05:00
Kris Maglione dad290efcf Fix guioptions setter. 2008-12-05 10:50:55 -05:00
Kris Maglione d5439d0bdc Complete :bmarkgit diff properly 2008-12-05 08:45:43 -05:00
Kris Maglione 0e13ddd166 No mapping found 2008-12-05 07:31:58 -05:00
Kris Maglione bf25c4fe6a This reverts commit 5b706cae475e0253cace8c36115fe0f7bde15736. 2008-12-05 07:17:54 -05:00
Kris Maglione 4a1e064b6d Move Hint { display: inline; } to CSS 2008-12-05 06:30:26 -05:00
Kris Maglione 809da07b11 Prevent async completions from resetting selected completion 2008-12-05 06:22:04 -05:00
Kris Maglione a78a3a91d8 Er, show the right descriptions for the right options 2008-12-04 22:47:47 -05:00
Kris Maglione ddd07fd63a Add toplevel Makefile. 2008-12-04 22:21:38 -05:00
Kris Maglione 193e0f1e32 Fix command shadow 2008-12-04 21:26:17 -05:00
Kris Maglione b422d18b37 Fix command shadow 2008-12-04 21:25:50 -05:00
Kris Maglione 3084f9c575 -TODO: hide scrollbars 2008-12-04 16:22:25 -05:00
Kris Maglione b8d32c8e3d Add go=r to toggle the scrollbar 2008-12-04 15:58:19 -05:00
Kris Maglione eb11ec2b06 Remove spurious TODO entries 2008-12-04 12:26:44 -05:00
Kris Maglione 449e75c0a9 Fix wim="" 2008-12-04 12:11:04 -05:00
Kris Maglione 667e1433ec Allow :se foo nobar baz="Foo. No bar in this town." 2008-12-04 12:06:38 -05:00
Kris Maglione 5791543e89 Fix <Tab> with async completions 2008-12-04 10:25:13 -05:00
Kris Maglione 20ae6fd3a1 Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator 2008-12-04 08:20:04 -05:00
Kris Maglione 1da463b8cc Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator 2008-12-04 08:18:47 -05:00
Kris Maglione bcb9775b03 Allow <Tab> completion of ;hint modes (again). 2008-12-04 08:18:10 -05:00
Kris Maglione 35f807a046 Backout last change. Something broke just before I committed. 2008-12-03 21:49:49 -05:00
Kris Maglione 3592723aad Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator 2008-12-03 21:10:03 -05:00
Kris Maglione 287dfb424e Allow <Tab> completion of ;hint modes 2008-12-03 21:06:26 -05:00
Kris Maglione f3d9a3f0d9 Make completion preview a bit more robust. Make sure the substring is removed on ^H/^W/^U 2008-12-03 19:57:50 -05:00
Kris Maglione 46e5630adc Some housekeaping in ui.js 2008-12-03 17:42:17 -05:00
Kris Maglione b0df47b4bb Clean up completion tabbing. 2008-12-03 17:15:16 -05:00
Kris Maglione a221d2644d Fix JS completion eval cache. 2008-12-03 10:33:48 -05:00
Kris Maglione c070c0a00b ^Ms are evil. 2008-12-03 10:28:24 -05:00
Kris Maglione 733559acc7 Commit removal of mozdev CSS from docs 2008-12-03 10:20:00 -05:00
Kris Maglione ec8ef3ca69 Automatically add plugins context to plugins[file.leafName] 2008-12-03 09:55:50 -05:00
Kris Maglione afa325101a Remove mozdev links and external images/css from the help 2008-12-02 20:35:03 -05:00
Kris Maglione 4186aa713a Make last commit a bit nicer 2008-12-02 20:16:18 -05:00
Kris Maglione b0a91b1c73 Fix vimperator's logo in help pages. 2008-12-02 19:24:37 -05:00
Kris Maglione 5fefadb345 Make commandline.echo white-space: nowrap by default. 2008-12-02 17:54:12 -05:00
Kris Maglione 1053254be5 Fix 'make doc' 2008-12-02 17:02:58 -05:00
Kris Maglione 393ea749e9 Fix muttator/chrome.manifest 2008-12-02 14:37:46 -05:00
Kris Maglione 7d8a5719cf Commit some changes that were somehow skipped before 2008-12-02 14:30:07 -05:00
Kris Maglione edf1c5ce99 Add muttator/components 2008-12-02 13:43:55 -05:00
Kris Maglione 1c153aa978 New directory layout. 2008-12-02 13:42:44 -05:00
Kris Maglione d8d92aa8da Fix wim= 2008-12-02 09:26:34 +00:00
Kris Maglione d1622570ea -TODO: :bmarks, :hs output and cpt=bh completions are broken 2008-12-02 09:05:18 +00:00
Kris Maglione 4336e740a7 -TODO: :<Tab> leaves the cursor at the head of the line 2008-12-02 09:03:45 +00:00
Kris Maglione 9d06b49d89 Fix eating of white space in highlighted strings in the MOW 2008-12-01 20:55:47 +00:00
Kris Maglione e7248c8b8b Fix Option.validateCompleter 2008-12-01 20:51:40 +00:00
Kris Maglione a2550499c8 Allow plugins onUnload handlers, fix some threadYield issues. 2008-12-01 15:08:50 +00:00
Kris Maglione 42bbfd2500 Only show "Waiting..." message if wed otherwise show items (should maybe do the same for context.message); prefix window functions with "window."; general cleanup. 2008-12-01 07:37:35 +00:00
Kris Maglione fb41ed36b0 Fix feedkeys 2008-11-30 14:33:49 +00:00
Kris Maglione c72581c6e9 Fix :map <filter> 2008-11-30 14:19:34 +00:00
Kris Maglione 20c6aca867 Anchor option completion matches 2008-11-30 12:35:37 +00:00
Kris Maglione 6bc100c356 Dont show the MORE prompt in command line mode. 2008-11-30 01:01:06 +00:00
Kris Maglione 4a0fb1e3c7 Move bindings.xmlbindings.xmltab back to regular bindings file. Adjust completion arrow layout. Reload highlight data on new window. 2008-11-29 23:34:15 +00:00
Kris Maglione 50e610e63d Fix addUserMap when key already mapped. 2008-11-29 21:32:18 +00:00
Kris Maglione 2d93e7ab42 Remove dump statement. :( 2008-11-29 21:21:12 +00:00
Kris Maglione abbf102a60 Better completion with quoting, but not perfect. 2008-11-29 21:20:49 +00:00
Kris Maglione 137d9cc939 Kill filterURLArray 2008-11-29 19:46:29 +00:00
Kris Maglione 92e8615207 :hi CompMsg height: 1.5em; line-height: 1.5em; as the completion rows. 2008-11-29 16:56:57 +00:00
Kris Maglione 4124c73f23 Add "Global Variables" section to JS completion for the eval context. 2008-11-29 16:37:25 +00:00
Kris Maglione f068dc57ca liberator.eval (:js/:echo/...) now uses a separate context. JS completion uses disposable contexts that last one session. 2008-11-29 16:22:35 +00:00
Kris Maglione 36b676d508 Fix scoping in events.js 2008-11-29 15:02:25 +00:00
Kris Maglione 4041d81f7f Fix feedkeys. 2008-11-29 14:45:21 +00:00
Kris Maglione f44c3ebfbc Fix <fast-typing><Tab> problems caused by substring preview. 2008-11-29 14:39:09 +00:00
Kris Maglione 40117ccc5c Fix JS completion of quoted, unanchored substrings 2008-11-29 13:38:00 +00:00
Kris Maglione d90fce0e42 Fix tab numbering. 2008-11-29 13:24:13 +00:00
Kris Maglione b4d2e52eec Fix tab numbering. 2008-11-29 13:22:15 +00:00
Kris Maglione b6c5bea5a1 :macros argCount "1" -> "?" 2008-11-29 13:13:54 +00:00
Kris Maglione 5e34333db9 Make Gradient a bit more robust. Add a margin above completion groups. 2008-11-29 12:59:19 +00:00
Kris Maglione ab365406a1 Add gradient to completions output. Leave space for top arrow, as well 2008-11-29 12:15:05 +00:00
Kris Maglione 69f6c66eda Fix some args completion bugs. Update where JS completion waits for tab. 2008-11-29 11:39:35 +00:00
Kris Maglione f0d29b132b Cache the parse stack in JS completion again. 2008-11-29 09:45:14 +00:00
Kris Maglione 1b0c495d77 Some JS completion stuff. 2008-11-29 09:29:01 +00:00
Kris Maglione ae5ed5b795 Fix listing output visual bug. 2008-11-29 07:36:24 +00:00
Kris Maglione fe6d9e2578 Dont make context listing interruptable. 2008-11-29 07:28:10 +00:00
Kris Maglione b56f543e3f Restrict history completion to 100 items by default. 2008-11-29 07:23:10 +00:00
Kris Maglione 9200548683 Fix some itemlist bugs. 2008-11-29 07:20:23 +00:00
Kris Maglione 92dd546b18 Allow things like :noremap dd d<Nop> 2008-11-29 05:51:17 +00:00
Kris Maglione b7b05cc340 Fix bookmarks.getFavicon 2008-11-28 19:07:23 +00:00
Kris Maglione c08daa4334 Remove dump statements and try-catch blocks 2008-11-28 18:59:02 +00:00
Kris Maglione 5fdf4bd6d6 Perform search-suggest query asynchronously via async http request rather than background thread. 2008-11-28 18:51:28 +00:00
Kris Maglione 4c914e9907 Add -max argument to :bmarks. Fix :bmarks extra highlighting. 2008-11-28 18:26:44 +00:00
Kris Maglione 81802a2876 Allow listCompleter to be interrupted. 2008-11-28 17:27:17 +00:00
Kris Maglione e3feb4ce87 Add -max option to :hist, default to 1000 2008-11-28 17:19:08 +00:00
Kris Maglione 7b94ccc354 Fix :ls 2008-11-28 16:40:17 +00:00
Kris Maglione d6d65d5563 Move "Waiting..." message to the end of the completion list 2008-11-28 16:29:40 +00:00
Kris Maglione cdbca97f0c Dont run the history completer in the background. :( 2008-11-28 16:17:24 +00:00
Kris Maglione e0a3e761ed Add CompletionContextoptions.jswait. Dont preview 1 character substrings. 2008-11-28 16:15:45 +00:00
Kris Maglione a7ca55a87d Remove some dump statements 2008-11-28 14:02:16 +00:00
Kris Maglione d25867e7b5 Dont use argCount with literal. Use the default favicon in :ls 2008-11-28 12:52:09 +00:00
Kris Maglione 8a69d2f3a1 Fix arg parser bugs. Add "Waiting..." message for incomplete completers. 2008-11-28 12:11:12 +00:00
Kris Maglione ceaa5d913e Emit completion messages for arg parser errors. 2008-11-28 11:44:58 +00:00
Kris Maglione 18cf334054 Wait for <Tab> before evaluating funcitons in JS completion. 2008-11-28 11:19:29 +00:00