26
I Use This!
Inactive

Commits : Listings

Analyzed 14 days ago. based on code collected 15 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
make sure Command.names includes unabbreviatable names
dkearns
as Doug Kearns
More... over 17 years ago
rename vimperator.ver to vimperator.version
dkearns
as Doug Kearns
More... over 17 years ago
don't include "no" prefixed variants of boolean option names in the usage
dkearns
as Doug Kearns
More... over 17 years ago
fix typo in :bdelete help
dkearns
as Doug Kearns
More... over 17 years ago
remove COMMANDS, USAGE, SHORTHELP and HELP global constants
dkearns
as Doug Kearns
More... over 17 years ago
improve whitespace formatting of Command.toString
dkearns
as Doug Kearns
More... over 17 years ago
fix typo in previous commit
dkearns
as Doug Kearns
More... over 17 years ago
made default value in help monospace again More... over 17 years ago
initial Option/Options implementation - replacing g_options
dkearns
as Doug Kearns
More... over 17 years ago
allow :set no<TAB> to be completed with the "no"-prefix version of all boolean options
dkearns
as Doug Kearns
More... over 17 years ago
reorder Command.names as longname1, shortname1, longname2, shortname2
dkearns
as Doug Kearns
More... over 17 years ago
remove unnecessary parentheses from typeof operands
dkearns
as Doug Kearns
More... over 17 years ago
don't specify a font-size for the help page
dkearns
as Doug Kearns
More... over 17 years ago
remove some unnecessary guard clauses
dkearns
as Doug Kearns
More... over 17 years ago
prefer comparison with the undefined literal rather than using typeof and comparing against "undefined"
dkearns
as Doug Kearns
More... over 17 years ago
- fixed commandline focus/blur behavior - could be buggy, so please report any bugs - text selection is not possible anymore for :echo'ed things, should come later when holding shift - cleared commandline on scroll events More... over 17 years ago
uppercase marks work once again More... over 17 years ago
use code.tag element's text content to anchor the help 'section' location rather than code.id
dkearns
as Doug Kearns
More... over 17 years ago
remove unused var declaration in commandsIterator()
dkearns
as Doug Kearns
More... over 17 years ago
translate ~ to HOME on Windows for use with :source
dkearns
as Doug Kearns
More... over 17 years ago
Final commit for the weekend: moved onKeyPress -> vimperator.events; More... over 17 years ago
now we have a Events() class Please report all bugs which arised because of these changes Still not sure, if we should put that into an event.js More... over 17 years ago
The global marks correctly jump to their stored position, once the page has been loaded More... over 17 years ago
Finally made event handling sane, creating an Events object will come soon. This fixed many bugs like the reload/stop buttons being correctly updated now, while getting rid of lots of old code. More... over 17 years ago
added preliminary unit tests, not working yet, because the vimperator object cannot be found in this context. More... over 17 years ago
make sure the help text is using a fixed-pitch font
dkearns
as Doug Kearns
More... over 17 years ago
use || short-circuit initialization idiom when processing Command and Map constructor args
dkearns
as Doug Kearns
More... over 17 years ago
markup the ex-command special flag '!' with code.command in help text
dkearns
as Doug Kearns
More... over 17 years ago
remove old/disabled :addons command
dkearns
as Doug Kearns
More... over 17 years ago
small fixes to the input handling More... over 17 years ago