Eclipse plugin for Objective-C?

The other answers provide pretty good direct answers. However, my first instinct is to jump to the meta-question: “What is your reason for learning Objective-C?” The reason I’d ask that is because the guidance I’d give depends greatly on your motivations. For example… You have heard that Objective-C is a powerful language and want to … Read more

Generate a keystore for an Android app in the Export Android Application wizard?

You should be able to create a keystore with the dialog, yes. After navigating to the folder you want to use, type a name in the ‘File name:’ field in the file browse window, e.g. sophie.keystore. Then you should be able to proceed. Alternatively, you can create it on the command line as described in … Read more

Is there a way to upgrade eclipse and keep all the installed plugins?

This is the best option I’ve found so far. Dropins directories work, but they’re a pain to maintain, because Eclipse wants to install new plug-ins in the Eclipse directory. I. To transfer your list of update sites: Run your old Eclipse one last time Go to Window->Preferences->Install/Update->Available Software Sites Select all update sites (click on … Read more

EGit and Eclipse modifies .gitignore file but it should not

By default, EGit automatically adds resources marked as “Derived” to .gitignore. A typical example is the bin folder in a Java project containing the compiled classes. You can disable this by going to Window > Preferences > Team > Git > Projects and deselect “Automatically ignore derived resources by adding them to .gitignore”. There was … Read more

Error in Preview of Custom Eclipse refactoring

I found the eclipse.org article the most helpful to get me started. A good place to get started debugging the code is to set breakpoints on org.eclipse.jdt.core.dom.rewrite.ASTRewrite, particularly the rewriteAST() method, then trigger some refactorings. Here are a few you might find useful. Are you looking for anything in particular or a general sense of … Read more

How to use IntelliJ IDEA for Eclipse plugin development?

It should be possible by using Eclipse Tycho. You’ll be using maven and that works perfectly with IntellIj. Tycho is focused on a Maven-centric, manifest-first approach to building Eclipse plug-ins, features, update sites, RCP applications and OSGi bundles. Tycho is a set of Maven plugins and extensions for building Eclipse plugins and OSGi bundles with … Read more

What is the difference between call hierarchy and find references eclipse?

“Find references” shows you all direct callers of the selected method. “Call hierarchy” in contrast shows also the callers of those direct callers, and the callers of those, … and so on. So the output is only identical, if direct callers of your selected method do not have any callers themselfes. Just try both commands … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)