Java and Eclipse Plugin Development

Java, Eclipse Plugin Development and best software development practices

Tuesday, March 14, 2023

Resolving Git conflicts

›
When looking at git  conflict markers it can sometimes be confusing which half of the conflicting section belongs to which branch: <<...
Monday, July 25, 2022

How to remove a wrong commit from the pull request

›
 $ git checkout pull_request_branch  $ git rebase -i HEAD~n //n is the number of commits you would like to see during rebase or you could s...
Monday, July 4, 2022

How to show a progress monitor on eclipse rcp splash screen

›
Create plugin_customization.ini in your product branding plugin with the following property # show progress on startup org.eclipse.ui/SHOW_P...
Thursday, February 11, 2021

Installing features in eclipse from command line

›
We can install eclipse features from the command line also. Here is an example, where I am going to install esp-idf eclipse plugin into my e...
1 comment:
Monday, October 19, 2020

Icon editor for resizing and creating new icons

›
 http://www.xiconeditor.com/ This is a simple icon editor which I'm using these days for resizing and creating new icons for the eclipse...
Wednesday, August 19, 2020

Understanding OSGI Bundle states

›
Eclipse runs on top of the OSGi runtime, which manages the bundles (components) that make up an application. At any time, each bundle has on...
1 comment:
Monday, June 29, 2020

GNU MCU Eclipse Plugins

›
Source code: https://github.com/eclipse-embed-cdt/eclipse-plugins It took some time to find this plugin source code since there are ...
›
Home
View web version

About Me

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