<?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>Digitivity &#187; text editor</title>
	<atom:link href="http://digitivity.org/tag/text-editor/feed" rel="self" type="application/rss+xml" />
	<link>http://digitivity.org</link>
	<description>The Digital Productivity Blog</description>
	<lastBuildDate>Sun, 08 Aug 2010 17:23:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>gedit Session Saver Plugin</title>
		<link>http://digitivity.org/838/gedit-session-saver-plugin</link>
		<comments>http://digitivity.org/838/gedit-session-saver-plugin#comments</comments>
		<pubDate>Sun, 21 Feb 2010 16:25:04 +0000</pubDate>
		<dc:creator>Digitivity</dc:creator>
				<category><![CDATA[Software and Downloads]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[gedit plugins]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Session Saver plugin]]></category>
		<category><![CDATA[sessions]]></category>
		<category><![CDATA[text editor]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://digitivity.org/?p=838</guid>
		<description><![CDATA[gEdit is the main text editor for the default desktop environment in Ubuntu. It's also available on Windows and Mac. It can open multiple files in tabs in a single window. I often have tens of files open when working on a project. It's a pain to have to open every single file again when switching projects.



Related posts:<ol><li><a href='http://digitivity.org/795/install-cbnet-ping-optimizer-plugin-wordpress' rel='bookmark' title='Permanent Link: Installing the cbnet Ping Optimizer Plugin for WordPress'>Installing the cbnet Ping Optimizer Plugin for WordPress</a></li>
<li><a href='http://digitivity.org/236/making-minor-changes-in-wordpress-without-updating-the-last-updated-date-with-the-minor-edit-plugin' rel='bookmark' title='Permanent Link: Making Minor Changes in WordPress Without Updating the Last-Updated Date with the Minor Edit Plugin'>Making Minor Changes in WordPress Without Updating the Last-Updated Date with the Minor Edit Plugin</a></li>
<li><a href='http://digitivity.org/884/how-to-install-google-chromium-on-ubuntu' rel='bookmark' title='Permanent Link: How to Install Google Chromium on Ubuntu'>How to Install Google Chromium on Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>gEdit</strong> is the main text editor for the default desktop environment in <strong>Ubuntu</strong> and other Linuxes using <strong>GNOME</strong>. It&#8217;s also available on <a href="http://live.gnome.org/Gedit/Windows">Windows</a> and <a href="http://gedit.darwinports.com/">Mac</a>. It can open <strong>multiple files</strong> in tabs in a single window. I often have tens of files open when working on a project. It&#8217;s a pain to have to open every single file again when switching projects.</p>
<p>Granted, there&#8217;s a &#8220;Recent Documents&#8221; part of the File menu that shows the most recently opened files, but it&#8217;s limited to five files. And usually you have different files for different projects.</p>
<p>There&#8217;s a <strong>plugin</strong> for gEdit which save which files you&#8217;re working on in a session. The <strong>Session Saver</strong> plugin is part of the <tt>gedit-plugins</tt> package for Ubuntu. You can install it with the Synaptic, the Package Manager, or type the following in the terminal:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> gedit-plugins</pre></div></div>

<p>Be sure the &#8220;universe&#8221; repository is enabled, because that&#8217;s where gedit-plugins lives.</p>
<p>Note: plugins aren&#8217;t currently as easy to make work in Windows <a href="https://bugzilla.gnome.org/show_bug.cgi?id=584679">yet</a>.</p>
<p>Here&#8217;s a <strong>run-through</strong> of how the Session Saver plugin works.</p>
<p>After the plugin is installed, you need to <strong>activate</strong> it. Choose Preferences from the Edit menu:</p>
<p><a href="http://digitivity.org/blog/wp-content/uploads/2010/02/gedit-sessions-01-edit-preferences.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/02/gedit-sessions-01-edit-preferences.png" alt="gedit-sessions-01-edit-preferences" title="gedit-sessions-01-edit-preferences" width="354" height="316" class="alignnone size-full wp-image-839" /></a></p>
<p>In the Preferences window, choose the Plugins tab. Then select the checkbox next to &#8220;Session Saver&#8221; to activate it, and click Close:</p>
<p><a href="http://digitivity.org/blog/wp-content/uploads/2010/02/gedit-sessions-02-gedit-preferences.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/02/gedit-sessions-02-gedit-preferences.png" alt="gedit-sessions-02-gedit-preferences" title="gedit-sessions-02-gedit-preferences" width="412" height="500" class="alignnone size-full wp-image-840" /></a></p>
<p>One the plugin is active, a &#8220;<strong>Saved sessions</strong>&#8221; option gets added to the File menu. To save a session, open the files you want to work with for a given project, arrange the tabs, and choose &#8220;Save current session&#8221;:<br />
<a href="http://digitivity.org/blog/wp-content/uploads/2010/02/gedit-sessions-03-save-session-menu.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/02/gedit-sessions-03-save-session-menu-512x272.png" alt="gedit-sessions-03-save-session-menu" title="gedit-sessions-03-save-session-menu" width="512" height="272" class="alignnone size-medium wp-image-841" /></a></p>
<p>Gedit pops up a dialog asking for the name of the session. The plugin doesn&#8217;t currently support renaming, so choose wisely:</p>
<p><a href="http://digitivity.org/blog/wp-content/uploads/2010/02/gedit-sessions-04-save-session.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/02/gedit-sessions-04-save-session.png" alt="gedit-sessions-04-save-session" title="gedit-sessions-04-save-session" width="223" height="145" class="alignnone size-full wp-image-842" /></a></p>
<p>When you save a session, the saved sessions are added as the first thing on the sessions menu. Just select one to <strong>open</strong> up that session:<br />
<a href="http://digitivity.org/blog/wp-content/uploads/2010/02/gedit-sessions-05-open-session.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/02/gedit-sessions-05-open-session-512x272.png" alt="gedit-sessions-05-open-session" title="gedit-sessions-05-open-session" width="512" height="272" class="alignnone size-medium wp-image-843" /></a></p>
<p>gEdit starts opening all the files for that session:<br />
<a href="http://digitivity.org/blog/wp-content/uploads/2010/02/gedit-sessions-06-opening-sessions.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/02/gedit-sessions-06-opening-sessions-512x272.png" alt="gedit-sessions-06-opening-sessions" title="gedit-sessions-06-opening-sessions" width="512" height="272" class="alignnone size-medium wp-image-844" /></a><br />
If you select a session while there are open files in the gedit window, the new session will be opened in a new gedit window. If there&#8217;s just a blank, new file in a the Gedit window, the session will be opened in the same window.</p>
<p>Note: Normally Gedit opens files in new tabs. To create a new window, you can drag a tab out of Gedit, or choose &#8220;Move to New Window&#8221; in the  Documents menu.</p>
<p>If, when you open a session, one of the files in the session were already open in another gedit window, gedit will ask you if you want to also edit the file in the new window, or open it as <strong>read-only</strong>. Select &#8220;Don&#8217;t Edit&#8221; to open it as read-only:<br />
<a href="http://digitivity.org/blog/wp-content/uploads/2010/02/gedit-sessions-07-confirm-edit-read-only.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/02/gedit-sessions-07-confirm-edit-read-only-512x272.png" alt="gedit-sessions-07-confirm-edit-read-only" title="gedit-sessions-07-confirm-edit-read-only" width="512" height="272" class="alignnone size-medium wp-image-845" /></a></p>
<p>From the &#8220;Manage saved sessions&#8221; menu option, you can open or <strong>delete</strong> saved sessions:<br />
<a href="http://digitivity.org/blog/wp-content/uploads/2010/02/gedit-sessions-08-manage-saved-sessions.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/02/gedit-sessions-08-manage-saved-sessions.png" alt="gedit-sessions-08-manage-saved-sessions" title="gedit-sessions-08-manage-saved-sessions" width="406" height="226" class="alignnone size-full wp-image-846" /></a></p>
<h2>Top Incoming Search Terms</h2><span class="search-terms-term">auto save session gedit</span> <span class="search-terms-term">cache:gzd7bjrdhc0j:digitivity.org/836/twenty-most-common-popular-passwords-to-avoid common facebook passwords</span> <span class="search-terms-term">delete gedit session</span> <span class="search-terms-term">gedit autosave</span> <span class="search-terms-term">gedit autosave directory</span> <span class="search-terms-term">gedit autosave session</span> <span class="search-terms-term">gedit for nokia</span> <span class="search-terms-term">gedit open last saved page</span> <span class="search-terms-term">gedit plugin 2010</span> <span class="search-terms-term">gedit plugin manage session</span> <span class="search-terms-term">gedit plugin session save tabs</span> <span class="search-terms-term">gedit plugins session</span> <span class="search-terms-term">gedit plugins session saver</span> <span class="search-terms-term">gedit project plugin</span> <span class="search-terms-term">gedit save session</span> <span class="search-terms-term">gedit saved session</span> <span class="search-terms-term">gedit session autosave plugin</span> <span class="search-terms-term">gedit session saver</span> <span class="search-terms-term">gedit session saver does not work</span> <span class="search-terms-term">gedit session saver plugin</span> <span class="search-terms-term">gedit session saver plugins</span> <span class="search-terms-term">gedit sessions</span> <span class="search-terms-term">gedit sessionsaver</span> <span class="search-terms-term">gedit sessionsaver +windows</span> <span class="search-terms-term">how to activate session saver gedit ubuntu</span> <span class="search-terms-term">http://digitivity.org/838/gedit-session-saver-plugin</span> <span class="search-terms-term">install gedit session saver plugin</span> <span class="search-terms-term">one window gedit</span> <span class="search-terms-term">prevent gedit from opening blank file</span> <span class="search-terms-term">project explorer gedit</span> <span class="search-terms-term">session de tabs gedit</span> <span class="search-terms-term">session saver gedit</span> <span class="search-terms-term">ubuntu gedit autosave session</span> <span class="search-terms-term">where are gedit search perferences save</span> 

<p>Related posts:<ol><li><a href='http://digitivity.org/795/install-cbnet-ping-optimizer-plugin-wordpress' rel='bookmark' title='Permanent Link: Installing the cbnet Ping Optimizer Plugin for WordPress'>Installing the cbnet Ping Optimizer Plugin for WordPress</a></li>
<li><a href='http://digitivity.org/236/making-minor-changes-in-wordpress-without-updating-the-last-updated-date-with-the-minor-edit-plugin' rel='bookmark' title='Permanent Link: Making Minor Changes in WordPress Without Updating the Last-Updated Date with the Minor Edit Plugin'>Making Minor Changes in WordPress Without Updating the Last-Updated Date with the Minor Edit Plugin</a></li>
<li><a href='http://digitivity.org/884/how-to-install-google-chromium-on-ubuntu' rel='bookmark' title='Permanent Link: How to Install Google Chromium on Ubuntu'>How to Install Google Chromium on Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://digitivity.org/838/gedit-session-saver-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
