Wiki: DebugInfo: TagList


Detailed view of a page, which is probably more useful for debugging than anything else.

Querying backend directly for 'TagList'

get_pagedata('TagList')
 _cached_html 
transformedtext Object
(
    [_type] => pagetype_wikitext Object
        (
        )

    [_basepage] => TagList
    [_content] => Array
        (
            [0] => <div class="wikitext"><p class="tightenable top">The &quot;Tag List&quot; plugin is a source code browser plugin for Vim and
provides an overview of the structure of source code files and allows
you to efficiently browse through source code files for different
programming languages.</p>
<p class="tightenable">
            [1] => cached_externallink Object
                (
                    [_url] => http://vim.sourceforge.net/scripts/script.php?script_id=273
                )

            [2] => </p>
<p class="tightenable">---</p>
<p class="tightenable">I had a few troubles to make Taglist work under Windows.
Here are some information : 
            [3] => cached_externallink Object
                (
                    [_url] => http://www.halfcooked.com/mt/archives/000400.html
                )

            [4] => </p>
<p class="tightenable">I also had this Error message:
&quot;Cannot open C:\Temp\VIoNN.tmp&quot; with NN being automatically increased.</p>
<p class="tightenable">Then I noticed that my:
let Tlist_Ctags_Cmd='&quot;D:\My Programs\divers\ctags.exe&quot;'
was not taken into account. (I added the double quotes because I read somewhere that it was necessary for paths with spaces under Windows, and actually it made the MyDiff function work).</p>
<p class="tightenable">Then I tried the Andrew way:
copying ctags.exe in the vim\vim61 directory, with
let Tlist_Ctags_Cmd='ctags.exe'
in the vim configuration file (named _vimrc ) and it WORKS !</p>
<p class="tightenable">Thank you Andrew !</p>
<p class="tightenable bottom">(This &quot;cannot open tmp file&quot; error message is quite misleading)</p>
</div>

        )

    [_description] => Then I noticed that my: let Tlist_Ctags_Cmd='"D:\My Programs\divers\ctags.exe"' was not taken into account. (I added the double quotes because I read somewhere that it was necessary for paths with spaces under Windows, and actually it made the MyDiff function work).
)
 hits  7277
get_versiondata('TagList',17)
 %content  The "Tag List" plugin is a source code b ...
 author  90.129.9.224
 author_id  90.129.9.224
 is_minor_edit   
 markup  2
 mtime  1187538278
 pagetype  wikitext
 summary  Kick some spam
get_versiondata('TagList',16)
 %content  The "Tag List" plugin is a source code b ...
 _supplanted  1187538278
 author  WikiWord
 author_id  WikiWord
 is_minor_edit   
 markup  2
 mtime  1186731171
 pagetype  wikitext
get_versiondata('TagList',15)
 %content  The "Tag List" plugin is a source code b ...
 _supplanted  1186731171
 author  WikiWord
 author_id  WikiWord
 is_minor_edit   
 markup  2
 mtime  1186728028
 pagetype  wikitext
get_versiondata('TagList',14)
 %content  The "Tag List" plugin is a source code b ...
 _supplanted  1186728028
 author  64.81.101.91
 author_id  64.81.101.91
 is_minor_edit   
 markup  2
 mtime  1184777441
 pagetype  wikitext
get_versiondata('TagList',13)
 %content  The "Tag List" plugin is a source code b ...
 _supplanted  1184777441
 author  WikiWord
 author_id  WikiWord
 is_minor_edit   
 markup  2
 mtime  1184066510
 pagetype  wikitext
get_versiondata('TagList',11)
 %content  The "Tag List" plugin is a source code b ...
 _supplanted  1184024136
 author  209.159.37.194
 author_id  209.159.37.194
 is_minor_edit  1
 markup  2
 mtime  1183084401
 pagetype  wikitext
 summary  rm spam
get_versiondata('TagList',9)
 %content  The "Tag List" plugin is a source code b ...
 _supplanted  1183061127
 author  66.92.173.182
 author_id  66.92.173.182
 is_minor_edit   
 mtime  1102086420
 pagetype  wikitext

Copyright © 2007 RobertMelton.com