2009
10.13

No topics found?

Well then thanks for putting the link in the help file, JERKOFFS!

NoTopicFound

2009
10.13

A fine looking popup

Well done, guys. Well done. Very professional looking. And what’s cool is that both links in the popup are identical. Superb!

GreatPopup

2009
10.13

Nice sorting

Just wanted to congratulate the help content creators on the fine job they did with the sort order of this table:

BadlySortedTable

2009
09.22

Try/catch/finally

Hey – Delphi guy – jealous? :-)

JavaTryCatchFinally

2009
08.17

Insanity

This is just quality craftsmanship right here, folks. Top notch. Great environment to work in. Makes me giddy.

CodeShowsThroughFormDesigner

2009
07.15

helpfultips

2009
05.16

This is straight from the “you have got to be f’ing kidding me” book. All I want to do is see if Delphi offers a ternary IF operator like in C or Java, so all I’m trying to do here is find the help for the IF statement. Obviously, I’m asking way too much, as you can see below. (click the image, then click it again on the resulting page to view it full size)

delphiconvolutedhelp

2009
05.04

Wrong line highlighted

After breaking on an exception, the wrong line gets highlighted in the callstack. The line before the line in red is the line that was being called. Ridiculous.

wrong-line-highlighted

2009
05.04

Stupid editor

If you search for a whole word, when the editor finds it, it highlights the entire word just like every other editor on the planet. But then if you start typing, the highlighted text gets UN-HIGHLIGHTED and the new text gets APPENDED, UNLIKE EVERY OTHER EDITOR ON THE PLANET.

2009
05.01

Try except finally

Umm – unless I’m missing something, you can’t have a try with an except AND a finally. It’s either/or. I just don’t get that at all.