Adding VC++ to Eclipse toolchain
I want to write a program to link with binaries already created with VC++. What are the steps to add a toolchain for VC++ in Eclipse? Has anyone tried it successfully? If so, does the debugger still work? ...
I want to write a program to link with binaries already created with VC++. What are the steps to add a toolchain for VC++ in Eclipse? Has anyone tried it successfully? If so, does the debugger still work? ...
I'm trying to add a Library to Eclipse Galileo and it won't work out. Library: gdi32.lib -> In MinGW: libgdi32.a What ever I try, it doesn't work. Can anyone tell me EXACTLY where to enter what, to accomplish this ? Details: I have the function call: wndclassex.hbrBackground = (HBRUSH)GetStockObject(WHITE_BRUSH); ... lead's to err...
I want to use autocomplete for jQuery in Eclipse. The Aptana Plugin is installed: Aptana Web Development Tools Version: 1.5.1.25495-787Y07jbcbrChz-Tq2k383275 Support for jQuery also: Aptana Support for jQuery Version: 1.3.2.00005 JavaScript/WTP is installed: JavaScript Developer Tools Version: 1.1.1.v200906091427-77-FGBCcNBC-BeMcE...
I am moving my Eclipse development to the Mac and as far as development goes, I am completely new to the Mac. I use Eclipse to write code for Android, BlackBerry, straight Java, etc... On the PC, I would install an instance of Eclipse into a separate folder for each platform that I was developing for. This is so that the plugins for ea...
hello all, trying to install groovy plugin in eclipse 3.5, i am using the update site [http://dist.codehaus.org/groovy/distributions/greclipse/snapshot/e3.5/%5D%5B1%5D it does install but when it tries to restart i get an exception. !SESSION Sat Aug 29 15:47:17 PDT 2009 ------------------------------------------ !ENTRY org.eclipse.eq...
I'm a largely self-taught front-end developer only just making the transition into back-end development in order to be able to say yes to more projects. I've found eclipse to be my favourite text editor for javascript and php, but I'm conscious that it (and other IDEs) have a whole load of features which I don't know how to use, or why ...
Has anyone any idea why the resulting exe from a build comes with a console? I've built an EXE and it shows up with the window it should (the right one), and a console window (the left one - obviously). This behaviour is the same for the debug - exe and the release - exe. When I start it from Eclipse the console window does not show...
Hi, I'm trying to install web tools platform for eclipse. But alas I'm getting a big long list of unsatisfied dependencies. I am now running Ganymede, but remember in an older eclipse installation there was an button marked ‘Select Required’ which would basically download and deal with the dependencies automatically. What happened to t...
In Eclipse's "Package Explorer", let's say I have a list of packages like this: com.dog com.cat com.frog If I want to rename the "com" part of the package structure to be "animal", then I could select each package (above) and perform a refactor > rename. If I have many packages that start with "com", that process may take a while. ...
I'm wondering what the best way to work with PHP web pages in Eclipse. For instance, what I normally do is create a project with remote links to the files on the server. This way I can make changes->save them->and instantly see the effects in a browser. However, this method does not allow me to commit the remote files to SVN. I could ...
I want to contribute a command to the context menu of any text editor when text is selected. In "the old days", I would have done this using objectContribution and a nested action with "enablesFor='+'". How does one do this using commands instead of actions? ...
Are there any decent bash plug-ins for Eclipse? My only requirement is syntax highlighting. I've googled about but did not see anything that looked like "the" bash plug-in. ...
Either books (free or not), online tutorials, articles, etc. ...
In eclipse plugin development i could add files in toolbar, menu and popupmenu by using menu contribution. In my project I want to add a set of files in the popupsubmenu, eg : Like the following Project Explorer -> Right Click -> New -> Annotation, Class, Enum .... I want to add my files abc,def and xyz.. under the new menu item ...
Hello everyone, I am trying to install the m2eclipse plugin in Eclipse 3.5 on Ubuntu 9.04 Jaunty via the update manager and can't figure out this problem. After I downloaded and installed the plugin, I restarted Eclipse and checked the Preferences - no Maven there. I double checked the configuration. I can see the m2e plugins I install...
Hi all, I've been using Zend Studio for Eclipse for about a year, and our SVN repository has gone through a number of different relocations (IP changes, etc.), but I'm never able to correctly move the repository on Zend Studio. What is the standard procedure that you usually follow for such an event? I assumed I could just go to the ...
How do I expand code templates in Eclipse when using the emacs keybindings? Is there a hotkey for turning selected code into a template? ...
I have some groovy files in Eclipse and my project has the Groovy nature. I don't use the GroovyBuilder (I don't think you need to now. there were problems in the past when java files referenced groovy and vice versa). Sometimes when I run my project I get a "Stubbed Method" error and I need to do a project clean for the groovy files to ...
I currently have a Table [org.eclipse.swt.widgets.Table] with several TableColumns; however, due to UI space restrictions I have a bit of an issue. Lets say for example I had a table column named "Target User" and this couldn't be named anything else AND the whole display "Target User" had to be displayed. Now lets say I also have sev...
When I start up Eclipse, ready to rock, I have to sit there and wait for like 5 or 6 minutes until Eclipse get its sh*t together, "Refreshing workspace... (13%)" it states in the status bar while Eclipse is completely frozen. Is there any way to turn this off or at least speed this "refreshing" up? UPDATE: It turns out that the soluti...