the corner office : tech blog

a tech blog, by Colin Pretorius

2007.08.04 ECF links

{2007.08.04 23:37}

2007.08.01 Links

{2007.08.01 22:06}

2007.07.28 Linux links

{2007.07.28 10:29}

2007.07.25 Eclipse links

Getting started with Eclipse plug-ins: contributing to Eclipse. Eclipse is the first chunk of open source software (apart from Apache Axis last year) that I've made any real effort to look at under the hood, and unlike Apache Axis, is actually appealingly clean. It would be a fun exercise to track a few doable bugs and try to suss them out, and if not actually do something to fix them, at least see if I understand how other people fixed them.

{2007.07.26 00:11}

2007.07.23 Eclipse links

  • Virtual Tables and Trees (Eclipse Corner Article)
  • Understanding Layouts in SWT (Eclipse Corner Article)
  • [news.eclipse.platform.swt] What happened to the scroll bars?. Another mention of the fact that if you place a table within a layout using SWT, then the table's scrollbars could disappear. This happens with both RowLayout and GridLayout. Turns out that you need to specify a RowData or GridData object which explicitly constrains the size of the control, forcing the scrollbars to display. Why doesn't SWT just *know* that the control isn't fitting into the window? I'm not sure... since RowData requires you to set a specific size which isn't practical, you're pretty much stuck with creating a GridData object. This kind of thing works: table.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true)) (see for eg. [news.eclipse.platform.swt] Re: Table Scrolling)
  • Eclipse BugDay FAQ
  • Eclipse Communication Framework Project Home Quote: "ECF is a framework for supporting the development of distributed Eclipse-based tools and applications. It can be used to create other plugins, tools, or full Eclipse RCP applications that require asynchronous point-to-point or publish-and-subscribe messaging."

{2007.07.24 00:24}

Some devworks articles

Some links to revisit on a rainy afternoon...

{2007.07.22 14:37}

Gentoo politics

I don't use it anymore, but I'll always have a soft spot for Gentoo. Not without its issues at the moment.

{2007.07.20 23:50}

2007.07.16 Eclipse links

{2007.07.16 22:07}

Eclipse icons

Want to re-use Eclipse icons in my own projects. Extensions need a reference to the icons, to use them. I still have some unanswered questions, but gathered these links thus far.

{2007.07.13 23:21}

Start

Now that I have a link blog, I look about me and see that presently, I have nothing worth linking to.

{2007.07.12 23:16}

Newer »