What I'd Like to See in Delphi
- From: "John Jacobson" <jake@j[nospam]snewsreader.com>
- Date: Wed, 21 May 2008 07:42:29 -0600
I've mentioned this before, but I think this bears repeating, given that
Delphi probably has been given new legs by the buyout. Here is what I'd love
to see in Delphi, but have never seen it:
1) Backward compatibility between brand new IDEs and old versions of the
VCL. I've often had to work on projects that are in D7 or D5, and could not
be upgraded to a newer version of the VCL, but wanted to use the latest IDE
so I could get things like refactoring, etc.
2) Built-in profiler, that shows line by line timings right in the IDE
editor (like TurboPower's SleuthQA 3 used to).
3) Cross-platform compiles, for Win32, Linux, the Mac, Solaris, etc.
4) VCL updated to include:
a) Regular Expressions functions
b) XML parsing/serialization
c) threadsafe properties for GUI components (see the signals and slots
mechanism in Qt for an example of how to do this right)
d) automatic hotkeys in captions
e) PAR, PAR2, RAR, ZIP attachment decoding/recombining
f) HTML browser (like pBear's stuff)
g) skinning
h) Flash player
i) inter-process TAction descendent (you should be able to set an
TAction's property in one program and have it updated in another)
5) Ability to mix (fully compliant) C++ and Delphi files promiscuously in
the same project, with the compiler doing any housekeeping needed to let C++
see Delphi classes transparently and vice versa.
6) Method-parameter-aware run-time error logging. In other words, something
like EurekaLog, but able to do a dump of the actual parameter values passed
into a method when it crashed.
.
- Follow-Ups:
- Re: What I'd Like to See in Delphi
- From: Sanyin
- Re: What I'd Like to See in Delphi
- From: Uffe Kousgaard
- Re: What I'd Like to See in Delphi
- From: Allen Drennan
- Re: What I'd Like to See in Delphi
- From: Rob McDonell
- Re: What I'd Like to See in Delphi
- From: marc hoffman
- Re: What I'd Like to See in Delphi
- From: PavelS
- Re: What I'd Like to See in Delphi
- From: m. Th.
- Re: What I'd Like to See in Delphi
- From: oro@xxxxxx
- Re: What I'd Like to See in Delphi
- From: Rita
- Re: What I'd Like to See in Delphi
- From: Ricardo Cardona R
- Re: What I'd Like to See in Delphi
- From: James Smith
- Re: What I'd Like to See in Delphi
- From: Tony Caduto
- Re: What I'd Like to See in Delphi
- Prev by Date: Re: Julian Bucknall in PC World Article - Coders Tell Why They'reAvoidingVista
- Next by Date: Re: Delphi magazines and books to give away
- Previous by thread: Problems with resizing of forms/frames on Windows Vista 64-bit
- Next by thread: Re: What I'd Like to See in Delphi
- Index(es):
Relevant Pages
|
|