<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Anjuta 2.4</title>
	<atom:link href="http://blogs.gnome.org/johannes/2008/03/15/anjuta-24/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/johannes/2008/03/15/anjuta-24/</link>
	<description>Blog of Johannes Schmid</description>
	<lastBuildDate>Sun, 05 Feb 2012 00:22:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Naba Kumar</title>
		<link>http://blogs.gnome.org/johannes/2008/03/15/anjuta-24/comment-page-1/#comment-421</link>
		<dc:creator>Naba Kumar</dc:creator>
		<pubDate>Thu, 20 Mar 2008 22:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johannes/2008/03/15/anjuta-24/#comment-421</guid>
		<description>Hi Johannes, Very nice write up. Thanks and you rock :)</description>
		<content:encoded><![CDATA[<p>Hi Johannes, Very nice write up. Thanks and you rock <img src='http://blogs.gnome.org/johannes/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://blogs.gnome.org/johannes/2008/03/15/anjuta-24/comment-page-1/#comment-420</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Tue, 18 Mar 2008 16:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johannes/2008/03/15/anjuta-24/#comment-420</guid>
		<description>It&#039;d be cool to see Anjuta also have optional support for the ZeroBUGS debugger (http://www.zero-bugs.com/) along side GDB.</description>
		<content:encoded><![CDATA[<p>It&#8217;d be cool to see Anjuta also have optional support for the ZeroBUGS debugger (<a href="http://www.zero-bugs.com/" rel="nofollow">http://www.zero-bugs.com/</a>) along side GDB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jhs</title>
		<link>http://blogs.gnome.org/johannes/2008/03/15/anjuta-24/comment-page-1/#comment-418</link>
		<dc:creator>jhs</dc:creator>
		<pubDate>Sun, 16 Mar 2008 17:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johannes/2008/03/15/anjuta-24/#comment-418</guid>
		<description>@rainouts: What would you propose instead of gthe close button? There is no other way to hide the search bar (which is no toolbar in the technical sense).</description>
		<content:encoded><![CDATA[<p>@rainouts: What would you propose instead of gthe close button? There is no other way to hide the search bar (which is no toolbar in the technical sense).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reinouts</title>
		<link>http://blogs.gnome.org/johannes/2008/03/15/anjuta-24/comment-page-1/#comment-417</link>
		<dc:creator>reinouts</dc:creator>
		<pubDate>Sun, 16 Mar 2008 17:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johannes/2008/03/15/anjuta-24/#comment-417</guid>
		<description>Arggh! Close buttons do NOT belong on toolbars, whether the Mozilla guys do it or not. We just got this fixed in Yelp, now Anjuta comes along with this nonsense. :(</description>
		<content:encoded><![CDATA[<p>Arggh! Close buttons do NOT belong on toolbars, whether the Mozilla guys do it or not. We just got this fixed in Yelp, now Anjuta comes along with this nonsense. <img src='http://blogs.gnome.org/johannes/wp-content/mu-plugins/tango-smilies/tango/face-sad.png' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel de Icaza</title>
		<link>http://blogs.gnome.org/johannes/2008/03/15/anjuta-24/comment-page-1/#comment-416</link>
		<dc:creator>Miguel de Icaza</dc:creator>
		<pubDate>Sat, 15 Mar 2008 18:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johannes/2008/03/15/anjuta-24/#comment-416</guid>
		<description>Update: as it turns out, for some reason we never used the unmanaged Gdl, someone ported that code to C# from the start.   Michael Hutchinson provided some of the feedback.

Over the years there were a few issues with this port, I quote Michael:


&quot;1. It was GPL, because it was forked before GDL was relicensed; 2. there were some issues related to crashing with certain styles due to the way it used the style object; 3. it wasn&#039;t easily possible to implement autohide; 4.  and because the pads were grouped using a GTK notebook, there was a border that we were unable to remove, and we wanted to reduce dead space in the layout.   So there were a whole bunch of reasons, basically&quot;

As to why we ported Gdl initially, it is going to be hard to track that down as Todd who seems to be the author has long left the project.

Miguel</description>
		<content:encoded><![CDATA[<p>Update: as it turns out, for some reason we never used the unmanaged Gdl, someone ported that code to C# from the start.   Michael Hutchinson provided some of the feedback.</p>
<p>Over the years there were a few issues with this port, I quote Michael:</p>
<p>&#8220;1. It was GPL, because it was forked before GDL was relicensed; 2. there were some issues related to crashing with certain styles due to the way it used the style object; 3. it wasn&#8217;t easily possible to implement autohide; 4.  and because the pads were grouped using a GTK notebook, there was a border that we were unable to remove, and we wanted to reduce dead space in the layout.   So there were a whole bunch of reasons, basically&#8221;</p>
<p>As to why we ported Gdl initially, it is going to be hard to track that down as Todd who seems to be the author has long left the project.</p>
<p>Miguel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel de Icaza</title>
		<link>http://blogs.gnome.org/johannes/2008/03/15/anjuta-24/comment-page-1/#comment-415</link>
		<dc:creator>Miguel de Icaza</dc:creator>
		<pubDate>Sat, 15 Mar 2008 18:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johannes/2008/03/15/anjuta-24/#comment-415</guid>
		<description>Hello,

Correct, we did rewrite a number of libraries that used to be written in C in C# because it gave us more agility and allowed us to quickly fix bugs, fine-tune the IDE and get the desired user experience that we were looking for.

Miguel.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Correct, we did rewrite a number of libraries that used to be written in C in C# because it gave us more agility and allowed us to quickly fix bugs, fine-tune the IDE and get the desired user experience that we were looking for.</p>
<p>Miguel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jhs</title>
		<link>http://blogs.gnome.org/johannes/2008/03/15/anjuta-24/comment-page-1/#comment-414</link>
		<dc:creator>jhs</dc:creator>
		<pubDate>Sat, 15 Mar 2008 17:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johannes/2008/03/15/anjuta-24/#comment-414</guid>
		<description>@Rui:
It&#039;s not the problem of the language. They could have used gdl (written in C) in MonoDevelop but for some reason they decided to rewrite the whole library in C#.</description>
		<content:encoded><![CDATA[<p>@Rui:<br />
It&#8217;s not the problem of the language. They could have used gdl (written in C) in MonoDevelop but for some reason they decided to rewrite the whole library in C#.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui</title>
		<link>http://blogs.gnome.org/johannes/2008/03/15/anjuta-24/comment-page-1/#comment-413</link>
		<dc:creator>Rui</dc:creator>
		<pubDate>Sat, 15 Mar 2008 16:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johannes/2008/03/15/anjuta-24/#comment-413</guid>
		<description>[hit the Submit button too soon]

Obviously you&#039;d have to load the python runtime onto the C app. I think that would still leave out the use of a C# widget on a python app... This balkanisation surely isn&#039;t good :-(</description>
		<content:encoded><![CDATA[<p>[hit the Submit button too soon]</p>
<p>Obviously you&#8217;d have to load the python runtime onto the C app. I think that would still leave out the use of a C# widget on a python app&#8230; This balkanisation surely isn&#8217;t good <img src='http://blogs.gnome.org/johannes/wp-content/mu-plugins/tango-smilies/tango/face-sad.png' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui</title>
		<link>http://blogs.gnome.org/johannes/2008/03/15/anjuta-24/comment-page-1/#comment-412</link>
		<dc:creator>Rui</dc:creator>
		<pubDate>Sat, 15 Mar 2008 16:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johannes/2008/03/15/anjuta-24/#comment-412</guid>
		<description>&gt; (which would actually share a lot of code with anjuta in case they hadn’t rewritten all the libraries in C#)

Can the gobject introspection work help with this? I mean, woulnd&#039;t it enable us to use a widget written in python inside a C app?</description>
		<content:encoded><![CDATA[<p>&gt; (which would actually share a lot of code with anjuta in case they hadn’t rewritten all the libraries in C#)</p>
<p>Can the gobject introspection work help with this? I mean, woulnd&#8217;t it enable us to use a widget written in python inside a C app?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel de Icaza</title>
		<link>http://blogs.gnome.org/johannes/2008/03/15/anjuta-24/comment-page-1/#comment-411</link>
		<dc:creator>Miguel de Icaza</dc:creator>
		<pubDate>Sat, 15 Mar 2008 16:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johannes/2008/03/15/anjuta-24/#comment-411</guid>
		<description>Fantastic update on Anjuta!

I wish people blogged more frequently about it, as it does not get all the exposure that it deserves.

Miguel.</description>
		<content:encoded><![CDATA[<p>Fantastic update on Anjuta!</p>
<p>I wish people blogged more frequently about it, as it does not get all the exposure that it deserves.</p>
<p>Miguel.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/johannes/2008/03/15/anjuta-24/feed/ ) in 1.22886 seconds, on Feb 10th, 2012 at 5:51 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 10th, 2012 at 6:51 pm UTC -->
