active questions tagged eclipse-plugin - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T20:15:04Z http://stackoverflow.com/feeds/tag/eclipse-plugin http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1861668/eclipse-e4-eclipse-3-6-debuging-java-script-with-rhino 1 eclipse E4\eclipse 3.6 debuging java script with rhino special0ne 2009-12-07T17:47:36Z 2009-12-07T19:12:50Z <p>hi, i am interested in the <a href="http://wiki.eclipse.org/E4" rel="nofollow">E4 eclipse project</a> or eclipse 3.6 this platform offers few thinks that i really find interesting, like debugging javaScript with rhino. </p> <p>unfortunately (but expected) i could not find any material about this platform (in case i succeed i would love to share the knowledge) </p> <p>does anybody knows if the they have forum, group where i can ask questions and get answers?</p> <p>thanks</p> http://stackoverflow.com/questions/1851586/does-flexbuilder-3-work-with-eclipse-3-5-1 1 Does FlexBuilder 3 work with Eclipse 3.5.1? Yinan 2009-12-05T08:29:00Z 2009-12-05T13:00:18Z <p>I m trying to install Flex Builder 3 into Eclipse 3.5.1 as a plugin on Mac 10.6.2.</p> <p>During the installation phase, FB3 says it only support eclipse 3.3 &amp; 3.4. But I started the installation anyway. </p> <p>After the installation was done, I can't find Flex perspective from Eclipse. So I google around and found out the possible way to manually add this link file from folder "links" to point to the FB3 Plugin folder. I did that and FB perspective can be shown now. But when I try to switch to FB perspective, error occurs:</p> <p>Problems opening perspective: 'com.adobe.flexbuilder.editors.mxml.ui.perspectives.development'</p> <p>Anyone has done this successfully?</p> http://stackoverflow.com/questions/1671488/eclipse-jquery-javascript-helper-plugin 2 Eclipse jQuery, Javascript helper plugin? cometta 2009-11-04T03:09:11Z 2009-12-04T22:22:08Z <p>Is there such a plugin available for Eclipse? Able to assiste with Javascript programming and click on function to go to function?</p> http://stackoverflow.com/questions/1103199/eclipse-plugin-editor 2 Eclipse plugin editor ido 2009-07-09T11:02:45Z 2009-12-03T21:00:03Z <p>Hi, I want to create an editor in eclipse (as eclipse plug-in), for a java class that implement some interfaces i created. The editor will let the user edit some information (using a form) that will be put into the java class. - very much like in EJB editor. I want java files that implement this interface to open the editor.</p> <ol> <li>How can I replace the values in the class without the need to re-generate it (because the user might have edited some of the source code in the class)?</li> <li>How can I link the editor to open just some java files?</li> </ol> <p>Thank you.</p> http://stackoverflow.com/questions/1836025/best-practice-for-passing-values-from-a-non-ui-thread-to-a-ui-thread-in-an-eclips 1 Best practice for passing values from a non-UI thread to a UI thread in an Eclipse plugin application Jake 2009-12-02T21:43:27Z 2009-12-03T18:05:19Z <p>Is there a best practice/shining example out there of passing values from a non-UI thread to a UI thread in an Eclipse plugin application?</p> http://stackoverflow.com/questions/1836791/easiest-way-to-know-loc-on-eclipse 2 Easiest way to know LOC on Eclipse ciczan 2009-12-03T00:05:50Z 2009-12-03T05:17:53Z <p>I am working on a project using Eclipse 3.4.2, and would like to know how many Non Comment Lines of Code (NCLOC) it has. </p> <p>It is OK to be a simple plugin, but I don't wan too much bloat. My machine is already slow the way it is.</p> http://stackoverflow.com/questions/1831340/what-eclipse-source-code-analyzer-plugins-are-there-for-c-c-projects 1 What Eclipse source code analyzer plugins are there for C/C++ projects? ksuralta 2009-12-02T08:06:07Z 2009-12-02T08:20:37Z <p>Hi,</p> <p>The Metrics plugin I installed (<a href="http://www.stateofflow.com/UpdateSite" rel="nofollow">http://www.stateofflow.com/UpdateSite</a>) seems to work only on Java projects Is there an Eclipse source code analyzer plugin for C/C++ projects?</p> <p>Thanks, Kenneth</p> http://stackoverflow.com/questions/1830554/eclipse-create-multiple-class-at-once 2 Eclipse Create Multiple Class at Once ferronrsmith 2009-12-02T03:54:36Z 2009-12-02T05:32:27Z <p>Eclipse as a option to create a class automatically once a undefined Object is detected</p> <p>e.g.</p> <p>Tester test = new Tester();</p> <p>It will ask if you want to create the Tester class. Does it have an option to create multiple class/batch create the necessary classes? I have have 50 classes to create and this is kinda tedious</p> http://stackoverflow.com/questions/1800634/diff-tool-that-can-compare-sub-sections-of-files 1 Diff tool that can compare sub-sections of files EvilPuppetMaster 2009-11-25T23:20:52Z 2009-12-01T14:07:50Z <p>I'm looking for a diff tool that will allow me to compare just a sub-section of a file with a section of another file, or even of itself. Preferably eclipse based but will take all suggestions.</p> <p>Yes I know I can copy out the two sections into different files and compare those, but that is very tedious when you are trying to do a large amount of refactoring.</p> <p>Basically I'm trying to remove as much duplicated code as possible from a code base that is suffering from a great deal of ctrl-V 'inheritance' ;-) However the pasted parts have evolved apart a little over time.</p> http://stackoverflow.com/questions/1824866/how-can-i-view-the-eclipse-platform-logging 0 How can I view the Eclipse platform logging? ryanmcc 2009-12-01T08:56:44Z 2009-12-01T13:16:53Z <p>I am using the AccuBridge plugin for AccuRev. This plugin uses the acdiffgui tool for carrying out diffs. The acdiffgui tool lives in /usr/bin as a symbolic link:</p> <p><code>acdiffgui -&gt; /opt/accurev/bin/acdiffgui</code></p> <p>This works fine within Eclipse; I can diff two files with no problem. However, the acdiffgui tool is rather limited and I would like to use Meld instead.</p> <p>Because there is no way to configure this from within the plugin itself I updated the symbolic link to point to the meld tool:</p> <p><code>acdiffgui -&gt; /usr/bin/meld</code></p> <p>Now when I try to diff two files nothing happens, not even an error! Therefore, I'd be interested in looking at the Eclipse output to see if there is any indication as to what is going wrong.</p> <p>I've looked at the /.metadata/.log file but no errors appearing. Is this the correct place to look, and if so, is there a way to increase the logging level?</p> <p>Any other suggestions would be greatly appreciated.</p> http://stackoverflow.com/questions/1281814/what-plugins-do-you-use-along-with-eclipse-cdt 5 What plugins do you use along with Eclipse CDT? fnieto 2009-08-15T12:32:03Z 2009-12-01T09:20:20Z <p>Suggest some plugins you find useful in your day by day work.</p> <p>Eclipse CDT repositories:</p> <ul> <li><a href="http://www.eclipse.org/galileo/" rel="nofollow">Galileo</a>: <code>http://download.eclipse.org/releases/galileo</code></li> <li><a href="http://www.eclipse.org/cdt/" rel="nofollow">C++ Development Tools</a>: <code>http://download.eclipse.org/tools/cdt/releases/galileo</code></li> </ul> <p>Plugins: </p> <ul> <li><a href="http://subclipse.tigris.org/" rel="nofollow">Subclipse</a>: <code>http://subclipse.tigris.org/update_1.6.x</code> </li> <li><a href="http://www.eclipse.org/linuxtools/" rel="nofollow">Eclipse Linux Tools</a>: <code>http://download.eclipse.org/technology/linuxtools/update</code></li> <li><a href="http://www.cmakebuilder.com/" rel="nofollow">CMakeBuilder</a>: <code>http://www.cmakebuilder.com/update</code></li> <li><a href="http://www.cthing.com/CMakeEd.asp" rel="nofollow">CMake Etitor</a>: <code>http://cmakeed.sourceforge.net/updates</code></li> <li><a href="http://qt.nokia.com/developer/eclipse-integration" rel="nofollow">Qt Eclipse Integration</a>: <a href="http://qt.nokia.com/developer/eclipse-integration/installation-instructions-for-linux-systems" rel="nofollow"><code>Installation instructions link</code></a></li> </ul> <p><strong><em>Please add one plugin with its eclipse update url for posting.</em></strong></p> http://stackoverflow.com/questions/1362384/tutorials-for-creating-and-deploying-a-simple-java-portlet-in-pluto-2-0 1 Tutorials for creating and deploying a simple java portlet in pluto 2.0 akosch 2009-09-01T13:06:26Z 2009-11-30T14:35:03Z <p>Hi!</p> <p>I'm new to portlets and pluto and would like to start with getting a simple hello world portlet up and running on pluto 2.0, but most of the resources I found for this are for earlier versions of pluto or not specific enough for me since I'm new to this area. The eclipse plugin also does not work for pluto 2.0</p> <p>Please provide links or instructions on how to get started (I already have pluto working...)</p> http://stackoverflow.com/questions/505389/how-do-i-update-an-eclipse-template-variable-on-the-fly 0 How do I update an Eclipse template variable on the fly? Nocturne 2009-02-02T23:13:49Z 2009-11-28T09:00:02Z <p>I've added the following new Eclipse template via extension point. It simply adds a template for a sample <em>testTag</em> tag.</p> <pre><code>&lt;!-- Add code template --&gt; &lt;extension point="org.eclipse.ui.editors.templates"&gt; &lt;template autoinsert="true" contextTypeId="html_tag" description="[Description] Template populated by Snippet values ***" id="org.eclipse.jst.jsf.ui.newHtmltag" name="testTag"&gt; &lt;pattern&gt; &lt;![CDATA[ &lt;testTag style="background: ${color}"&gt;&lt;/testTag&gt; ]]&gt; &lt;/pattern&gt; &lt;/template&gt; &lt;resolver contextTypeId="html_tag" type="src" class="TestTagTemplateVariableResolver"&gt; &lt;/resolver&gt; &lt;/extension&gt; </code></pre> <p>What I'd cannot figure out is how to change the value of the $(color) variable at runtime. More specifically, when the user presses Ctrl+Space (or the equivalent for content-assist) and types in "testTag" and presses Enter -- instead of the "color" placeholder text, I'd like it replaced by some other text value I have in another class. How do I do this?</p> http://stackoverflow.com/questions/1809006/problem-updating-eclipse-ganymede 0 Problem updating Eclipse Ganymede Fermin 2009-11-27T14:10:39Z 2009-11-28T08:55:14Z <p>Hi,</p> <p>I am predominately a .NET developer so forgive me if I am missing something obvious. I use Eclipse Ganymede (3.4.0) for Blackberry development.</p> <p>I have Blackberry JDE Plugin 4.3.0.8 installed and would like to install 4.5.0. I try using Help -> Software Updates to get it but get the following error:</p> <p><strong><em>"Cannot launch the Update UI. This installation has not been configured properly for Software Updates".</em></strong></p> <p>Any ideas on how to fix this? Failing that any ideas how to install 4.5.0 without using the Update facility in eclipse? I have installed the 4.5.0 component back but it has not put it into eclipse, just installed files in c:\Program Files\Research In Motion.</p> <p>I'd rather not do a fresh installation of eclipse!</p> http://stackoverflow.com/questions/122110/is-there-a-way-to-get-jadclipse-working-with-eclipse-3-4 4 Is there a way to get jadclipse working with Eclipse 3.4? Alex Argo 2008-09-23T16:26:47Z 2009-11-28T03:51:15Z <p>I'm a big fan of the Jadclipse plugin and I'd really like to upgrade to Eclipse 3.4 but the plugin currently does not work. Are there any other programs out there that let you use jad to view source of code you navigate to from Eclipse? (Very useful when delving into ambiguous code in stack traces).</p> http://stackoverflow.com/questions/1789013/eclipse-plug-ins-disappeared-after-update 0 Eclipse plug-ins disappeared after update RayZ 2009-11-24T09:45:00Z 2009-11-27T06:22:41Z <p>Have been updated Eclipse PDT using <code>Window-&gt;Check for Updates</code> feature. After restart all trird-party plug-ins seems like switched off.</p> <p>Starting with <code>-clean</code> command line key doesn't helps.</p> <p><code>Eclipse Installation Detals</code> contains information about all my plug-ins correctly.</p> <p><hr></p> <p>Error log: </p> <pre><code>eclipse.buildId=M20090917-0800 java.version=1.6.0_05 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=ru_RU Framework arguments: -product org.eclipse.epp.package.php.product Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.php.product !ENTRY org.eclipse.team.core 4 0 2009-11-24 12:52:00.804 !MESSAGE Could not instantiate provider org.eclipse.team.svn.core.svnnature for project Search. !STACK 1 org.eclipse.team.core.TeamException: Could not instantiate provider org.eclipse.team.svn.core.svnnature for project Search. at org.eclipse.team.core.RepositoryProvider.mapNewProvider(RepositoryProvider.java:165) at org.eclipse.team.core.RepositoryProvider.mapExistingProvider(RepositoryProvider.java:235) at org.eclipse.team.core.RepositoryProvider.getProvider(RepositoryProvider.java:507) at org.eclipse.team.internal.ccvs.ui.CVSLightweightDecorator.isMappedToCVS(CVSLightweightDecorator.java:192) at org.eclipse.team.internal.ccvs.ui.CVSLightweightDecorator.decorate(CVSLightweightDecorator.java:147) at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:263) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:81) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:365) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:347) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(DecorationScheduler.java:371) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:331) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) !SUBENTRY 1 org.eclipse.team.core 4 0 2009-11-24 12:52:00.804 !MESSAGE Could not instantiate provider org.eclipse.team.svn.core.svnnature for project Search. </code></pre> http://stackoverflow.com/questions/1806393/is-there-a-way-to-extract-a-class-with-methods-in-eclipse 6 Is there a way to extract a class with methods in eclipse? John Baker 2009-11-27T01:27:48Z 2009-11-27T05:07:14Z <p>I am trying to refactor a class I have into 2 classes. Unfortunately eclipse's extract class function seems to only support the variables which really isn't all that helpful. Is there a way to do it that extracts the methods or Is there a plugin that does it? Thanks </p> http://stackoverflow.com/questions/1799982/plugin-configuration-in-eclipse 1 Plugin configuration in Eclipse cheez 2009-11-25T21:12:41Z 2009-11-26T17:18:26Z <p>I'm investigating the use of Eclipse as a platform and I am trying to figure out how a plugin provides configuration. For example, say I have a plugin to display a user defined message. Further, I want that user defined message to be configured by the user. What is the standard way for the user to edit this message in the platform? Is there any documentation for this?</p> http://stackoverflow.com/questions/1297176/what-clearcase-eclipse-plugin-to-use-in-order-to-work-on-both-clearcase-6-and-7-p 1 What Clearcase eclipse-plugin to use in order to work on both clearcase 6 and 7 projects? Dexter Ang 2009-08-18T23:46:42Z 2009-11-26T09:02:24Z <p>Using Eclipse 3.5, what clearcase plugin to use in order for me to work on both clearcase 6 and 7 projects? </p> http://stackoverflow.com/questions/1797930/how-to-get-eclipse-to-recognize-preprocessor-statements 2 How to get eclipse to recognize preprocessor statements? Jamie 2009-11-25T16:00:36Z 2009-11-25T17:48:27Z <p>I've managed to get the IDE to compile the java project correctly by modifying the config.ini, but the IDE itself is still showing errors concerning the processor statements:</p> <pre><code>//#ifdef VER_X public class Video extends FirstCanvas { //#else public class Video extends SecondCanvas { //#endif ... </code></pre> <p>Is there a setting or a plug-in that would solve this?</p> <p>EDIT: Maybe a little clarification: I'm looking for something that will make the IDE editor more compliant with the code. It won't let me follow any definitions because of what the editor THINKS are errors.</p> http://stackoverflow.com/questions/1006934/eclipse-javascript-editor-content-assist-for-js-files 4 Eclipse JavaScript Editor: content assist for js files Utaal 2009-06-17T13:15:38Z 2009-11-25T16:51:31Z <p>I'm trying Eclipse (with JavaEE and Web Development plugins) as a JavaEE/GoogleAppEngine IDE. In HTML editor if I put a <code>&lt;script ... src="..." /&gt;</code> in <code>&lt;head&gt;</code> I automatically get content assist for javascript in the referenced file. I was wondering if it was possible to obtain content assist for other javascript files (e.g. jQuery or homebrew js library) inside javascript editor.</p> http://stackoverflow.com/questions/1797211/eclipse-asp-classic-plugin 0 Eclipse – ASP classic plugin Adrian 2009-11-25T14:23:32Z 2009-11-25T14:34:57Z <p>Where can I find an Eclipse plugin for ASP classic?</p> http://stackoverflow.com/questions/1796529/eclipse-within-a-plug-in-how-to-access-another-plug-ins-preference-store 2 Eclipse: Within a plug-in, how to access another plug-ins preference store? Karin 2009-11-25T12:11:36Z 2009-11-25T12:51:59Z <p>I have an Eclipse plug-in with a checkbox in the plug-in's preference page. This checkbox is used for enabling and disabling an editor, which is being launched from this plug-in.</p> <p>However, the problem is, I would also like to be able to enable and disable this 'editor-launch' from another plug-in, by having actions which change the value of the checkbox in the above mentioned preference page.</p> <p>Here's the problem, how do I access that local preference store from another plug-in?</p> <p>I've tried things like..</p> <pre><code>View myView = (View) PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().findView("ViewID"); </code></pre> <p>But this '<code>myView</code>' always seems to be null.. And also, what would I do with the view since it's the Plug-in I want.</p> <pre><code>Platform.getBundle('bundleName')... </code></pre> <p>Same here, want the Plugin, not the bundle corresponding to is.</p> <p>No matter what I try nothing seems to work.<br> Does anyone have any ideas?</p> http://stackoverflow.com/questions/1796371/run-jar-in-eclipse 2 run jar in eclipse Norbi 2009-11-25T11:31:21Z 2009-11-25T11:53:04Z <p>Hi!</p> <p>My problem is that I want to run some jar files in eclipse within a plugin. This jars make analysis on an eclipse project:</p> <pre><code>String run_tool ="cmd.exe /C start java -Xmx400m -cp org-jcolumbus.jar;org-jcolumbus-schema.jar;lib/antlr.jar org.jcolumbus.tool.BuildModel -tasks "+src_dir+" -jsi "+SelProj.getLocation()+"/result/temp/"+SelProj.getName(); Runtime rt2 = Runtime.getRuntime(); Process sp2 = rt2.exec(run_tool); </code></pre> <p>"<code>src_dir</code>" is source dir of the eclipse project</p> <p><code>"SelProj.getLocation()+"/result/temp/"+SelProj.getName()"</code> is a result dir in the selected eclipse project, the results come here.</p> <p>After the jars' running, I want to rename the "temp" folder to other one, but the eclipse renames the "temp" folder before the jars finish the running, so the jars don't work fairly.</p> <p>I try to use the <code>sp2.waitFor()</code> method, but it isn't good. I think the "start" parameter, after <code>cmd.exe /C start</code> in new process, what I can't control.<br> If anybody has some advice, please give me. Thank's. </p> http://stackoverflow.com/questions/1773122/two-eclispse-projects-one-eclipse-plug-in 2 Two Eclispse projects -> One Eclipse Plug-in Krzysiek Goj 2009-11-20T20:41:55Z 2009-11-25T11:13:15Z <h2>Background</h2> <p>I'm a developer of the <a href="http://vrapper.sourceforge.net" rel="nofollow">Vrapper</a> project.</p> <p>Vrapper contains of 2 major parts</p> <ul> <li>Vim-emulation library (vrapper.core)</li> <li>Eclipse part that makes a good use of it</li> </ul> <p>We want vrapper.core to be Eclipse-unaware, so it's reusable outside of the Eclipse. Currently, we can "vrap" all sorts of Eclipse text editors and our little mock text editor that we use for unit testing.</p> <p>vrapper.core implements all sorts of Vim commands, modes, etc. Those all communicate with Platform - an interface that abstracts out underlying stuff (text editor, clipboards, settings system, etc.).</p> <p>When mode is created for an editor it asks platform if there are extra commands that are approperiate for underlying editor, currently edited file type, etc.</p> <p>EclipsePlatform provides those commands using Eclipse extension points mechanism.</p> <p>So, let's consider the following projects (there are more):</p> <ul> <li><i>vrapper.core</i> - Eclipse-independent code for Vrapper</li> <li><i>vrapper.eclipse</i> - Eclipse plug-in that depends on <i>vrapper.core</i></li> <li><i>surround.core</i> - Eclipse-independent code that emulates <i>surround.vim</i> (Vim plug-in)</li> <li><i>surround.eclipse</i> - Eclipse fragment for <i>vrapper.eclipse</i> that makes it provide commands form <i>surround.core</i>.</li> </ul> <p>There are two ways we can deal with those:</p> <h3>One plug-in to rule them all</h3> <p>This is how it should look like from Eclipse's perspective. There is one plug-in that contains code from <i>vrapper.eclipse</i> and <i>vrapper.core</i>, and one fragment that contains code from <i>surround.core</i> and <i>surround.eclipse</i>.</p> <h3>Many plug-ins</h3> <ul> <li>There are 3 plug-ins <ul> <li>two OSGified libraries <i>vrapper.core</i>, <i>surround.core</i></li> <li><i>vrapper.eclipse</i></li> </ul></li> <li><i>surround.eclipse</i> fragment depends on <i>vrapper.core</i> in this case</li> </ul> <h2>Problems</h2> <p>Many plug-ins solution have some issues with lazy class loading that I don't understand. It's beacause when instances of modes from <i>vrapper.core</i> are created they need classes from <i>surround.core</i> to be created (via <i>vrapper.eclipse</i> -> <i>surround.eclipse</i>).</p> <p>This works if you run stuff from Eclipse and select all plug-ins from run configuration, but if one deploys features &amp; plugins and run eclipse normally an exception is thrown because classes from surround.core cannot be found. It's something in the spirit of <em>surround.core asking for extra commands from dependent plug-ins creates <b>implicit circular dependencies</b></em>.</p> <p>What I mean by <i>implicit</i> dependencies is that no core class depends on eclipse-specific classes in compile time.</p> <p>Modes (like vim normal mode) are core classes. They contain commands. There are some commands specific for particular Eclipse editors (like run this JDT-specific refactoring). Those commands implement core interfaces, but their code (obviously) lives in eclipse-specific projects. When mode is created it asks underlying platform for some extra commands - those extra commands are implemented in eclipse plug-ins. This is when lazy class loading in eclipse make everything blow up in runtime - classes for extra commands are referenced by extension points, but they are not yet loaded. Boom, exception.</p> <p>I tried to work this around by using "one plug-in to rule them all" approach. Having just one plug-in seems to be much better solution to me, but I couldn't make it work cleanly.</p> <p>Only thing that succeeded for me was quite an ugly hack.</p> <ul> <li>All <i>.core</i> projects had an Ant task that created .jar file with their classes and dropped it into corresponding <i>*.eclipse</i> project</li> <li><i>*.eclipse</i> projects included that jars and had them enlisted in MANIFEST files.</li> </ul> <p>The problem with this ugly hack approach (besides of it being ugly hack) is that development becomes quite painful. Eclipse code navigation, code coverage and few other things in Eclipse stops working.</p> <h2>Summary</h2> <p>We have <i>eclipse independent library + eclipse specific stuff</i> architecture, but we really need all of this to live in one plug-in (because there are some dependencies in both directions).</p> <p>How do I make code from few projects live into one plug-in/fragment?</p> http://stackoverflow.com/questions/625278/eclipse-toolchain-behavior 1 Eclipse toolchain behavior Paul Steckler 2009-03-09T07:20:10Z 2009-11-25T04:00:16Z <p>I've added a toolchain to a plugin for Eclipse 3.4.1/CDT 5.0.1. Basically, the way it's meant to work is, when I do a full build, we get</p> <pre><code>my_compiler -c foo.c gcc -o foo foo.o </code></pre> <p>And, when I do a build from Project|Build All, that's what I get. If I invoked the build programatically, I get</p> <pre><code>my_compiler -c foo.c gcc -o foo.o </code></pre> <p>That's right, the target of the -o is missing.<br /> I'm using the build method of IProject to perform the build.</p> <p>Why should there be a difference in behavior?</p> <p>-- Paul</p> http://stackoverflow.com/questions/1721118/eclipse-starteam-plugin 1 Eclipse StarTeam plugin? jeff porter 2009-11-12T09:50:15Z 2009-11-25T00:16:38Z <p>Are there any decent plugin's for Eclipse that allow integration with StarTeam?</p> <p>I miss the 'tight' intergration I used to have with CVS/SVN.</p> http://stackoverflow.com/questions/84799/what-is-the-single-best-free-eclipse-plugin-for-a-java-developer 13 What is the single best free Eclipse plugin for a Java developer Bill Michell 2008-09-17T15:58:44Z 2009-11-24T08:00:00Z <p>Some Eclipse plugins are mandated by your environment. The appropriate source code management plugin, for example - and I'm not interested in those.</p> <p>Some provide useful enhancements, but in a specific niche. I'm not interested in those.</p> <p>Some are great, but cost money. I'm not interested in those.</p> <p>Some were really useful on older versions of Eclipse, but are now part of the core build of the latest Eclipse version (3.4 as I write this). I'm not interested in those.</p> <p>I want advice on which plugins every Java SE developer should be installing, one per answer please.</p> http://stackoverflow.com/questions/1784079/add-toolbar-to-section 0 add toolbar to section Ido 2009-11-23T15:59:36Z 2009-11-24T00:13:33Z <p>Hello,</p> <p>I want to add a toolbar to a section in SWT. There is an example i saw in the PDE manifest editor.</p> <p>How can i add this toolbar or buttons? maybe i need to use a different control?</p> <p>Thank you, Ido</p> http://stackoverflow.com/questions/1750997/eclipse-git-checkout-aka-revert 3 Eclipse git checkout (aka, revert) Steve Kuo 2009-11-17T18:58:36Z 2009-11-23T20:34:12Z <p>Is it possible to do the equivalent of <code>git checkout</code> from within Eclipse using the EGit plugin?</p> <p>I have a file that's been modified. I want to discards the changes and revert the file back to what's in the source repository. In Subversion this is called revert. In git the equivalent is checkout.</p> <p>I can't find any menu item under Team that looks like checkout or revert. I'm using EGit 0.6.0.</p>