<< 25 March 2008 | Home | 27 March 2008 >>

TwitNotes - example of multiple submit area providers

As mentioned in the documentation TwitNotes is extensible using extension points. One of the extensions make it possible to contribute so called submit area providers that is functionality that can submit information. The supplied Twitter submit area provider is one example but if you add another the UI is simply augmented with a tabbed folder as shown below where there's two providers present.

Dependencies between OSGi Bundles

This article and some valuable IM'ing with Bob Balfe helped me solve my bundle dependency issues. Thanks again Bob.

Getting Started with OSGi: Dependencies between Bundles @ Eclipsezone.com

TwitNotes v. 1.0.1 available

TwitNotes v. 1.0.1 is now available from the update site. This release solves the following issues:

  • Text not wrapping on Windows XP (solved using custom PaintListener). An unfortunate side effect is that long posts with long words are being truncated - I'm working on a solution to this.
  • Image disappearing when selecting a row (solved by widening the image column as described here)
  • XML entities not being correctly unescaped that is posts show &amp; etc. (solved using Apache Commons Lang StringEscapeUtils.unescapeXml(String))
To update go to File/Application/Install and select "Search for updates of the currently installed features" and follow the directions on screen (almost like installing in the first place).

Comments welcome to this post.

TwitNotes - Installing on Mac

Vowe posted on how to install TwitNotes on Mac. Thanks.

TwitNotes - video on how to install

Hat off to Vaughan Rivett for posting a comprehensive video on how to install TwitNotes incl. editing the plugin_customization.ini file for those having that need.