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

550 Commits

Author SHA1 Message Date
Doug Kearns 8394871a42 change directory structure to follow the more standard package hierarchy 2007-09-30 16:41:36 +00:00
Martin Stubenschrott 2522d3c717 Fixed search completions for wildmode=longest 2007-09-30 02:23:31 +00:00
Martin Stubenschrott 2c7839e597 small code beautification for completion, still a lot todo 2007-09-30 01:33:25 +00:00
Martin Stubenschrott f6a7ac8208 simple tab-completion for :javascript and :echo, really just a quick time saver, but prone to errors 2007-09-30 00:55:20 +00:00
Doug Kearns 0173e1e3f5 split default.css into vimperator.css and help.css 2007-09-29 12:14:47 +00:00
Doug Kearns 8e4c0c7dda apply 'hlsearchstyle' to frame documents 2007-09-28 13:20:19 +00:00
Martin Stubenschrott 4d48090bd2 heuristics to avoid duplicate relative hints 2007-09-27 21:06:04 +00:00
Martin Stubenschrott 39ca50905c :echo without arg should output an empty string instead of undefined 2007-09-27 18:57:48 +00:00
Doug Kearns 7c73c5d663 move commandline styling to the CSS file and remove white border around error
messages
2007-09-27 17:17:27 +00:00
Martin Stubenschrott 513b08aaa4 fixed "select" elements 2007-09-27 13:19:32 +00:00
Martin Stubenschrott d15fe0a09f new vimperator.hints.show() method, DOES NOT work on framed pages for now.
The colors will change later, they are just to see which type of hint it is
2007-09-27 12:52:50 +00:00
Martin Stubenschrott f7714042cf small help fixes 2007-09-27 05:12:53 +00:00
Martin Stubenschrott e839bdef35 :let shows all defined (global) variables now 2007-09-27 01:54:59 +00:00
Martin Stubenschrott 79305e43fa beautified most MOW output a little 2007-09-27 01:42:31 +00:00
Martin Stubenschrott 8e2775530d Much more advanced :echo[err] methods which can print objects/etc. through eval() 2007-09-27 00:35:57 +00:00
Doug Kearns c2fa37e4b3 add full help for :sidebar and :nohlsearch 2007-09-26 14:37:56 +00:00
Doug Kearns 933fa3d115 force #vimperator-statusline-field-url to inherit status bar colors 2007-09-26 11:38:59 +00:00
Doug Kearns 668d38b054 prevent the statusbar URL text field from flashing a white background color
upon restarts
2007-09-26 08:12:32 +00:00
Doug Kearns 3b5c0de037 mention new :let and :unlet commands in NEWS file 2007-09-25 19:19:13 +00:00
Doug Kearns b3d4e35594 markup 'sort' as an option in 'cpt' help string 2007-09-25 19:18:32 +00:00
Doug Kearns e334555a6a hide the statusbar-progresspanel in CSS too since some extensions hide/reshow
it
2007-09-25 12:40:13 +00:00
Doug Kearns b422b21f2d fix statusbar colours again, again, again - broken by typo 2007-09-25 11:03:25 +00:00
Martin Stubenschrott d037a403b0 fixed typo 2007-09-25 05:46:54 +00:00
Martin Stubenschrott 89fa440ba2 new vimperator.sleep() method 2007-09-25 05:41:29 +00:00
Martin Stubenschrott eda409c78b quick fix to make the statusbar white on black again, breaks contextmenu again 2007-09-24 21:24:46 +00:00
Doug Kearns f8cda1cba3 simplify statusbar CSS to prevent subelements from being coloured with security
state change colours
2007-09-24 15:52:30 +00:00
Doug Kearns 8e8e10d07d hide the statusbar's resizer panel since it's no longer at the window's bottom
right corner
2007-09-24 14:53:27 +00:00
Martin Stubenschrott bd40adab4b removed whiteheart references 2007-09-24 13:24:38 +00:00
Martin Stubenschrott 01c3f87f59 changed statusbar colors to match vim by default 2007-09-24 13:11:15 +00:00
Martin Stubenschrott ca3f4282b3 - g<esc> doesn't beep anymore
- /<up><down> searches for the changed string
2007-09-24 12:41:59 +00:00
Martin Stubenschrott 2550e5d736 :! command, fixed statusbar height properly, system() now returns the stdout string 2007-09-24 11:48:14 +00:00
Viktor Kojouharov d2e6d0871c mapleader support 2007-09-23 19:25:27 +00:00
Martin Stubenschrott 3836640e4f system() returns the stdout string now, still not working on windows
is createUnique secure? I doubt it, biesi from #extdev thinks so
2007-09-23 16:56:17 +00:00
Doug Kearns af04463585 allow all unknown key mappings to be passed through to FF 2007-09-23 13:15:18 +00:00
Doug Kearns 0a7fa0ed82 separate Ex command and search commandline history 2007-09-23 08:52:50 +00:00
Doug Kearns ee8ecc8a34 merge the existing status bar with the standard FF status bar 2007-09-22 14:07:58 +00:00
Doug Kearns 6530f8f229 don't close the sidebar if it is already open with the requested type 2007-09-21 11:17:28 +00:00
Martin Stubenschrott b0fee62006 new vimperator.{run/system}() methods, not sure if i'll keep both. Only work on UNIX for now. 2007-09-21 04:58:04 +00:00
Doug Kearns e806441238 add 'hlsearchstyle' to Vim syntax file 2007-09-20 13:17:53 +00:00
Doug Kearns fa2b37fa00 process link text only find modifiers \[uU] before looking for capitalized
letters when 'smartcase' is set
2007-09-20 13:08:20 +00:00
Martin Stubenschrott 8049fd3fe7 added full zoom, and changed some zoom shortcuts 2007-09-19 03:20:49 +00:00
Martin Stubenschrott 31ce25344e added intelligent :buffer selection 2007-09-19 01:15:59 +00:00
Martin Stubenschrott 19d1bb9fef fixed textarea/location bar keys properly (location bar still not working, when completion popup is open) 2007-09-19 00:32:08 +00:00
Martin Stubenschrott 578e51d8e3 added ! version to :time 2007-09-18 23:57:25 +00:00
Martin Stubenschrott f450fa5515 added :time command, please use when writing new functions and you think they are slow 2007-09-18 23:46:05 +00:00
Martin Stubenschrott 1e15906810 - fixed generating artificial firefox commands with feedkeys()/:norm/:map
- home/end/etc. keys work again in the location bar
- <c-v><c-k>, etc. work again to focus special form fields
- small formatting improvements
2007-09-18 22:27:52 +00:00
Viktor Kojouharov 6060c59359 basic eval function and variable let/unlet 2007-09-18 20:23:03 +00:00
Doug Kearns 43d86dc88b only call build_longest_common_substring() for :sidebar completion if a
completion filter is passed
2007-09-18 16:20:18 +00:00
Doug Kearns 6cbfc14b28 revert to using build_longest_starting_substring until an infinite loop bugin
build_longest_common_substring is resolved
2007-09-18 11:21:57 +00:00
Doug Kearns 3bddbc90b9 use toggleSidebar for closing the sidebar so that the menu state is properly
updated
2007-09-18 09:33:18 +00:00