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)

2009
05.04
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.

2009
05.04
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
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.