<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Likesalmon.net &#187; Gedit</title>
	<atom:link href="http://likesalmon.net/category/gedit/feed/" rel="self" type="application/rss+xml" />
	<link>http://likesalmon.net</link>
	<description>Web development for designers</description>
	<lastBuildDate>Sat, 21 Jan 2012 20:40:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Great new Gedit plugin find: Gedit File Search</title>
		<link>http://likesalmon.net/best-new-gedit-plugin-find-gedit-file-search/</link>
		<comments>http://likesalmon.net/best-new-gedit-plugin-find-gedit-file-search/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 02:26:43 +0000</pubDate>
		<dc:creator>Ammon</dc:creator>
				<category><![CDATA[Gedit]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://likesalmon.net/?p=361</guid>
		<description><![CDATA[Its the only way This saves me a ton of time when trying to find one teeny-tiny piece of code in a mountain of files. There are several similar plugins but this one struck me as the simplest and best. It searches all the files under a certain directory for a string you enter. You [...]]]></description>
			<content:encoded><![CDATA[<h3>Its the only way</h3>
<p>This saves me a ton of time when trying to find one teeny-tiny piece of code in a mountain of files.  There are several similar plugins but this one struck me as the simplest and best.  It searches all the files under a certain directory for a string you enter.  You can get it here:</p>
<p>
<a href="http://oliver.github.com/gedit-file-search/" title="">http://oliver.github.com/gedit-file-search/</a></p>
<h3>Installation</h3>
<p>To install, download and extract the compressed folder, then put the files file-search.gedit-plugin, file-search.glade, and file-search.py in your plugins directory.  For local use, this will be in ~/.gnome2/gedit/plugins/, or if you want to install system-wide put them in /usr/lib/gedit-2/plugins/ (you have to be su to do this).  Activate the plugin in Gedit by going to Edit > Preferences > Plugins and putting a check next to File Search.   You will now have a new menu item under Search called Find in files&#8230;  Have fun with that!</p>
]]></content:encoded>
			<wfw:commentRss>http://likesalmon.net/best-new-gedit-plugin-find-gedit-file-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A list of HTML Snippets in Gedit</title>
		<link>http://likesalmon.net/a-list-of-html-snippets-in-gedit/</link>
		<comments>http://likesalmon.net/a-list-of-html-snippets-in-gedit/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 06:50:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Gedit]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://likesalmon.net/?p=81</guid>
		<description><![CDATA[Snippets are extremely useful feature of Gedit that make it usable for TextMate fiends like myself. They work exactly the same as in TM: in Gedit go to Edit -&#62; Preferences -&#62; Plugins and put a check next to &#8220;Snippets&#8221;. Now open, say, an html file, type body and press TAB. Gedit will automatically fill [...]]]></description>
			<content:encoded><![CDATA[<p>Snippets are extremely useful feature of Gedit that make it usable for TextMate fiends like myself.  They work exactly the same as in TM: in Gedit go to Edit -&gt; Preferences -&gt; Plugins and put a check next to &#8220;Snippets&#8221;.  Now open, say, an html file, type <code>body</code> and press TAB.  Gedit will automatically fill in the whole body tag complete with closing tag and your cursor conveniently resting in the id argument ready to fill in a value.</p>
<h3>Snippets for HTML</h3>
<p>Here&#8217;s a list of all the Snippets for html files. They are listed by tag names, with the TAB trigger in paratheses.  These will only work in html files, other files have different snippets.</p>
<ul>
<li>Base (base)</li>
<li>Body (body)</li>
<li>Br (Shift+Ctrl+Space)</li>
<li>Div (div)</li>
<li>Form (form)</li>
<li>Head (head)</li>
<li>Heading (h)</li>
<li>HTML &#8212; 4.01 Strict (doctype)</li>
<li>HTML &#8212; 4.0 Transitional (doctype)</li>
<li>Input (input)</li>
<li>Link (link)</li>
<li>Mail Anchor (mailto)</li>
<li>Meta (meta)</li>
<li>Non-Breaking Space (Ctrl+Alt+Space)</li>
<li>Script (script)</li>
<li>Script With External Source (scriptsrc)</li>
<li>Style (style)</li>
<li>Table (table)</li>
<li>Table Row (tr)</li>
<li>Text Area (textarea)</li>
<li>Title (title)</li>
<li>Wrap Selection as Link (ref, Shift+Alt+L)</li>
<li>Wrap Selection in Open/Close Tag (Shift+Alt+W)</li>
<li>XHTML &#8212; 1.0 Frameset (doctype)</li>
<li>XHTML &#8212; 1.0 Strict (doctype)</li>
<li>XHTML &#8212; 1.0 Tran (doctype)</li>
<li>XHTML &#8212; 1.1 (doctype)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://likesalmon.net/a-list-of-html-snippets-in-gedit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

