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