Click on the package to download.
| tlib.vba |
1.04 |
2012-12-13 |
7.0 |
Tom Link |
- tlib#cache#Value(cfile, generator, ftime, ...): cache value & check timestamp - Replaced g:tlib#cache#silent with g:tlib#cache#verbosity - FormatFilenames: improved handling of utf8 characters - tlib#persistent#Value() - tlib#input#List: Allow filename indiactors defined by the caller - Custom filename_indicators are displayed after (and clearly separted from) the standard indicators - Check the return value of an unknown_key agent - Format filename = "l": Allow ".." as start of a directory name - Format filename = "l": If the filename is just a filename's tail, display it on both sides - Set g:tlib_filename_sep to "\" on Windows (again) - g:tlib#cache#max_filename: If the cache filename is longer than N characters, use |pathshorten()|. MD5 checksum: b64ce6764f39f40bfc95f3916bbb0057 |
| tlib.vba |
1.02 |
2012-10-20 |
7.0 |
Tom Link |
- #UseInputListScratch(): Make sure the TLib autogroup was created (fixes #14) MD5 checksum: 5a6da7fc99c7fc7584e8fc2f7bf86fe4 |
| tlib.vba |
1.01 |
2012-10-03 |
7.0 |
Tom Link |
- Set g:tlib_inputlist_and to ' ' again - g:tlib#input#filename_max_width: maximum display width of filenames - tlib#input#List: <s-esc>, <f10>: run command by name MD5 checksum: a42f90275cdbe9f7d92cac61b884a2d1 |
| tlib.vba |
1.00 |
2012-09-28 |
7.0 |
Tom Link |
- tlib#input#List: optimizations - Prepare for multi-mode maps - tlib#input#List: cnfx is new default filter - Filters: minor changes to how the pattern is displayed - g:tlib#input#format_filename: alternative method for formatting filenames - tlib#input#List: allow multiple keymaps / modes - Handle rezise events - Don't initialize the same window twice - Minor optimizations to how help is displayed - Handle VimResize event per buffer - Improve display of filenames & highlighting - Filename highlighter: set Highlight_filename() - RunStateHandlers(): set world variable - Optimize help display MD5 checksum: e3652927722bdc51935eb1a04238546b |
| tlib.vba |
0.46 |
2012-09-16 |
7.0 |
Tom Link |
- Support for tinykeymap (move paragraph) - Moved para_move to autoload/tinykeymap/map - tlib#vcs: some "diff" commands were defined as "ls"; updated hg def; %s is optional MD5 checksum: f2f2fe0893e75bb9423c1ddcd01f38f6 |
| tlib.vba |
0.45 |
2012-08-25 |
7.0 |
Tom Link |
- fuzzy mode: prototype.highlight defaults to g:tlib_inputlist_higroup - tlib#scratch: Use noautocmd - tlib#input#ListW(): Use world.RestoreOrigin() instead of tlib#win#SetLayout(world.winview) - tlib#input#ListW(): Revert to tlib#win#SetLayout(world.winview) - tlib#cmd#OutputAsList(): Also save output in g:tlib#cmd#last_output - tlib#agent#Suspend(): Resume on BufEnter - tlib#input#Resume(): Make sure we are in the right buffer - tlib#agent#Suspend(): Use only BufEnter event to trigger a Resume - tlib#input#ListW(): When redisplaying a list, make sure prefix > 0 - tlib#vcs: Access vcs (initially only git is supported) - tlib#vcs: improved - tlib#persistent: Persistent data file names - tlib#file#With(): Trigger BufRead autocommands - Duplicate help tags (fixes #13) - Make sure scrolloff is 0 while viewing the list (fixes https://github.com/tomtom/vikitasks_vim/issues/2) MD5 checksum: 0af19ebc0e424727a598a988fdc90f4e |
| tlib.vba |
0.42 |
2012-01-21 |
7.0 |
Tom Link |
- g:tlib#cache#silent: don't display messages when purging the cache (fixes #9) - Changed message when deleting directories in the cache. - g:tlib#input#use_popup: Don't rely on has('menu') but also check for gtk & win gui (fixes #10) - debug - tlib#input#ListW(): Didn't return a list when type == "m" - docs (solves #11) MD5 checksum: aa8b5a4602235cc1a5bc9ee45d801b81 |
| tlib.vba |
0.42 |
2011-05-26 |
7.0 |
Tom Link |
- tlib#input#List: <s-space> inserts a *-like wildcard (represented as "__") - Check if a cache file cannot be created because a directory of the same name exists (display a message if so) - tlib#cache#Filename: Removed check if a directory of the same name exists (due to inconsistent use) - Minor improvements related to buffer handling (scratch_split) - .gitignore - docs (thanks to blueyed) - There is no "edit" answer possibility. - Fix first purge: do nothing if no timestamp file. - g:tlib_pick_single_item - Removed pick_single_item. Changed the default behavour when a list has only 1 item. See doc for g:tlib_pick_last_item. - Updated help for tlib#input#List(); help_extra attribute - EXPERIMENTAL: cache_var, restore_from_cache, on_leave properties; #Initialize(), #Leave() - added tlib#cmd#BrowseOutputWithCallback function and :TBrowseScriptnames command - tlib#cmd#BrowseOutputWithCallback function and :TBrowseScriptnames command documentation - s:prototype.Initialize(): unlet self.cache_var after restoring values - tlib#input#List: filter-specific help - Removed the seq filter (use cnfd or fuzzy instead) - tlib#input#List: temp_prompt (for help message) MD5 checksum: aa8b5a4602235cc1a5bc9ee45d801b81 |
| tlib.vba |
0.41 |
2010-11-12 |
7.0 |
Tom Link |
- World.UseScratch(): keepalt - Really include balloon.vim MD5 checksum: 3fcbc4f7556f5378d39622e62ab8f379 |
| tlib.vba |
0.40a |
2010-10-19 |
7.0 |
Tom Link |
Forgot to include autoload/tlib/balloon.vim (thanks Maciej) |
| tlib.vba |
0.40 |
2010-10-02 |
7.0 |
Tom Link |
- tlib#agent#ViewFile: Use split/sbuffer if nohidden && modified
- tlib#buffer#GetList(): order by "basename"
|
| tlib.vba |
0.39 |
2010-09-14 |
7.0 |
Tom Link |
- tlib#World#Resize: set winfix{height|width}
- g:tlib#cache#dont_purge
- tlib#vim#RestoreWindow()
- tlib#ballon#...()
|
| tlib.vba |
0.37 |
2010-03-31 |
7.0 |
Tom Link |
- g:tlib_inputlist_livesearch_threshold defaults to 1000
- tlib#World: optional scratch_pos field
- tlib#input#List: By default <m-NUMBER> selects by number but NUMBER is interpreted as string
- tlib#date
- TTimeCommand
|
| tlib.vba.gz |
0.36 |
2010-02-20 |
7.0 |
Tom Link |
- Display a message when the filter is for whatever reason invalid
- Removed tlib#paragraph#Delete()
- New: tlib#paragraph#Define(), tlib#textobjects#StandardParagraph()
|
| tlib.vba.gz |
0.35 |
2009-12-21 |
7.0 |
Tom Link |
tlib#input#EditList(): return the list if the user presses esc |
| tlib.vba.gz |
0.34 |
2009-12-07 |
7.0 |
Tom Link |
- tlib#buffer#HighlightLine(line): call tlib#autocmdgroup#Init() (reported by Sergey Khorev) |
| tlib.vba.gz |
0.33 |
2009-10-11 |
7.0 |
Tom Link |
- tlib#agent#Exit: explicitly return empty value (as a consequence,
pressing <esc> when browsing an index-list, returns 0 and not "")
- tlib#signs
- tlib#input#List: set local statusline
- Don't reset statusline
- Don't use fnamemodify() to split filenames (for performance reasons)
- scratch: Set ft after setting up scratch options
- tlib#map#PumAccept(key) |
| tlib.vba.gz |
0.31 |
2009-02-25 |
7.0 |
Tom Link |
- :TRequire
-tlib#input#List: For i-type list views, make sure agents are called
with the base indices.
- World#RestoreOrigin(): Don't assume &splitright
|
| tlib.vba.gz |
0.29 |
2009-02-12 |
7.0 |
Tom Link |
- tlib#string#Strip(): Strip also control characters (newlines etc.)
- tlib#rx#Suffixes(): 'suffixes' as Regexp
- World#RestoreOrigin(): Don't assume &splitbelow
|
| tlib.vba.gz |
0.28 |
2008-12-02 |
7.0 |
Tom Link |
- tlib#input#List():
-- Improved handling of sticky lists; <cr> and <Leftmouse> resume a suspended list and immediately selects the item under the cursor
-- Experimental "seq" matching style: the conjunctions are sequentially ordered, they are combined with "OR" (disjunctions), the regexp is 'magic', and "." is expanded to '.\{-}'
-- Experimental "cnfd" matching style: Same as cnf but with an "elastic" dot "." that matches '\.\{-}'
-- Filtering acts as if &ic=1 && $sc=1
-- Weighting is done by the filter
- tlib#agent#Input(): Consume <esc> when aborting input()
- INCOMPATIBLE CHANGE: Changed eligible values of g:tlib_inputlist_match to "cnf", "cnfd", "seq" and "fuzzy"
- NEW: tlib#buffer#KeepCursorPosition()
- tlib#buffer#InsertText(): Take care of the extra line when appending text to an empty buffer.
|
| tlib.vba.gz |
0.27 |
2008-10-16 |
7.0 |
Tom Link |
- NEW: tlib#normal#WithRegister()
- FIX: Try not to change numbered registers
- FIX: Cosmetic bug, wrong packaging (thanks Nathan Neff)
- Meaning of World#filter_format changed; new World#filter_options
- Filtering didn't work as advertised
|
| tlib.vba.gz |
0.25 |
2008-10-05 |
7.0 |
Tom Link |
- NEW: tlib#notify#TrimMessage(): trim message to prevent "Press ENTER" messages (contributed by Erik Falor)
- NEW: tlib#notify#Echo()
- FIX: World.CloseScratch(): Set window
- FIX: tlib#input#ListW(): Set initial_display = 1 on reset
|
| tlib.vba.gz |
0.24 |
2008-08-31 |
7.0 |
Tom Link |
- s:prototype.SetInitialFilter: accept list as argument
- Maintain buffer MRU if required
|
| tlib.vba.gz |
0.23 |
2008-06-21 |
7.0 |
Tom Link |
- FIX: very magic mode for tlib#rx#Escape()
- FIX: tlib#arg#Ex: escape "!"
- Respect the setting of g:tlib_inputlist_filename_indicators
- tlib#input#List(): Reset syntax on resume; option to make list window "sticky"
- tlib#agent#ToggleStickyList()
- Simplified tlib#url#Decode()
- tlib#arg#Ex(): use fnameescape() if available |
| tlib.vba.gz |
0.21 |
2007-11-21 |
7.0 |
Tom Link |
- tlib#buffer#InsertText(): Respect tabs and (experimental) formatoptions+=or
- tlib/syntax.vim: Syntax-related functions
|
| tlib.vba.gz |
0.20 |
2007-11-12 |
7.0 |
Tom Link |
CHANGES:
- The arguments of tlib#tag#Collect() have changed.
- tlib#input#List(): The view can be "suspended" on initial display.
- tlib#input#List(): Follow/trace cursor functionality
|
| tlib.vba.gz |
0.19 |
2007-11-05 |
7.0 |
Tom Link |
NEW:
- tag.vim
FIX:
- dir.vim: Use plain dir name in tlib#dir#Ensure()
- tlib#input#List(): An initial filter argument creates [[filter]]
and not as before [[''], [filter]].
- tlib#input#List(): When type was "si" and the item was picked by
filter, the wrong index was returned.
- tlib#input#List(): Don't check if chars are typed when displaying
the list for the first time.
|
| tlib.vba.gz |
0.18 |
2007-10-26 |
7.0 |
Tom Link |
NEW:
- tlib/time.vim
- g:tlib_inputlist_livesearch_threshold (useful on slower systems)
CHANGES:
- tlib#input#ListD(), World: Don't redisplay the list while typing
new letters; calculate filter regexps only once before filtering the
list.
- World.vim: Minor changes to how filenames are handled.
|
| tlib.vba.gz |
0.17 |
2007-10-12 |
7.0 |
Tom Link |
NEW:
- TBrowseOutput
- Some minor changes
|
| tlib.vba.gz |
0.16 |
2007-10-07 |
7.0 |
Tom Link |
- tlib#string#Printf1() |
| tlib.vba.gz |
0.15 |
2007-09-30 |
7.0 |
Tom Link |
NEW:
- tlib#string#TrimLeft(), tlib#string#TrimRight(), tlib#string#Strip()
- Progress bar
|
| tlib.vba.gz |
0.14 |
2007-09-19 |
7.0 |
Tom Link |
NEW:
- tlib#buffer#InsertText()
CHANGES:
- tlib#win#[SG]etLayout(): Use a dictionnary, set &cmdheight.
FIXES:
- tlib#input#List(): Wrong order with pre-defined filters.
|
| tlib.vba.gz |
0.13 |
2007-09-11 |
7.0 |
Tom Link |
CHANGES:
- Scratch: Set &fdc=0.
- The cache directory can be configured via g:tlib_cache
- Renamed tlib#buffer#SetBuffer() to tlib#buffer#Set().
FIXES:
- tlib#input#List(): Select the active item per mouse.
- TLet: simplified
|
| tlib.vba.gz |
0.12 |
2007-09-08 |
7.0 |
Tom Link |
NEW:
- tlib/tab.vim
CHANGES:
- Renamed tlib#win#SetWin() to tlib#win#Set()
IMPROVEMENTS:
- tlib#input#List(): <left>, <right> keys work in some lists
- tlib#input#List(): If an index_table is provided this will be used
instead of the item's list index.
FIXES:
- tlib#input#List(): Problem with scrolling, when the list was
shorter than the window (eg when using a vertical window).
- tlib#cache#Filename(): Don't rewrite name as relative filename if
explicitly given as argument. Avoid double (back)slashes.
- TLet: simplified
|
| tlib.vba.gz |
0.11 |
2007-08-26 |
7.0 |
Tom Link |
NEW:
- The :TLet command replaces :TLLet (which was removed)
- :TScratch[!] command (with ! don't split but use the whole window)
- tlib#rx#Escape(text, ?magic='m')
- tlib#buffer#GetList(?show_hidden=0)
- tlib#dir#CD(), tlib#dir#Push(), tlib#dir#Pop()
- tlib#input#ListW: A slightly remodeled version of tlib#input#List
that takes a World as second argument.
- Added some documentation doc/tlib.txt (most of it is automatically
compiled from the source files)
CHANGES:
- tlib#input#List(): The default keys for AND, NOT have changed to
be more Google-like (space, minus); the keys can be configured via
global variables.
IMPROVEMENTS:
- In file listings, indicate if a file is loaded, listed, modified
etc.
- tlib#input#List(): Highlight the filter pattern
- tlib#input#List(): <c-up/down> scrolls g:tlib_scroll_lines
(default=10) lines
FIXES:
- tlib#input#List(): Centering line, clear match, clear & restore
the search register
- tlib#input#List(): Ensure the window layout doesn't change (if the
number of windows hasn't changed)
- tlib#arg#Ex(): Don't escape backslashes by default
|
| tlib.vba.gz |
0.10 |
2007-07-18 |
7.0 |
Tom Link |
- tlib#input#List(): (v)split type of commands leave the original window
untouched (you may use <c-w> to replace its contents)
- tlib#file#With(): Check whether an existing buffer is loaded.
- Scratch related functions went to tlib/scratch.vim so that they are
accessible from other scripts.
- Configure the list window height via g:tlib_inputlist_pct (1..100%)
|
| tlib.vba.gz |
0.9 |
2007-07-17 |
7.0 |
Tom Link |
- Re-arrangements & modularization (this means many function names have
changed, on the other hand only those functions are loaded that are
actually needed)
- tlib#input#List(): Added maps with m-modifiers for <c-q>, <c-z>, <c-a>
- tlib#input#List(): Make sure &fdm is manual
- tlib#input#List(): When exiting the list view, consume the next 5
characters in the queue (if any)
- tlib#input#EditList(): Now has cut, copy, paste functionality.
- Added documentation and examples
|
| tlib.vba.gz |
0.8 |
2007-06-24 |
7.0 |
Tom Link |
- FIX: Return empty cache name for buffers that have no files attached to it
- Some re-arranging
|
| tlib.vba.gz |
0.7 |
2007-06-20 |
7.0 |
Tom Link |
- tlib#InputList(): <c-z> ... Suspend/Resume input loop
- tlib#InputList(): <c-q> ... Input text on the command line (useful on slow systems when working with very large lists)
- tlib#InputList(): AND-pattern starting with '!' will work as 'exclude matches'
- tlib#InputList(): FIX <c-bs> pop OR-patterns properly
- tlib#InputList(): display_format == filename: don't add '/' to directory names (avoid filesystem access)
|
| tlib.vba.gz |
0.6 |
2007-05-23 |
7.0 |
Tom Link |
- tlib#InputList(): Disabled <c-space> map
- tlib#InputList(): try to be smart about user itentions only if a
list's length is < g:tlib_sortprefs_threshold (default: 200)
- tlib#Object: Super() method
- tlib#MyRuntimeDir()
- tlib#GetCacheName(), tlib#CacheSave(), tlib#CacheGet()
- tlib#Args(), tlib#GetArg()
- FIX: tlib#InputList(): Display problem with first item
|
| tlib.vba.gz |
0.5 |
2007-05-17 |
7.0 |
Tom Link |
- tlib#InputList(): FIX: Selecting items in filtered view
- tlib#InputList(): <c-bs>: Remove last AND pattern from filter
|
| tlib.vba.gz |
0.4 |
2007-05-15 |
7.0 |
Tom Link |
- tlib#InputList(): Up/Down keys wrap around list
- tlib#InputList(): FIX: Problem when reducing the filter & using AND
- tlib#InputList(): FIX: Problem when using shift-up/down with filtered lists
- tlib#InputList(): Made <a-numeric> work (can be configured via
- tlib#InputList(): special display_format: "filename"
- tlib#Object: experimental support for some kind of OOP
- tlib#World: Extracted some functions from tlib.vim to tlib/World.vim
- tlib#FileJoin(), tlib#FileSplit(), tlib#RelativeFilename()
- tlib#Let()
- tlib#EnsureDirectoryExists(dir)
- tlib#DirName(dir)
- tlib#DecodeURL(url), tlib#EncodeChar(char), tlib#EncodeURL(url)
|
| tlib.vba.gz |
0.3 |
2007-04-26 |
7.0 |
Tom Link |
- Show feedback in statusline instead of the echo area
- tlib#GetVar(), tlib#GetValue()
|
| tlib.vba.gz |
0.2 |
2007-04-24 |
7.0 |
Tom Link |
- More list convenience functions
- tlib#EditList()
- tlib#InputList(): properly handle duplicate items; it type contains
'i', the list index + 1 is returned, not the element
|
| tlib.vba.gz |
0.1 |
2007-04-18 |
6.0 |
Tom Link |
Initial upload |