Java and Eclipse Plugin Development

Java, Eclipse Plugin Development and best software development practices

Wednesday, June 10, 2015

How to rebase your pull request

›
But, why ? Your pull request(PR) might be pretty old and in mean time many people would have changed the same code. So you can't s...
Thursday, May 28, 2015

How to specify to load a eclipse plugin only on 32 bit machine but not on 64 bit machine.

›
It’s simple, specify Eclipse-PlatformFilter flag in MANIFEST.MF file with the required criteria. For example, I wanted to load my plu...
Tuesday, May 26, 2015

DynamicImport-Package in OSGi

›
For my reference: http://wiki.osgi.org/wiki/DynamicImport-Package http://keheliya.blogspot.sg/2013/02/use-of-dynamicimport-package-in-os...
Wednesday, May 13, 2015

Eclipse toolbar and menu bar group action id's

›
ICommonMenuConstants IWorkbenchActionConstants IIDEActionConstants Few examples: "group.new" "group.goto...
Tuesday, May 12, 2015

Hiding certain UI elements from Eclipse RCP

›
We can achieve this by using "o rg.eclipse.ui.activities" extension point. http://blog.vogella.com/2009/07/13/eclipse-activiti...
Tuesday, May 5, 2015

Running multiple commands from single batch file in Windows

›
If your batch file is having multiple commands and those commands are trying to execute or invoke other batch commands something like this...

Listening to project explorer changes

›
If you want to control some actions based on the selection of an element from the project explorer, we can register a post selection chang...
‹
›
Home
View web version

About Me

KK
Learn, share and repeat!
View my complete profile
Powered by Blogger.