Java and Eclipse Plugin Development

Java, Eclipse Plugin Development and best software development practices

Wednesday, January 25, 2017

Adding filter to tree viewer

›
PatternFilter filter = new PatternFilter(); FilteredTree tree = new FilteredTree( sash , SWT. MULTI | SWT. H_SCROLL | SWT. V_S...
Tuesday, January 10, 2017

Removing unwanted preference pages from eclipse

›
To remove unwanted preferences from your eclipse rcp app, we can do the following. As part of your App MyRCPWorkbenchAdvisor#postS...
Sunday, January 8, 2017

Tip: Eclipse plugins error - prerequisite build errors

›
I've faced this issue many times with eclipse. Even though we have all the plugins and their dependencies defined correctly, still ec...
Thursday, September 15, 2016

How to get your colleague Pull request into your system for testing

›
For my own reference: http://stackoverflow.com/questions/5884784/how-to-pull-remote-branch-from-somebody-elses-repo Example: git r...
Thursday, September 8, 2016

Best Practice: Never ever execute long running operations in the Display.asyncExec() also

›
//The thread which calls this method is suspended until the runnable completes. Display.getDefault().syncExec( new  Runnable() { p...

Best Practice: Always check for Control disposed in Display.asyncExec()

›
Display.getDefault().asyncExec( new Runnable() { public void run() { //Always check for whether the control is ...
Wednesday, September 7, 2016

HttpURLConnection setConnectTimeout issues

›
HttpURLConnection connection = (HttpURLConnection) url .openConnection(); // Give it a 4 seconds delay before deciding that it...
‹
›
Home
View web version

About Me

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