diff --git a/index.html b/index.html index 37e526e..e595aca 100644 --- a/index.html +++ b/index.html @@ -1,86 +1,101 @@ - - + + - majutsushi/tagbar @ GitHub + majutsushi/tagbar @ GitHub - - + + - - Fork me on GitHub + + Fork me on GitHub -
+
-
- - - - -
+
+ + + + +
-

Tagbar - by majutsushi

+

Tagbar + by Jan Larres

-
- Vim plugin that lists tags in a window, ordered by class etc. -
+
+ Vim plugin that lists tags in a window, ordered by class etc. +
-

Tagbar is a plugin for browsing the tags of source code files. It provides a sidebar that displays the ctags-generated tags of the current file, ordered by their scope. This means that for example methods in C++ are displayed under the class they are defined in.

Dependencies

-

Vim 7.0 -Exuberant ctags 5.5

-

Install

-

Clone the repository into a directory in your 'runtimepath' or use pathogen. Don't forget to run :helptags if you don't use pathogen. - -If the ctags executable is not installed in one of the directories in your $PATH environment variable you have to set the g:tagbar_ctags_bin variable.

-

License

-

Vim licence

-

Authors

-

Jan Larres (jan@majutsushi.net)

-

Contact

-

(jan@majutsushi.net)

+

Tagbar is a vim plugin for browsing the tags of source code + files. It provides a sidebar that displays the ctags-generated + tags of the current file, ordered by their scope. This means that + for example methods in C++ are displayed under the class they are + defined in.

+

Dependencies

+

Vim 7.0
+ Exuberant ctags 5.5

-

Download

-

- You can download this project in either - zip or - tar formats. -

-

You can also clone the project with Git - by running: +

Install

+

Extract the archive or clone the repository into a directory in + your 'runtimepath' or use pathogen. + Don't forget to run :helptags if you don't use pathogen.

+ If the ctags executable is not installed in one of the directories + in your $PATH environment variable you have to set the + g:tagbar_ctags_bin variable.

+ +

Screenshots

+ + + +

License

+

Vim license

+ +

Authors

+

Jan Larres (jan@majutsushi.net)

+ + + + +

Download

+

+ You can download this project in either + zip or + tar formats. +

+

You can also clone the project with Git + by running:

$ git clone git://github.com/majutsushi/tagbar
-

+

- + -
+
- - + diff --git a/tagbar1.png b/tagbar1.png new file mode 100644 index 0000000..85a06b0 Binary files /dev/null and b/tagbar1.png differ diff --git a/tagbar1_t.png b/tagbar1_t.png new file mode 100644 index 0000000..3c98d7a Binary files /dev/null and b/tagbar1_t.png differ diff --git a/tagbar2.png b/tagbar2.png new file mode 100644 index 0000000..af80d0f Binary files /dev/null and b/tagbar2.png differ diff --git a/tagbar2_t.png b/tagbar2_t.png new file mode 100644 index 0000000..9dfb159 Binary files /dev/null and b/tagbar2_t.png differ