<?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>OpenSourceEditor &#187; Editors</title>
	<atom:link href="http://www.open-source-editor.com/category/editors/feed" rel="self" type="application/rss+xml" />
	<link>http://www.open-source-editor.com</link>
	<description>Thoughts on software and webservices.</description>
	<lastBuildDate>Tue, 20 Sep 2011 12:47:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Komodo &#8211; the way to go?</title>
		<link>http://www.open-source-editor.com/editors/komodo-the-way-to-go.html</link>
		<comments>http://www.open-source-editor.com/editors/komodo-the-way-to-go.html#comments</comments>
		<pubDate>Mon, 01 Nov 2010 15:20:29 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[Editors]]></category>
		<category><![CDATA[Komodo]]></category>
		<category><![CDATA[activestate]]></category>
		<category><![CDATA[crossplatform]]></category>
		<category><![CDATA[komodo]]></category>
		<category><![CDATA[snippets]]></category>
		<category><![CDATA[tabs]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=357</guid>
		<description><![CDATA[Is Komodo the way to go? Well, I am convinced. I have been working a bit with TextMate and Coda on the Mac, and e-texteditor on Windows. I like features in all of these. But I would like a crossplatform editor (since I work an the three major platforms), is fast but has enough features [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fkomodo-the-way-to-go.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fkomodo-the-way-to-go.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.activestate.com/komodo-edit" target="_blank" class="external" rel="nofollow"><img class="alignright size-full wp-image-117" title="komodo-edit" src="http://www.open-source-editor.com/wp-content/uploads/2010/01/komodo-edit.png" alt="From Active State, who also creates Komodo IDE" width="100" height="100" /></a>Is Komodo the way to go? Well, I am convinced. I have been working a bit with TextMate and Coda on the Mac, and e-texteditor on Windows. I like features in all of these. But I would like a crossplatform editor (since I work an the three major platforms), is fast but has enough features to work with. <a href="http://www.activestate.com/komodo-edit" target="_blank" class="external">Komodo Edit</a> by Active State has it all.</p>
<p>It has</p>
<ul>
<li>Project management</li>
<li>Good Find/Replace</li>
<li>Snippets (which you can set to Key Bindings), Macros, Commands</li>
<li>Plugin friendly, and available plugins (like a source tree and database explorer)</li>
<li>Good code completion</li>
<li>It is fast enought</li>
<li>Works on Windows, OS X, Linux</li>
<li>Can Import/Export snippets between platform</li>
</ul>
<p><a href="http://www.activestate.com/komodo-ide/features" target="_blank">Check the website at Active State for more features</a>. One thing I found is that I need to change the default setting to get it the way I like (for example Tab indent and not Spaces). Here is some of the steps I use:</p>
<h3>Change indention</h3>
<p>In the Preferences / Editor / Indention, change Prefer tabs over spaces, and change &#8220;Number of spaces&#8230;&#8221; and &#8220;Width of each tab&#8230;&#8221; to 8. I discovered indention works better when both is set to the same value (which BTW is the same with Netbeans).</p>
<h3>Fix so that Ctrl + Shift + W closes all files</h3>
<p>Open Preferences / Editor / Key Bindings. In the input field &#8220;Commands&#8221; write &#8220;Select end&#8221; and select &#8220;Editor: Select to end of word&#8221;. Click &#8220;Clear&#8221;. Now write &#8220;Close all&#8221;  in the input field &#8220;Commands&#8221;. Select &#8220;Editor: Close all buffers&#8221;. Select the input field &#8220;New key bindings&#8221; and hold down Ctrl + Shift + W.  Click Ok, now your done! :)</p>
<h3>Install Add-Ons</h3>
<p>Extension and Plugins are the same format as in Firefox and Thunderbird, .xpi. There is an Extension  that is called <strong>NST</strong> and gives you a sourcetree for the file you are working in.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/editors/komodo-the-way-to-go.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fix for pgAdmin on Ubuntu 10.04 Lucid Lynx</title>
		<link>http://www.open-source-editor.com/platform/linux/fix-for-pgadmin-on-ubuntu-10-04-lucid-lynx.html</link>
		<comments>http://www.open-source-editor.com/platform/linux/fix-for-pgadmin-on-ubuntu-10-04-lucid-lynx.html#comments</comments>
		<pubDate>Thu, 12 Aug 2010 08:27:51 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[pgAdmin]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=351</guid>
		<description><![CDATA[Today I needed a fix for pgAdmin on Ubuntu 10.04 Lucis Lynx, which is my workstation (pgAdmin is a graphical ui for PostgreSQL database). To my dispair it just closed down when I tried to start it. Luckily I found a solution in this bugreport. I compiled my own and could continue to work. This [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.open-source-editor.com%2Fplatform%2Flinux%2Ffix-for-pgadmin-on-ubuntu-10-04-lucid-lynx.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Fplatform%2Flinux%2Ffix-for-pgadmin-on-ubuntu-10-04-lucid-lynx.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Today I needed a fix for pgAdmin on Ubuntu 10.04 Lucis Lynx, which is my workstation (pgAdmin is a graphical ui for PostgreSQL database). To my dispair it just closed down when I tried to start it. Luckily I found <a href="https://bugs.launchpad.net/ubuntu/+source/pgadmin3/+bug/610975" rel="nofollow" target="_blank" class="external">a solution in this bugreport</a>. I compiled my own and could continue to work.</p>
<p>This is what I did (note: I don&#8217;t garuantee it will work for you, I am not a software developer).</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #7a0874; font-weight: bold;">source</span> pgadmin3
<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> debhelper libpq-dev libwxgtk2.8-dev libxml2-dev libxslt1-dev autotools-dev devscripts
<span style="color: #7a0874; font-weight: bold;">cd</span> pgadmin3-1.10.2
dpkg-buildpackage
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-i</span> ..<span style="color: #000000; font-weight: bold;">/</span>pgadmin3_1.10.2-<span style="color: #000000;">1</span>_i386.deb</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/platform/linux/fix-for-pgadmin-on-ubuntu-10-04-lucid-lynx.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find and replace in many files</title>
		<link>http://www.open-source-editor.com/editors/quanta-editors/find-and-replace-in-many-files.html</link>
		<comments>http://www.open-source-editor.com/editors/quanta-editors/find-and-replace-in-many-files.html#comments</comments>
		<pubDate>Sat, 17 Jul 2010 17:03:07 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[Quanta]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[kwebdev]]></category>
		<category><![CDATA[quanta]]></category>
		<category><![CDATA[replace]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=337</guid>
		<description><![CDATA[Today I really needed to find and replace in many files at once, and found this great feature to exists in Quanta. I have actually not seen it before. The menuitem says &#8220;Edit&#8220;->&#8221;Find in files&#8221; so one might think it doesn&#8217;t replace. But it does :) It&#8217;s a part of KWebDev that is named KFileReplace, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fquanta-editors%2Ffind-and-replace-in-many-files.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fquanta-editors%2Ffind-and-replace-in-many-files.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Today I really needed to find and replace in many files at once, and found this great feature to exists in Quanta. I have actually not seen it before. The menuitem says &#8220;<em>Edit</em>&#8220;->&#8221;<em>Find in files</em>&#8221; so one might think it doesn&#8217;t replace. But it does :) It&#8217;s a part of KWebDev that is named <a href="http://kfilereplace.kdewebdev.org/" target="_blank" class="external">KFileReplace</a>, and is also included in Quanta. A function that saved my day.</p>
<div id="attachment_338" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.open-source-editor.com/wp-content/uploads/2010/07/quanta-find-in-files.png" rel="lightbox"><img src="http://www.open-source-editor.com/wp-content/uploads/2010/07/quanta-find-in-files-300x292.png" alt="KFileReplace in Quanta" title="quanta-find-in-files" width="300" height="292" class="size-medium wp-image-338" /></a><p class="wp-caption-text">KFileReplace in Quanta</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/editors/quanta-editors/find-and-replace-in-many-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Translating with PoEdit</title>
		<link>http://www.open-source-editor.com/editors/translating-with-poedit.html</link>
		<comments>http://www.open-source-editor.com/editors/translating-with-poedit.html#comments</comments>
		<pubDate>Thu, 18 Feb 2010 04:39:46 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[Editors]]></category>
		<category><![CDATA[poEdit]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[multilingual]]></category>
		<category><![CDATA[translating]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=305</guid>
		<description><![CDATA[Is your favorite application possible to translate? If the developers used the GNU gettext library, yes, with poEdit or similar editor. WordPress is an example. To translate you do not have to be able to code, but of course you have to know the language well. So dont be afraid to try! :) Step 1, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Ftranslating-with-poedit.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Ftranslating-with-poedit.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Is your favorite application possible to translate? If the developers used the GNU <a href="http://se2.php.net/manual/en/ref.gettext.php" target="_blank" class="external">gettext</a> library, yes, with <a href="http://www.poedit.net/" target="_blank" class="external">poEdit</a> or similar editor. WordPress is an example.</p>
<p>To translate you <strong>do not have to be able to code</strong>, but of course you have to know the language well. So dont be afraid to try! :) </p>
<p><strong>Step 1, the POT</strong><br />
This is a step which should already have been taken care of by the developer. poEdit scans the files in a catalog for translatable strings to <a href="http://codex.wordpress.org/User:Skippy/Creating_POT_Files" target="_blank" rel="external">create a file named .pot</a> (<em>Portable Object Template</em>). If there is a .pot-file, use it to create a .po for your language. </p>
<p><strong>Step 2, the PO</strong><br />
The .po-file (<em>Portable Object</em>) is the one you will work with, it contains the strings and values for the translation. The naming of files can be different between projects. For example, a common way to make a swedish translation: choose to open the POT and generate a .po-file, save as <code>sv_SE.po</code> for the swedish language.</p>
<p><strong>Step 3, the MO</strong><br />
When you translate the strings you have the original text to the left, and the translation to the right. Mark the word you want to translate and fill in the form at the bottom. Each time the file is saved, a .mo (<em>Machine Object</em>) file is generated. It is this file the webbapplication will use.</p>
<div align="center"><a href="http://www.open-source-editor.com/wp-content/uploads/2010/02/poedit.png" rel="lightbox"><img src="http://www.open-source-editor.com/wp-content/uploads/2010/02/poedit-300x193.png" alt="Translating with poEdit" title="poedit" width="300" height="193" class="aligncenter size-medium wp-image-313" /></a></div>
<div style="background: #ffc; padding: 5px; margin: 10px auto;">
The reason I write this post is to make people understand that to translate applications using this technique, you don&#8217;t have to know how to code. Does your favorite application miss translation for your language? If it supports gettext, all you need is poEdit and the .po(t)-file. What are you waiting for? ;) </div>
<p>Some more reading on this subject:</p>
<ul>
<li><a href="http://codex.wordpress.org/Translating_WordPress">Translating WordPress</a></li>
<li><a href="http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/">Translating WordPress plugins and themes</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/editors/translating-with-poedit.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A confession about editors</title>
		<link>http://www.open-source-editor.com/editors/a-confession-about-editors.html</link>
		<comments>http://www.open-source-editor.com/editors/a-confession-about-editors.html#comments</comments>
		<pubDate>Wed, 03 Feb 2010 11:09:33 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[Confessions]]></category>
		<category><![CDATA[Editors]]></category>
		<category><![CDATA[auto-completion]]></category>
		<category><![CDATA[settings]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=268</guid>
		<description><![CDATA[I have a confession about editors to make. I hate(!) auto-completion. In theory it sounds great with suggestions and auto-features. In real life it&#8217;s an obstacle to overcome. The plan is, I guess, to make me faster. But instead it slows me down. If I know what I&#8217;m going to write in a script I [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fa-confession-about-editors.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fa-confession-about-editors.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I have a confession about editors to make. <strong>I <span style="color: #ff0000;">hate</span>(!) auto-completion</strong>.</p>
<p>In theory it sounds great with suggestions and auto-features. In real life it&#8217;s an obstacle to overcome.<br />
The plan is, I guess, to make me faster. But instead it slows me down. If I know what I&#8217;m going to write in a script I don&#8217;t get faster with popups and shit.</p>
<p>Can I tweak the auto-completion in most editors? Yes of course, but <em>almost never enough</em>. So I just either get more and more annoyed during the day, or I turn it off. The editor that gives me the complete control over this features gets my love.</p>
<p><img class="aligncenter size-full wp-image-272" title="auto-completion-suggestions" src="http://www.open-source-editor.com/wp-content/uploads/2010/02/auto-completion-suggestions.jpg" alt="" width="400" height="308" style="border: 1px solid #333;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/editors/a-confession-about-editors.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make Netbeans use tabs for indention</title>
		<link>http://www.open-source-editor.com/editors/how-to-make-netbeans-use-tabs-for-indention.html</link>
		<comments>http://www.open-source-editor.com/editors/how-to-make-netbeans-use-tabs-for-indention.html#comments</comments>
		<pubDate>Mon, 01 Feb 2010 16:16:51 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[Editors]]></category>
		<category><![CDATA[Netbeans]]></category>
		<category><![CDATA[indention]]></category>
		<category><![CDATA[spaces]]></category>
		<category><![CDATA[tabs]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=257</guid>
		<description><![CDATA[I&#8217;m really starting to like it, but got stuck on how to make Netbeans use tabs for indention. Deselecting the option &#8220;Extend tabs to spaces&#8221; didn&#8217;t work for me, I still got those damn spaces (I hate indention by spaces). I found the solution though, go to your &#8220;Options&#8220;-panel, choose the &#8220;Editor&#8221; page, select &#8220;Formatting&#8221; [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fhow-to-make-netbeans-use-tabs-for-indention.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fhow-to-make-netbeans-use-tabs-for-indention.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;m really starting to like it, but got stuck on how to make <strong>Netbeans</strong> use <strong>tabs</strong> for indention. Deselecting the option &#8220;<em>Extend tabs to spaces</em>&#8221; didn&#8217;t work for me, I still got those damn spaces (<span style="color: #ff0000;">I hate indention by spaces</span>).</p>
<p>I found the solution though, go to your &#8220;<em>Options</em>&#8220;-panel, choose the &#8220;<em>Editor</em>&#8221; page, select &#8220;<em>Formatting</em>&#8221; and set &#8220;<em>Tab size</em>&#8221; and &#8220;<em>Number of spaces to indent</em>&#8221; to the same size.</p>
<div><a href="http://www.open-source-editor.com/wp-content/uploads/2010/01/netbeans-tabs-spaces.jpg"><img class="aligncenter size-full wp-image-263" title="netbeans-tabs-spaces" src="http://www.open-source-editor.com/wp-content/uploads/2010/01/netbeans-tabs-spaces.jpg" alt="" width="386" height="357" /></a></div>
<p><strong>Update:</strong> <a href="http://daveyshafik.com/archives/743-netbeans-for-php-continues-to-impress.html">More PHP&#8217;ers falling for Netbeans.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/editors/how-to-make-netbeans-use-tabs-for-indention.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Ideas from LinkedPHPers</title>
		<link>http://www.open-source-editor.com/editors/ideas-from-linkedphpers.html</link>
		<comments>http://www.open-source-editor.com/editors/ideas-from-linkedphpers.html#comments</comments>
		<pubDate>Thu, 28 Jan 2010 18:39:38 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Editors]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[linkedphpers]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[quanta]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=196</guid>
		<description><![CDATA[I got some ideas from LinkedPHPers, a group on LinkedIn. There is a discussion going on, &#8220;What is the best free application that runs in Ubuntu 9.10 &#8211; the Karmic Koala for development of websites in PHP?&#8221; My own anser was Quanta Plus or Eclipse PDT for projects and gEdit for lighter/faster edits. But a [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fideas-from-linkedphpers.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fideas-from-linkedphpers.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I got some ideas from <a href="http://www.linkedin.com/groups?gid=40870" target="_blank" class="external">LinkedPHPers, a group on LinkedIn</a>. There is a discussion going on, &#8220;<em>What is the best free application that runs in Ubuntu 9.10 &#8211; the Karmic Koala for development of websites in PHP?</em>&#8221; My own anser was Quanta Plus or Eclipse PDT for projects and gEdit for lighter/faster edits. But a lot of people mentioned Netbeans. So I&#8217;m giving Netbeans a try on my Ubuntu and my OS X machine.</p>
<p>A brief try today I like it, but I think the use of snippets/templates/palettes/macros (different names in different editors for the recycling of code) should be made easier. I like the way Quanta handles them, drag and drop to create but the option for more advanced edit. And stored in a common format like .txt. The whole idea with snippets is to speed up your coding, at least to me. But I still need to check further in Netbeans, as I said I only had a brief look today. So this is NOT a review &#8230; yet ;) </p>
<div align="center"><a href="http://www.linkedin.com/groups?gid=40870"><img src="http://www.open-source-editor.com/wp-content/uploads/2010/01/linkedphpers.png" alt="" title="linkedphpers" width="414" height="190" class="aligncenter size-full wp-image-198" style="border: 1px solid #000" /></a></div>
<p>By the way you might have noticed I got some new pages up, <a href="http://www.open-source-editor.com/free-editors-for-os-x">&#8220;Free editors for OS X&#8221;</a> and <a href="http://www.open-source-editor.com/free-texteditors-for-linux">&#8220;Free texteditors for Linux&#8221;</a>. I intend to continue with Windows editors soon, and the review them all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/editors/ideas-from-linkedphpers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quanta Plus on Mac OS X</title>
		<link>http://www.open-source-editor.com/editors/quanta-editors/quanta-plus-on-mac-os-x.html</link>
		<comments>http://www.open-source-editor.com/editors/quanta-editors/quanta-plus-on-mac-os-x.html#comments</comments>
		<pubDate>Sun, 24 Jan 2010 20:30:27 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[Quanta]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[quanta]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=143</guid>
		<description><![CDATA[The image you see below is the editor Quanta Plus on Mac OS X. It is a port of KDE WebDev and is usually run on Linux. Since I&#8217;ve been working with it for a while I tought it would be nice to get it going on Apples Mac OS X too. Macports I began [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fquanta-editors%2Fquanta-plus-on-mac-os-x.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fquanta-editors%2Fquanta-plus-on-mac-os-x.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The image you see below is <strong>the editor Quanta Plus on Mac OS X</strong>. It is a port of <a href="http://kdewebdev.org/" target="_blank" class="external">KDE WebDev</a> and is usually run on Linux. Since I&#8217;ve been working with it for a while I tought it would be nice to get it going on Apples Mac OS X too.</p>
<p><a href="http://www.open-source-editor.com/wp-content/uploads/2010/01/quanta-plus-on-mac-osx.png"><img src="http://www.open-source-editor.com/wp-content/uploads/2010/01/quanta-plus-on-mac-osx.png" alt="You can run Quanta Plus on Apples platform OS X" title="quanta-plus-on-mac-osx" width="480" height="310" class="aligncenter size-full wp-image-145" /></a></p>
<p><strong>Macports</strong><br />
I began by installing <a href="http://www.macports.org/" target="_blank" class="external">MacPorts</a> (<em>an &#8220;an easy-to-use system for compiling, installing, and upgrading either command-line, X11 or Aqua based open-source software on the Mac OS X operating system&#8221;</em>).<br />
<span id="more-143"></span><br />
Before you install MacPorts be sure to have  Apples X11 User/window environment (installed as default in OS X 10.5+) ans <a href="http://developer.apple.com/tools/xcode/" target="_blank" class="external">XCode Developer Tools</a>.</p>
<p>The next step was to install the base for the <em>K Desktop Environment</em> (KDE3). This is done by opening the Terminal and write:</p>

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

<p>The instal might take a while. Now for the programs. Install kdewebdev3, a webdeveloping package including Quanta Plus.</p>

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

<p>Once again, the install can take some time so be patient. When it&#8217;s done you can find the apps in <code>/opt/local/bin</code>. Good to go!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/editors/quanta-editors/quanta-plus-on-mac-os-x.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Snippets in Quanta Plus</title>
		<link>http://www.open-source-editor.com/editors/snippets-in-quanta-plus.html</link>
		<comments>http://www.open-source-editor.com/editors/snippets-in-quanta-plus.html#comments</comments>
		<pubDate>Fri, 22 Jan 2010 03:28:40 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[Editors]]></category>
		<category><![CDATA[quanta]]></category>
		<category><![CDATA[snippets]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=67</guid>
		<description><![CDATA[The latest months I&#8217;ve been working as an employee with Quanta on Xubuntu, and I love the way snippets is handled in Quanta Plus. They are stored as simple .txt-files, which are created when you drag selected code into the sidebar. The snippets are called &#8220;Templates&#8221;, which might be a little confusing. They also have [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fsnippets-in-quanta-plus.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fsnippets-in-quanta-plus.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The latest months I&#8217;ve been working as an employee with Quanta on Xubuntu, and I <strong>love</strong> the way snippets is handled in Quanta Plus. They are stored as simple .txt-files, which are created when you drag selected code into the sidebar. The snippets are called &#8220;Templates&#8221;, which might be a little confusing. They also have a scope &#8211; Global, Local or Project. I mainly use Global, so I have all in the same place and can reach them. I then share the with Dropbox, making the snippets available in my OS X and Windows too.</p>
<p><a href="http://quanta.kdewebdev.org/"><img class="aligncenter size-full wp-image-68" title="quanta-plus" src="http://www.open-source-editor.com/wp-content/uploads/2010/01/quanta-plus.png" alt="" width="509" height="64" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/editors/snippets-in-quanta-plus.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems with Eclipse in Ubuntu 9.10 (Karmic)</title>
		<link>http://www.open-source-editor.com/editors/eclipse/problems-with-eclipse-in-ubuntu-9-10-karmic.html</link>
		<comments>http://www.open-source-editor.com/editors/eclipse/problems-with-eclipse-in-ubuntu-9-10-karmic.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 03:08:41 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[pdt]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=56</guid>
		<description><![CDATA[Since upgrade of Linux I have a lot of problem with Eclipse in Ubuntu 9.10 (Karmic). First of all buttons are not possible to press any more. But I also have an issue with that it is very slow. Other people also seem to have the problem and have posted workarounds, but none of them [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Feclipse%2Fproblems-with-eclipse-in-ubuntu-9-10-karmic.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Feclipse%2Fproblems-with-eclipse-in-ubuntu-9-10-karmic.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Since upgrade of Linux I have a lot of problem with Eclipse in Ubuntu 9.10 (Karmic). First of all buttons are not possible to press any more. But I also have an issue with that it is very slow. Other people also seem to have the problem and have <a href="http://mou.me.uk/2009/10/31/fixing-eclipse-in-ubuntu-9-10-karmic-koala/" target="_blank" class="external">posted workarounds</a>, but none of them has done the trick for me so far.</p>
<p>At work I use <a href="http://quanta.kdewebdev.org/" target="_blank" rel="external">Quanta Plus</a> instead at the moment, and I kind of like it. Would love to have it on OS X and Windows too though. </p>
<div id="attachment_58" class="wp-caption aligncenter" style="width: 410px"><a href="http://www.open-source-editor.com/wp-content/uploads/2009/12/eclipse.jpg"><img src="http://www.open-source-editor.com/wp-content/uploads/2009/12/eclipse.jpg" alt="The button who wouldn&#039;t be pressed" title="eclipse" width="400" height="340" class="size-full wp-image-58" /></a><p class="wp-caption-text">The button who wouldn't be pressed</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/editors/eclipse/problems-with-eclipse-in-ubuntu-9-10-karmic.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

