Have you ever wondered how to:
- Run some code on plugin startup?
- Set text file encoding?
If the answer to any of these questions is yes, be sure to read on!
Have you ever wondered how to:
If the answer to any of these questions is yes, be sure to read on!
XOM parser is a great piece of code. I was missing just one feature – to be able to get position of element in source file (line and column). So I did a quick and dirty hack resulting in two new nu.xom.Element methods: getLineNumber() and getColumnNumber().
Complex systems usually need some kind of asynchronous messaging and caching for better performance. And yes, that’s pretty much what this article is about. Let’s dive into the following issues:
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:
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
Here we go again In this article I try to shed some light on:
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: