<?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: How to distinguish generated code from non-generated code</title>
	<atom:link href="http://www.peterfriese.de/how-to-distinguish-generated-code-from-non-generated-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peterfriese.de/how-to-distinguish-generated-code-from-non-generated-code/</link>
	<description>Xtext, DSLs, Eclipse, iPhone</description>
	<lastBuildDate>Fri, 09 Jul 2010 06:39:02 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 11:60 p.m. &#187; Blog Archive &#187; Generation Gap Pattern</title>
		<link>http://www.peterfriese.de/how-to-distinguish-generated-code-from-non-generated-code/comment-page-1/#comment-2947</link>
		<dc:creator>11:60 p.m. &#187; Blog Archive &#187; Generation Gap Pattern</dc:creator>
		<pubDate>Thu, 23 Apr 2009 19:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfriese.de/how-to-distinguish-generated-code-from-non-generated-code/#comment-2947</guid>
		<description>[...] Peter describes a directory layout many Xtext users are familiar with. Generated artefacts go into a folder src-gen whereas manually written classes will be stored in a folder src-once. Each time you run the generator the content of folder src-gen will be purged and generated again whereas the the content of src-once will remain untouched. Figure 3: Generate Once collects one-time generated artefacts for future editing [...]</description>
		<content:encoded><![CDATA[<p>[...] Peter describes a directory layout many Xtext users are familiar with. Generated artefacts go into a folder src-gen whereas manually written classes will be stored in a folder src-once. Each time you run the generator the content of folder src-gen will be purged and generated again whereas the the content of src-once will remain untouched. Figure 3: Generate Once collects one-time generated artefacts for future editing [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ekke</title>
		<link>http://www.peterfriese.de/how-to-distinguish-generated-code-from-non-generated-code/comment-page-1/#comment-2103</link>
		<dc:creator>ekke</dc:creator>
		<pubDate>Sat, 28 Jun 2008 11:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfriese.de/how-to-distinguish-generated-code-from-non-generated-code/#comment-2103</guid>
		<description>hi peter,

I&#039;m using all variants in my projects:
a) separating generated and not-generated code
b) using protected areas (please dont tell markus voelter ;-)
c) AOP to add manual written code

I see two problems with your solutions:
the eclipse color decorators can conflict with Mylyn, where I also have normal / bold / greyed code

MINT only decorates the structured viewers (like outline) as I understand from website -
really interesting would be to use different colors in java editor

ekke</description>
		<content:encoded><![CDATA[<p>hi peter,</p>
<p>I&#8217;m using all variants in my projects:<br />
a) separating generated and not-generated code<br />
b) using protected areas (please dont tell markus voelter <img src='http://www.peterfriese.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
c) AOP to add manual written code</p>
<p>I see two problems with your solutions:<br />
the eclipse color decorators can conflict with Mylyn, where I also have normal / bold / greyed code</p>
<p>MINT only decorates the structured viewers (like outline) as I understand from website -<br />
really interesting would be to use different colors in java editor</p>
<p>ekke</p>
]]></content:encoded>
	</item>
</channel>
</rss>
