Is the Open Source Jalopy Eclipse plugin compatible with Ganymede? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T19:54:43Z http://stackoverflow.com/feeds/question/224072 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/224072/is-the-open-source-jalopy-eclipse-plugin-compatible-with-ganymede 0 Is the Open Source Jalopy Eclipse plugin compatible with Ganymede? tunaranch 2008-10-22T00:35:57Z 2009-09-17T06:31:25Z <p>After much searching, I found the download for the <a href="http://sourceforge.net/project/showfiles.php?group_id=45216" rel="nofollow">eclipse version of jalopy</a>. Is this compatible with Eclipse 3.4? It's dated 2006.</p> <p>I've copied the extracted folder to my plugins directory and run <code>eclipse -clean</code>, but I can't find anything matching 'jalopy' in preferences.</p> <p>If it's not compatible, are there any (free) alternatives?</p> http://stackoverflow.com/questions/224072/is-the-open-source-jalopy-eclipse-plugin-compatible-with-ganymede/224117#224117 -1 Answer by anjanb for Is the Open Source Jalopy Eclipse plugin compatible with Ganymede? anjanb 2008-10-22T00:55:23Z 2008-10-22T00:55:23Z <p>i'm told that open source version of jalopy is not for commercial use.</p> <p>eclipse itself has good source code formatting capabilities. Go to java | preferences/settings. type format and you should see the various options.</p> http://stackoverflow.com/questions/224072/is-the-open-source-jalopy-eclipse-plugin-compatible-with-ganymede/241842#241842 0 Answer by tunaranch for Is the Open Source Jalopy Eclipse plugin compatible with Ganymede? tunaranch 2008-10-28T00:31:28Z 2008-10-28T07:31:47Z <p>The answer is 'yes'. Preferences are in <code>Window &gt; Jalopy Preferences</code>, and it's run from the right click context menu. Seems a little buggy, though.</p> http://stackoverflow.com/questions/224072/is-the-open-source-jalopy-eclipse-plugin-compatible-with-ganymede/1437039#1437039 0 Answer by VonC for Is the Open Source Jalopy Eclipse plugin compatible with Ganymede? VonC 2009-09-17T06:31:25Z 2009-09-17T06:31:25Z <p>Just an update:</p> <p>Note: the latest eclipse3.5 Galileo <a href="http://help.eclipse.org/galileo/topic/org.eclipse.jdt.doc.user/tasks/tasks-230.htm" rel="nofollow">code formatter</a> now:</p> <ul> <li>supports most of Jalopy formatting option.</li> <li>has made quite a few improvement on formatters (look for the term 'formatter' in those <a href="http://giano.com.dist.unige.it/eclipseMirror/eclipse/downloads/drops/S-3.5.1RC4-200909111628/buildnotes/buildnotes%5Fjdt-core.html" rel="nofollow">building notes of jdt-core</a>.</li> </ul> <p>It also can be run from the <a href="http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.jdt.doc.user/tasks/tasks-230.htm" rel="nofollow">command-line if needed</a>.</p> <p>For a specific formatting option which would not be correctly managed by eclipse, you can define a <a href="http://help.eclipse.org/galileo/topic/org.eclipse.jdt.doc.isv/reference/extension-points/org%5Feclipse%5Fjdt%5Fcore%5FcodeFormatter.html?resultof=%22%66%6f%72%6d%61%74%74%65%72%22%20%22%66%6f%72%6d%61%74%74%22%20" rel="nofollow"><code>codeFormatter</code> extension point</a>. More practical details in this <a href="http://stackoverflow.com/questions/975980/how-can-i-use-the-eclipse-indenter-from-my-code">SO question</a>.</p>