The Delphi Bug List

Wish list


Sometimes you find that a feature is missing in Delphi that 'definitely ought to be there' or something is not working the way one would expect (or find natural / intuitive).

Technically these are not bugs, so don't deserve a place on The Delphi Bug List. OTOH, one might say that these cases are 'design errors'.

Therefore, I decided to make a dedicate a special page for these cases on the Delphi Bug List and call this
the Wish List page.


The color codes indicate in which version(s) of Delphi the bug occurs and what its status is.
Latest update: 29 December 1998
Bug # Delphi versions Description
397 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 Compiler -
Support for 32bits unsigned integers
398 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 Compiler -
More use of 64 bits Integers (Comp). For example by functions like DiskSize and DiskFree.
185 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 IDE -
Make it possible to reorder the expressions in the Watch Window by drag-and-drop; or at least: to insert items at a location other than the last
186 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 IDE -
Make Tooltip Expression Evaluation work for WITH statements.
187 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 IDE -
Make it possible to put a button for "Program Reset" on the speedbuttonbar.
188 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 IDE -
Make it possible to add multiple files to the project at one time.
This should be easy to implement using the standard TOpenDialog.
189 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 IDE -
Being able to save and print the Errors, Warnings, and Hints.
190 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 IDE -
Saving the Errors, Warnings, and Hints in the desktop file, so they'll be restored when reloading the project.
191 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 IDE -
Being able to sort the list of Errors, Warnings, and Hints. I would like to say "Errors First, then Warnings, then Hints" or "Show em as they show up".
386 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 IDE -
Change the Library Path from a string to a stringlist (from a TEdit to a TMemo).
387 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 Tools - Resouce Editor
Include a real-world-useable Resource Editor to Delphi 4 (or, better, offer it already YET for download to Borland Customers !!)
VB users get a powerful resource editor - * why not Delphi users ?? *

Bug #386; last modified: 29-Dec-98
1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02
Wish Wish Wish Wish Wish Fixed Fixed Fixed
IDE

Change the Library Path from a string to a stringlist (from a TEdit to a TMemo).

Description
Reported by Marcel MarT
Why do we have to put up with a concatenated string of paths, when we could have a *list* of paths: much easier to inspect and edit. And no length limitation.

For Delphi 5 you might do something fancier: add a "recurse directories" option. This would let me designate a directory as the "root" for all my component and package directories. No more adding directories manually, just create a subdirectory from the "root"directory for the new component.


Index page
The Delphi Bug Lists are maintained by Reinier Sterkenburg, with help from the DeBug Team.
All feedback is appreciated. See also the feedback section of the Delphi Bug List home page.