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