<?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: Eclipse e4 New look and feel &#8211; A round the tab world</title>
	<atom:link href="http://www.vogella.de/blog/2010/03/10/eclipse-e4-new-look-and-feel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vogella.de/blog/2010/03/10/eclipse-e4-new-look-and-feel/</link>
	<description>Tips around Eclipse and Android programming</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:32:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Remy Chi Jian Suen</title>
		<link>http://www.vogella.de/blog/2010/03/10/eclipse-e4-new-look-and-feel/comment-page-1/#comment-1503</link>
		<dc:creator>Remy Chi Jian Suen</dc:creator>
		<pubDate>Mon, 15 Mar 2010 12:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=2135#comment-1503</guid>
		<description>Miles, please review the discussion that was had on e4-dev and respond on the list with more details if you believe your solution can work.

http://dev.eclipse.org/mhonarc/lists/e4-dev/msg02606.html</description>
		<content:encoded><![CDATA[<p>Miles, please review the discussion that was had on e4-dev and respond on the list with more details if you believe your solution can work.</p>
<p><a href="http://dev.eclipse.org/mhonarc/lists/e4-dev/msg02606.html" rel="nofollow">http://dev.eclipse.org/mhonarc/lists/e4-dev/msg02606.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miles Parker</title>
		<link>http://www.vogella.de/blog/2010/03/10/eclipse-e4-new-look-and-feel/comment-page-1/#comment-1487</link>
		<dc:creator>Miles Parker</dc:creator>
		<pubDate>Fri, 12 Mar 2010 23:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=2135#comment-1487</guid>
		<description>Hi Remy,

Assuming that all of the elements have some kind of unique for container ID (they would pretty much have to), then you could simply do an id reference path, like so (just an example as I don&#039;t have the actual XMI)  myreference=&quot;//@views[ID=&#039;view2&#039;]/@root/@menu[ID=&#039;createMenu&#039;]&quot;. Let me know if I can provide more details about the (probably imperfect) implementation in AMP.

The really not so great thing about UUIDs beyond readability is that if anything happens to muck up the references suddenly you have no way at all of reconstructing the structure.

The really nice thing about using paths is that you can understand structure even if oyu only have a text editor.

cheers,

Miles</description>
		<content:encoded><![CDATA[<p>Hi Remy,</p>
<p>Assuming that all of the elements have some kind of unique for container ID (they would pretty much have to), then you could simply do an id reference path, like so (just an example as I don&#8217;t have the actual XMI)  myreference=&#8221;//@views[ID='view2']/@root/@menu[ID='createMenu']&#8220;. Let me know if I can provide more details about the (probably imperfect) implementation in AMP.</p>
<p>The really not so great thing about UUIDs beyond readability is that if anything happens to muck up the references suddenly you have no way at all of reconstructing the structure.</p>
<p>The really nice thing about using paths is that you can understand structure even if oyu only have a text editor.</p>
<p>cheers,</p>
<p>Miles</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://www.vogella.de/blog/2010/03/10/eclipse-e4-new-look-and-feel/comment-page-1/#comment-1460</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Thu, 11 Mar 2010 21:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=2135#comment-1460</guid>
		<description>Agreed on the look of it - looks a little bubbly for the usual eclipse apps which are known for looking trim and effective.

If anything UI&#039;s are getting even more minimal these days as we&#039;re bombarded by way too much data and apps open at one time.  I&#039;m thinking Chromes ultra-sleek/tiny look especially is a sign of the times.

When I think of Apps that use every last little bit of space I think of trading platforms.  Take a look at screenshots of ThinkorSwim for example.  Large rounded corners are a major nono and if anything, falling to the wayside as a Web 2.0 relic.</description>
		<content:encoded><![CDATA[<p>Agreed on the look of it &#8211; looks a little bubbly for the usual eclipse apps which are known for looking trim and effective.</p>
<p>If anything UI&#8217;s are getting even more minimal these days as we&#8217;re bombarded by way too much data and apps open at one time.  I&#8217;m thinking Chromes ultra-sleek/tiny look especially is a sign of the times.</p>
<p>When I think of Apps that use every last little bit of space I think of trading platforms.  Take a look at screenshots of ThinkorSwim for example.  Large rounded corners are a major nono and if anything, falling to the wayside as a Web 2.0 relic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remy Chi Jian Suen</title>
		<link>http://www.vogella.de/blog/2010/03/10/eclipse-e4-new-look-and-feel/comment-page-1/#comment-1457</link>
		<dc:creator>Remy Chi Jian Suen</dc:creator>
		<pubDate>Thu, 11 Mar 2010 14:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=2135#comment-1457</guid>
		<description>Miles: The xmi ids needs to at least be unique within the EMF resource. This is in place for the purpose of merging models. Currently I just invoke EcoreUtil.generateUUID() and take the string from that. I welcome alternate implementations of generating an identifier that is more sane.</description>
		<content:encoded><![CDATA[<p>Miles: The xmi ids needs to at least be unique within the EMF resource. This is in place for the purpose of merging models. Currently I just invoke EcoreUtil.generateUUID() and take the string from that. I welcome alternate implementations of generating an identifier that is more sane.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Schindl</title>
		<link>http://www.vogella.de/blog/2010/03/10/eclipse-e4-new-look-and-feel/comment-page-1/#comment-1456</link>
		<dc:creator>Tom Schindl</dc:creator>
		<pubDate>Thu, 11 Mar 2010 11:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=2135#comment-1456</guid>
		<description>I&#039;ve just send a IMHO improved ID-Proposal to e4-dev. My proposal is to at least prefix the ID with the element type.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just send a IMHO improved ID-Proposal to e4-dev. My proposal is to at least prefix the ID with the element type.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Vogel</title>
		<link>http://www.vogella.de/blog/2010/03/10/eclipse-e4-new-look-and-feel/comment-page-1/#comment-1448</link>
		<dc:creator>Lars Vogel</dc:creator>
		<pubDate>Thu, 11 Mar 2010 02:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=2135#comment-1448</guid>
		<description>@Min and @Mario: you can decide to use the round corner via the described setting. This will be most likely be ported to CSS.</description>
		<content:encoded><![CDATA[<p>@Min and @Mario: you can decide to use the round corner via the described setting. This will be most likely be ported to CSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miles Parker</title>
		<link>http://www.vogella.de/blog/2010/03/10/eclipse-e4-new-look-and-feel/comment-page-1/#comment-1446</link>
		<dc:creator>Miles Parker</dc:creator>
		<pubDate>Thu, 11 Mar 2010 02:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=2135#comment-1446</guid>
		<description>I like the idea of the rounded corners..it looks much better in this example:

http://tomsondev.bestsolution.at/2010/03/10/e4-workbench-model-tooling/

Of course it has to be selectable, but the current Eclipse L&amp;F is way too busy looking for a lot of usages. Sure, we&#039;re programmers so we like to fit as much stuff in as tiny a space as possible. But remember that not all app users are enterprise users -- I&#039;d love to be able to put out an app that looks cleaner and I&#039;d be willing to sacrifice some white space to get it. And btw, its not all zero sum -- note in the example above that the forms are actually much tighter than the default Eclipse forms. If you add a bit of space in some areas you can pack more detailed information down and people will still feel less overload.

re: the XMI IDs and global uniqueness. Really? Why do they *have* to be this way? I think there has to be a really good reason to use GUIDs. Isn&#039;t there some sort of namespace that would work here?</description>
		<content:encoded><![CDATA[<p>I like the idea of the rounded corners..it looks much better in this example:</p>
<p><a href="http://tomsondev.bestsolution.at/2010/03/10/e4-workbench-model-tooling/" rel="nofollow">http://tomsondev.bestsolution.at/2010/03/10/e4-workbench-model-tooling/</a></p>
<p>Of course it has to be selectable, but the current Eclipse L&amp;F is way too busy looking for a lot of usages. Sure, we&#8217;re programmers so we like to fit as much stuff in as tiny a space as possible. But remember that not all app users are enterprise users &#8212; I&#8217;d love to be able to put out an app that looks cleaner and I&#8217;d be willing to sacrifice some white space to get it. And btw, its not all zero sum &#8212; note in the example above that the forms are actually much tighter than the default Eclipse forms. If you add a bit of space in some areas you can pack more detailed information down and people will still feel less overload.</p>
<p>re: the XMI IDs and global uniqueness. Really? Why do they *have* to be this way? I think there has to be a really good reason to use GUIDs. Isn&#8217;t there some sort of namespace that would work here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Gutsche</title>
		<link>http://www.vogella.de/blog/2010/03/10/eclipse-e4-new-look-and-feel/comment-page-1/#comment-1444</link>
		<dc:creator>Mario Gutsche</dc:creator>
		<pubDate>Wed, 10 Mar 2010 21:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=2135#comment-1444</guid>
		<description>Hi Lars,
thanks for the info, i hope everything will be 100% css-styleable, because these childish rounded corners look 0% Enterprise-Platform compatible.
I hear my boss calling his .Net consultants if he would see this :-(</description>
		<content:encoded><![CDATA[<p>Hi Lars,<br />
thanks for the info, i hope everything will be 100% css-styleable, because these childish rounded corners look 0% Enterprise-Platform compatible.<br />
I hear my boss calling his .Net consultants if he would see this <img src='http://www.vogella.de/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remy Chi Jian Suen</title>
		<link>http://www.vogella.de/blog/2010/03/10/eclipse-e4-new-look-and-feel/comment-page-1/#comment-1440</link>
		<dc:creator>Remy Chi Jian Suen</dc:creator>
		<pubDate>Wed, 10 Mar 2010 14:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=2135#comment-1440</guid>
		<description>The xmi ids need to be globally unique and they are generated. You are however welcome to modify the regular ids as you please.</description>
		<content:encoded><![CDATA[<p>The xmi ids need to be globally unique and they are generated. You are however welcome to modify the regular ids as you please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörg</title>
		<link>http://www.vogella.de/blog/2010/03/10/eclipse-e4-new-look-and-feel/comment-page-1/#comment-1436</link>
		<dc:creator>Jörg</dc:creator>
		<pubDate>Wed, 10 Mar 2010 12:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=2135#comment-1436</guid>
		<description>Lars, thanks for finding out and sharing!

These xmi id&#039;s look horrible, though.   ;-)</description>
		<content:encoded><![CDATA[<p>Lars, thanks for finding out and sharing!</p>
<p>These xmi id&#8217;s look horrible, though.   <img src='http://www.vogella.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

