<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/tagleet/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/tagleet/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 09 Aug 2017 07:29:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tagleet/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Gur Stavi</title><link>https://sourceforge.net/p/tagleet/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -36,4 +36,4 @@

 ---
 TagLEET was inspired by [OpenCTags](http://openctags.sourceforge.net).
-Sorce files for TagLEET can be found on GitHub [here](https://github.com/gstavi/npp/tree/master/tagleet).
+Source files for TagLEET can be found on GitHub [here](https://github.com/gstavi/npp/tree/master/tagleet).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gur Stavi</dc:creator><pubDate>Wed, 09 Aug 2017 07:29:07 -0000</pubDate><guid>https://sourceforge.net1122c422e0f388c59a41b9aae384f9ce21c3ef3a</guid></item><item><title>Home modified by Gur Stavi</title><link>https://sourceforge.net/p/tagleet/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -36,3 +36,4 @@

 ---
 TagLEET was inspired by [OpenCTags](http://openctags.sourceforge.net).
+Sorce files for TagLEET can be found on GitHub [here](https://github.com/gstavi/npp/tree/master/tagleet).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gur Stavi</dc:creator><pubDate>Mon, 22 Aug 2016 08:23:16 -0000</pubDate><guid>https://sourceforge.netbe4df22a7b2d93d5cc68a99245b6e1e36d45f165</guid></item><item><title>Home modified by Gur Stavi</title><link>https://sourceforge.net/p/tagleet/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -31,7 +31,7 @@
 Linux usage
 --

-* Notepad++ is a Windows only application but it can be used to edit files on a Linux system via SAMBA.
+* Notepad++ is a Windows only application but it can be used with '[wine](https://www.winehq.org)' or to edit files on a Linux system via SAMBA.
 *  TagLEET will work work the same if tags file is generated by the native Linux ctags.

 ---
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gur Stavi</dc:creator><pubDate>Mon, 22 Aug 2016 08:15:30 -0000</pubDate><guid>https://sourceforge.net4dd7a2f6bb589413bf99db4d23cd332b80aab0c5</guid></item><item><title>Home modified by Gur Stavi</title><link>https://sourceforge.net/p/tagleet/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -9,9 +9,10 @@

 1. Open a command shell and change directory to your project root.
 + Run ctags with your favorite switches.
-    * Recommended for beginners: &lt;b&gt;ctags --extra=f -R .&lt;/b&gt;
+    * Recommended for beginners: &lt;b&gt;ctags --extra=f --file-scope=yes -R .&lt;/b&gt;
     * The &lt;b&gt;-R .&lt;/b&gt; will add all directories from your project's root recursively.
     * The &lt;b&gt;--extra=f&lt;/b&gt; will add each filename as a tag so you could lookup files.
+    * The &lt;b&gt;--file-scope=yes&lt;/b&gt; will add non-global tags that are 'static' in a specific file.
 ---
 Installation
 --
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gur Stavi</dc:creator><pubDate>Mon, 22 Aug 2016 08:13:06 -0000</pubDate><guid>https://sourceforge.net1d99a94404e6ee8579936a2e8809d0344aeab51b</guid></item><item><title>Home modified by Gur Stavi</title><link>https://sourceforge.net/p/tagleet/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -24,8 +24,8 @@
 * ALT-Space will lookup the selected tag and open a window with all the matches. If there is no selection the word on which the caret is located will be used.
 * From within the TagLEET window press SPACE or RETURN to jump to the highlighted tag.
 * Also from within the window press ALT-Space again to switch between full tag search to prefix match.
-* After jumping to a tag Ctrl+[ will take you back to the location before the jump.
-* Ctrl+] will take you forward to the location from which you used Ctrl+[.
+* After jumping to a tag Alt+[ will take you back to the location before the jump.
+* Alt+] will take you forward to the location from which you used Alt+[.
 ---
 Linux usage
 --
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gur Stavi</dc:creator><pubDate>Tue, 06 Oct 2015 08:55:57 -0000</pubDate><guid>https://sourceforge.net66191123cefa5620607308df75d14836ee981566</guid></item><item><title>Home modified by Gur Stavi</title><link>https://sourceforge.net/p/tagleet/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,4 +1,4 @@
-TagLEET was inspired by [OpenCTags](http://openctags.sourceforge.net).
+[Release notes](release_notes)

 ---
 Tags file
@@ -12,6 +12,11 @@
     * Recommended for beginners: &lt;b&gt;ctags --extra=f -R .&lt;/b&gt;
     * The &lt;b&gt;-R .&lt;/b&gt; will add all directories from your project's root recursively.
     * The &lt;b&gt;--extra=f&lt;/b&gt; will add each filename as a tag so you could lookup files.
+---
+Installation
+--
+TagLEET is a single DLL file. Just extract it from the zip into Notepad++ plugin directory.
+
 ---
 Within Notepad++
 --
@@ -29,4 +34,4 @@
 *  TagLEET will work work the same if tags file is generated by the native Linux ctags.

 ---
-
+TagLEET was inspired by [OpenCTags](http://openctags.sourceforge.net).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gur Stavi</dc:creator><pubDate>Fri, 31 Jan 2014 09:24:45 -0000</pubDate><guid>https://sourceforge.net45a1f7d4980c6ecb455e8e17b8fa7596e8d658e1</guid></item><item><title>Home modified by Gur Stavi</title><link>https://sourceforge.net/p/tagleet/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,20 +1,32 @@
+TagLEET was inspired by [OpenCTags](http://openctags.sourceforge.net).
+
+---
+Tags file
+--
 TagLEET uses 'tags' files that are generated by the [ctags](http://ctags.sourceforge.net) utility. You can download it from [this link](http://prdownloads.sourceforge.net/ctags) or install it with a [cygwin](http://www.cygwin.com) environment.

-To generate tags file for your project:
+To generate tags file:

 1. Open a command shell and change directory to your project root.
 + Run ctags with your favorite switches.
     * Recommended for beginners: &lt;b&gt;ctags --extra=f -R .&lt;/b&gt;
     * The &lt;b&gt;-R .&lt;/b&gt; will add all directories from your project's root recursively.
     * The &lt;b&gt;--extra=f&lt;/b&gt; will add each filename as a tag so you could lookup files.
-
-Within Notepad++:
+---
+Within Notepad++
+--

 * ALT-Space will lookup the selected tag and open a window with all the matches. If there is no selection the word on which the caret is located will be used.
 * From within the TagLEET window press SPACE or RETURN to jump to the highlighted tag.
 * Also from within the window press ALT-Space again to switch between full tag search to prefix match.
 * After jumping to a tag Ctrl+[ will take you back to the location before the jump.
 * Ctrl+] will take you forward to the location from which you used Ctrl+[.
+---
+Linux usage
+--

+* Notepad++ is a Windows only application but it can be used to edit files on a Linux system via SAMBA.
+*  TagLEET will work work the same if tags file is generated by the native Linux ctags.

-TagLEET was inspired by [OpenCTags](http://openctags.sourceforge.net).
+---
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gur Stavi</dc:creator><pubDate>Wed, 22 Jan 2014 11:33:29 -0000</pubDate><guid>https://sourceforge.net0ff31e9e91c7bebf914361002f7544b9514629fa</guid></item><item><title>Home modified by Gur Stavi</title><link>https://sourceforge.net/p/tagleet/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -15,3 +15,6 @@
 * Also from within the window press ALT-Space again to switch between full tag search to prefix match.
 * After jumping to a tag Ctrl+[ will take you back to the location before the jump.
 * Ctrl+] will take you forward to the location from which you used Ctrl+[.
+
+
+TagLEET was inspired by [OpenCTags](http://openctags.sourceforge.net).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gur Stavi</dc:creator><pubDate>Wed, 22 Jan 2014 11:19:09 -0000</pubDate><guid>https://sourceforge.net95a61f2a52f08f4dcebf770a6037946b6799710e</guid></item><item><title>Home modified by Gur Stavi</title><link>https://sourceforge.net/p/tagleet/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,17 @@
-Welcome to your wiki!
+TagLEET uses 'tags' files that are generated by the [ctags](http://ctags.sourceforge.net) utility. You can download it from [this link](http://prdownloads.sourceforge.net/ctags) or install it with a [cygwin](http://www.cygwin.com) environment.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+To generate tags file for your project:

-The wiki uses [Markdown](/p/tagleet/wiki/markdown_syntax/) syntax.
+1. Open a command shell and change directory to your project root.
++ Run ctags with your favorite switches.
+    * Recommended for beginners: &lt;b&gt;ctags --extra=f -R .&lt;/b&gt;
+    * The &lt;b&gt;-R .&lt;/b&gt; will add all directories from your project's root recursively.
+    * The &lt;b&gt;--extra=f&lt;/b&gt; will add each filename as a tag so you could lookup files.

-[[members limit=20]]
-[[download_button]]
+Within Notepad++:
+
+* ALT-Space will lookup the selected tag and open a window with all the matches. If there is no selection the word on which the caret is located will be used.
+* From within the TagLEET window press SPACE or RETURN to jump to the highlighted tag.
+* Also from within the window press ALT-Space again to switch between full tag search to prefix match.
+* After jumping to a tag Ctrl+[ will take you back to the location before the jump.
+* Ctrl+] will take you forward to the location from which you used Ctrl+[.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gur Stavi</dc:creator><pubDate>Wed, 22 Jan 2014 11:15:17 -0000</pubDate><guid>https://sourceforge.net07212431061922a27e82cd8241cc73b04df2a45a</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/tagleet/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;TagLEET uses 'tags' files that are generated by the &lt;a class="" href="http://ctags.sourceforge.net"&gt;ctags&lt;/a&gt; utility. You can download it from &lt;a class="" href="http://prdownloads.sourceforge.net/ctags"&gt;this link&lt;/a&gt; or install it with a &lt;a class="" href="http://www.cygwin.com" rel="nofollow"&gt;cygwin&lt;/a&gt; environment.&lt;/p&gt;
&lt;p&gt;To generate tags file for your project:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open a command shell and change directory to your project root.&lt;/li&gt;
&lt;li&gt;Run ctags with your favorite switches.&lt;ul&gt;
&lt;li&gt;Recommended for beginners: &lt;b&gt;ctags --extra=f -R .&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;The &lt;b&gt;-R .&lt;/b&gt; will add all directories from your project's root recursively.&lt;/li&gt;
&lt;li&gt;The &lt;b&gt;--extra=f&lt;/b&gt; will add each filename as a tag so you could lookup files.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Within Notepad++:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;ALT-Space will lookup the selected tag and open a window with all the matches. If there is no selection the word on which the caret is located will be used.&lt;/li&gt;
&lt;li&gt;From within the TagLEET window press SPACE or RETURN to jump to the highlighted tag.&lt;/li&gt;
&lt;li&gt;Also from within the window press ALT-Space again to switch between full tag search to prefix match.&lt;/li&gt;
&lt;li&gt;After jumping to a tag Ctrl+[ will take you back to the location before the jump.&lt;/li&gt;
&lt;li&gt;Ctrl+] will take you forward to the location from which you used Ctrl+[.&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gur Stavi</dc:creator><pubDate>Wed, 22 Jan 2014 11:13:42 -0000</pubDate><guid>https://sourceforge.netd8bb603d650739ace908858b32b2e9afbb3b9be7</guid></item></channel></rss>