aboutsummaryrefslogtreecommitdiffstats
path: root/ido-mode (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-25ido-mode/ido_switcher: added use warnings;Tom Feist1-0/+2
2011-04-18ido-mode: updated POD to try to stop the README from adding anchors everywhere.Tom Feist2-67/+153
2011-04-18updated a whole bunch of README files.Tom Feist1-0/+204
2011-04-18removed original markdown readmesTom Feist1-140/+0
2011-04-18protecting my newly podded docs against a rogue README generator.Tom Feist1-1/+3
2011-04-18ido-mode: final fixup. Stupidly missing =back in lists.Tom Feist2-24/+27
2011-04-18ido-mode: fix some pod bugs and regen the readme.Tom Feist2-40/+41
2011-04-18first generated README.Tom Feist1-0/+139
2011-04-18ido-mode/ido_switcher: minor comment/ cleanupTom Feist1-11/+11
2011-04-18converted comments to POD. I hope it's worth it.Tom Feist1-109/+184
2011-04-18ido-mode/ido_switcher: added options to /ido_start_switch to start in variousTom Feist1-28/+80
modes. See top of file comments for details.
2011-04-18ido-mode/ido_switcher: remove an annoying debug print when switching ↵Tom Feist1-1/+1
channels/queries mode.
2011-04-14ido-mode/ido_switcher: cosmetic clean up some msglevel_* bits.Tom Feist1-3/+6
2011-04-01Bah. more fixing of script_is_loaded.Tom Feist1-1/+1
2011-04-01modify all scripts to use the new script_is_loaded() function, since newerTom Feist1-9/+3
versions of perl get upset at defined(%hash).
2011-03-19ido-mode/ido_switcher: last one, I promise!Tom Feist1-1/+1
2011-03-19ido-mode/ido_switcher: oops again, try using the actual hash key. Maybe evenTom Feist1-3/+3
test it first?!
2011-03-19ido-mode/ido_switcher: oops, /win goto, not just /win <num>Tom Feist1-1/+1
2011-03-19ido-mode/ido_switcher: switch by refnum by default, since /win goto doesn'tTom Feist1-2/+10
accept a tag or server argument.
2011-01-15ido-mode/ido_switcher: added C-k to close windows without exiting modeTom Feist1-1/+16
2011-01-09ido-mode/ido_switcher: added a ido_show_active_first setting to prioritisebare_module_v1.0Tom Feist1-8/+17
active windows. On by default.
2011-01-01ido-mode/ido_switcher: added help binding (C-h) since there were getting to ↵Tom Feist1-1/+47
be a lot of features. TODO: get it displaying better - centered, maybe?
2010-12-31ido_switch: bugfix: visiting active items removes them from the active list.Tom Feist1-7/+9
2010-12-30ido_switch: more doc and comment fixesTom Feist1-8/+20
2010-12-30ido_switch: added a bit more documentation on the various bindings.Tom Feist1-2/+38
2010-12-30ido_switch: general refactor of code for more DRY. Beginning of full listingTom Feist1-284/+471
available with <tab>.
2010-12-27ido_switch: create hilight for numbers, and fix bugs with regex match ↵Tom Feist1-11/+19
implementation
2010-12-25ido_switch: bugfix for match hilighting, more indicator options, general ↵Tom Feist1-42/+51
comment cleanup
2010-12-23ido_switch: fix to only allow numbers that are prefixes.Tom Feist1-1/+1
2010-12-23ido_switch: searching by number now shows all items having that number as a ↵Tom Feist1-6/+3
prefix.
2010-12-23ido_switch: hilight individual parts of names that correspond to the searchTom Feist1-16/+69
string. Not currently functional for regex only (C-f) searches.
2010-12-22ido_switch: make flex matching behave better, and generally clean up theTom Feist1-23/+50
debugging fluff. Should be ready to integrate match index-based colouriing soon.
2010-12-13ido_switch: only use levelclear when necessary (after something has been ↵Tom Feist1-0/+3
printed)
2010-12-12ido_switch: SPC jumps to window without exiting mode, RET no longer sendsTom Feist1-2/+12
inputline to server
2010-12-11ido_switch: C-e toggles selection of only active windowsTom Feist1-4/+35
2010-12-11ido_switch: support for numerical selection of windowsTom Feist1-1/+4
2010-12-11ido_switch: flex_match is now case-insensitiveTom Feist1-3/+6
2010-12-11tab displays full list in window, select/cancel clears it.Tom Feist1-36/+81
2010-12-10ido_switcher: implemented the bulk of the script. Tag specific andTom Feist1-53/+118
tab-completion still todo.
2010-12-06test commitTom Feist1-1/+1
2010-12-04ido_switcher: some progress, ported most of the modal functionality fromTom Feist1-70/+146
rl_history_search. Needs more work on the actual switching and window name determination front.
2010-12-04ido_switcher: start of a new window switching mode based around emacs ido-modeTom Feist1-0/+271