January 19th, 2008
In today’s article I am going to describe a bunch more useful techniques for JFace which might be used in Eclipse Plugin Development as well. It will be:
- How to get the index of selected column in TableViewer
- How to create and use TreeViewer with multiple equal items
Read the rest of this entry »
Tags: Java, eclipse, jface, plugin, rcp, swt
Posted in Java | No Comments »
January 7th, 2008
Today I would like to say few words about Project decorators which are useful for altering the text and/or icon of resources in Package Explorer and Navigator. So don’t hesitate and read the rest of the article
Read the rest of this entry »
Tags: Java, eclipse, plugin, rcp, swt
Posted in Java | No Comments »
December 27th, 2007
Here we go again
In this article I try to shed some light on:
- Dialogs
- Compound document operations
- Markers
Read the rest of this entry »
Tags: Java, eclipse, jface, plugin, rcp, swt
Posted in Java | No Comments »
December 16th, 2007
I have been recently working on a new JetMinds product (details will be disclosed soon) which included developing set of Eclipse plugins containing (but not limited to) custom editors with syntax coloring, editor outline, content assistant and other various tools similar to ones already available in Eclipse’s Java editor.
I have encountered several problems regarding Eclipse complexity, the lack or obscurity of the documentation and examples etc. That’s why I began to wrote this series of articles. This is not striving to be complete guide as I just wanted to pinpoint some concepts and ideas I found interesting.
In this article I try to cover:
- UI (SWT) thread issues
- Getting reference to an active editor
- Some IFile issues
- Opening file in its editor
Read the rest of this entry »
Tags: Java, eclipse, plugin, rcp, swt
Posted in Java | 1 Comment »
May 17th, 2007
I ran into a really disturbing security incident in the new Google Analytics interface today. A friend of mine was making me able to see the stats of upcoming accommodation website www.aboveeurope.com and an error occurred during the operation. What a surprise for me it was when I could see the statistics of totally foreign website in my analytics account afterwards!
Read the rest of this entry »
Posted in Bits and pieces | No Comments »
January 9th, 2007
Installing openSuse 10.2 on Lenovo 3000 n100.
Read the rest of this entry »
Posted in Bits and pieces | 2 Comments »
January 2nd, 2007
Posted in Java | 2 Comments »
December 28th, 2006
Small hack for Windows XP (SP 2) which allows several remote and one local user to work simultaneously.
http://concurrentremotesessions.netfirms.com/
Posted in Bits and pieces | No Comments »