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

201 Commits

Author SHA1 Message Date
Martin Stubenschrott c14bcec8f9 working showtabline! 2007-10-14 13:47:02 +00:00
Martin Stubenschrott e8f62d4a27 updated news so that we don't show 0.5.2 features for 0.6 2007-10-11 12:55:38 +00:00
Martin Stubenschrott 9014b3a34a new :set and :prefs commands, tweaked :set output to use colors 2007-10-10 00:23:09 +00:00
Doug Kearns 35f1205176 add "s" and "a" mappings to extended hints mode for saving hint targets 2007-10-09 12:47:31 +00:00
Martin Stubenschrott dd40023219 count support for deleting buffers 2007-10-09 02:59:05 +00:00
Martin Stubenschrott d41f3e47ed :back/:forward has tab completion, slightly broken for wildmode=longest for now, as we need to refactor g_substrings later 2007-10-09 01:39:31 +00:00
Martin Stubenschrott dc2e3baef3 :undoall + :undo tab-completion 2007-10-09 00:33:20 +00:00
Martin Stubenschrott ad5138cf91 * :redraw and ctrl-l commands
* \u\U changed to \l\L
2007-10-08 13:21:21 +00:00
Doug Kearns c4cddc478d make vimperator.system() Windows aware 2007-10-06 14:35:38 +00:00
Doug Kearns 64d0de28d3 remove "s" value from 'guioptions' as we now have 'laststatus' 2007-10-01 12:57:37 +00:00
Doug Kearns 0ae1c7befe add 'laststatus' option 2007-09-30 17:08:30 +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
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
Doug Kearns 3b5c0de037 mention new :let and :unlet commands in NEWS file 2007-09-25 19:19:13 +00:00
Martin Stubenschrott 01c3f87f59 changed statusbar colors to match vim by default 2007-09-24 13:11:15 +00:00
Martin Stubenschrott 2550e5d736 :! command, fixed statusbar height properly, system() now returns the stdout string 2007-09-24 11:48:14 +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
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 578e51d8e3 added ! version to :time 2007-09-18 23:57:25 +00:00
Doug Kearns 8fd3550be0 add :sbclose to close the sidebar and :sbar, :sbopen aliases for :sidebar 2007-09-18 08:25:29 +00:00
Doug Kearns 8266a2517a add an initial implementation of :sidebar 2007-09-17 12:43:17 +00:00
Doug Kearns 93acaadbd0 add 'more' option and standard more-prompt key mappings 2007-09-16 12:18:11 +00:00
Doug Kearns 6735ac3ad1 add a 'hlsearchstyle' option to allow for match styling and a 'linksearch'
option to restrict page searches to link text
2007-09-14 13:24:33 +00:00
Martin Stubenschrott 353bfa2a74 major mode rewrite, still not fully complete, but usable 2007-09-14 03:35:12 +00:00
Martin Stubenschrott 70c690e411 fixed msn.com 2007-09-12 15:45:28 +00:00
Martin Stubenschrott e4f8b78f07 - new 'insertmode' option
- fixed c-u behavior
2007-09-12 13:41:15 +00:00
Martin Stubenschrott 009d567b0c - TEXTAREA support! Not working perfectly, but for a one-day-work i am impressed myself,
now just needing to add commands with MOTION like cw or d0. Visual mode works already
quite well.
- gi support
- BUG: special keys like home/end in the location bar stoped working by this dramatic changes
2007-09-08 04:17:00 +00:00
Martin Stubenschrott 16bb541c98 * and # support 2007-09-06 17:39:21 +00:00
Martin Stubenschrott d9888288f3 First commit of caret mode, many things work, some bugs of course, not sure if we can fix them since
we heavily rely on the firefox interface for it.
2007-09-06 16:10:25 +00:00
Martin Stubenschrott 5f6958521e start of a caret mode 2007-09-06 14:24:18 +00:00
Martin Stubenschrott 3ff2cccc37 experimental attempt to keep you in command mode after loading pages 2007-09-06 12:32:07 +00:00
Doug Kearns 908124ce22 add a visual bell and replace 'beep' with 'visualbell' 2007-09-05 18:49:26 +00:00
Martin Stubenschrott 517dea72e1 fixed makefile 2007-09-05 13:44:12 +00:00
Doug Kearns 7ef8095a07 update NEWS 2007-09-05 11:44:55 +00:00
Doug Kearns 88749df4bb add the 'smartcase' option and support for \c and \C in search patterns 2007-09-05 11:32:46 +00:00
Doug Kearns 78fd430086 add 'ignorecase' option 2007-09-04 06:21:38 +00:00
Doug Kearns e950ef6b26 update NEWS for 'hlsearch' and 'incsearch' 2007-09-03 19:45:29 +00:00
Martin Stubenschrott 838e70373a first commit of native / and ? search, especially ? is buggy right now 2007-09-01 18:14:41 +00:00
Doug Kearns b450ac01c9 update NEWS 2007-08-28 12:16:33 +00:00
Doug Kearns 321b0d95b3 fix commandline history on Windows - prevent the default cmd_charPrevious
action from being invoked for <Up>
2007-08-26 14:26:20 +00:00
Martin Stubenschrott 983de3f9a8 fixed :o foo bla search 2007-08-24 13:55:38 +00:00
Doug Kearns 1072587cf9 mention the new :set all and :set all& commands in NEWS 2007-08-21 18:50:07 +00:00
Doug Kearns 0df930ffbd remove :set {option}! support from the TODO - now implemented 2007-08-20 10:43:46 +00:00
Martin Stubenschrott 4d38b439ed Changed version number to 0.6 CVS 2007-08-17 09:41:43 +00:00
Martin Stubenschrott e4166b3c76 last commit before 0.5 is tagged 2007-08-16 16:18:18 +00:00
Doug Kearns b538171cca update NEWS to mention the renaming of bookmark related commands and fix some
trivial help typos
2007-08-15 15:32:24 +00:00
Doug Kearns 5966c57920 add initial implementation of :normal command 2007-08-12 06:48:12 +00:00
Martin Stubenschrott 27839f303d commandline and MIW try to keep focus now
changed commandline handling in general
autosize MIW on new content
new handling should be more robust, but there may be bugs, please report
2007-08-12 00:03:44 +00:00