vote up 34 vote down star
17

Soon Delphi 2010 "Weaver" will enter in beta. (See http://www.embarcadero.com/products/beta_programs.php)

Which would be your most wanted features for the next release of Delphi?

Mine (from top of the head):

  • tooling for synchronizing the representations of DB schema (aka. DB metadata) in code and in database
  • language enhancements:
    • CASE on non-ordinal types
    • lazy evaluation
    • mixins
    • AOP (aspect oriented programming)
  • VCL enhancements:
    • DB enhancements (TDataSet, TClientDataSet - faster, more feature rich)
    • OPF/ORM on native side
    • (more) containers, classes (using generics)
  • IDE enhancements:
    • Runtime Object Inspector using the already registered editors to allow WYSWYG debugging of the objects/classes (and generally a better debugger)
    • Code management tools
    • Refactoring assistants
    • Find unused code (ok, here we need support from linker)
  • 64-bit compiler

...and many many more :-)

Yours?

UPDATE: There are some sneak previews at http://wings-of-wind.com See for yourself.

flag
show 10 more comments

117 Answers

vote up 1 vote down

Expressions as property getters and setters:

property SumAB: Integer read FA + FB;
property FooNumber: Integer read Foo.Number write Foo.Number;

Would be great.

link|flag
show 5 more comments
vote up 1 vote down

much more enhanced IDE enviroment. Mopre autocreating and autoupdating classmember functions and procedures and variables (instead of) moving up and down whne adding new class functions etc. There are a lot more to do on intuitive refactoring.

link|flag
vote up 1 vote down

skin support for VCL controls.

this may be not even skin engine itself, but rather ability to create own skin engine and apply it to all controls.

i think this is very important thing for many companies.

so, what i would like to have is and ability to provide skins.

for example, create descendant of certain abstract class (supported by VCL) and apply it or create a class with support for certain interface (supported by VCL) and apply it.

currently to make application good looking we often have to reinvent the wheel by creating those buttons and edits again and again.

link|flag
vote up 1 vote down

Make the VCL Thread safe

link|flag
show 3 more comments
vote up 1 vote down
  1. Regular Expression
  2. A filtering feature in Code Explorer (a search box as seen in Component List) with sub-string find option to filter Procedures, functions, records and variables etc.
  3. Switch back the help files to WinHelp format. It was much faster to find some help in older Delphi IDEs. At least an option to use older WinHlp files from D7 etc would be nice.
  4. An option to switch off Code Folding (I know the short-cut to do it, but I need an option to switch it off once and for all.)
  5. Improved DB support. (with support for sqllite etc)
  6. STL-like data structure library.
link|flag
show 1 more comment
vote up 1 vote down

Here is an email I sent to Nick Hodges a couple of weeks ago:

" Hello,

  1. Do you consider having static constructors/destructors in D2010?

I think this is the only thing left to be implemented to have a completely OOP Delphi language. Currently I can not think of a completely OOP oriented implementation of the singleton pattern. I really dislike the initialization, finalization sections. If I have static con(de)structors I would completely remove the need of implementation vars and initialization/finalization sections.

  1. Do you plan to have a OOP style wrappers for the tons of functions already existing. For example I make static classes like TFile, TPath, TString to wrap functions like FileExists as TFile.Exists()
  2. Do you plan to introduce attributes like in C# and Java. I think you already have some partial implementation.
  3. Do you plan having Garbage Collector?I know there are some patterns for reference counted objects but I would prefer having a GC class and a global compiler switch {$GC ON/OFF}
  4. Do you plan to make the binary .cds file format described. I really need to read such files in C# and currently I can’t since the file format is not described anywhere. I know I can export to .xml and than process it but this is not suitable for my purposes.
  5. Do you plan SQLite driver support?
  6. Any plans for native Mac OSX support. You did it for Linux and Mac OSX is just a kinda Unix and its market share is growing. Believe me if there is Delphi 7 for MacOS everybody would love it. XCode simply sucks.

I think if you do those 7 things in the next 5 years I won’t be migrating to .NET 10.0 soon and will continue to use Delphi as primary development environment.

Last word: Great stuff!! Delphi 2009 is finally stable after the a bit “experimental” Delphi 8 and 2006. You know why everybody loves Delphi 7 – simply because it was stable.

I would prefer D2010 to be more stable even compared to D2009 instead of having 64bit support or parallelism or other “fancy” stuff. "

Still haven't received answer though.

link|flag
show 1 more comment
vote up 1 vote down

IDE Intelligence

64bit compiler

Language features e.g. try/except/finally More generics ...

link|flag
vote up 1 vote down

to make Delphi the first language :

  • cross compiler (only with header for linux and macosx 32/64bit)
  • vcl -> gtk or qt to build (form) application without lose past compatibility
  • full integration with SOAP and possibility to create a stand alone app/service as WebServices

is possible?

... and why not, do you know zkoss , a framework like that to build WebApplications with indy.. was fabuluos

link|flag
vote up 1 vote down

A small thing... but it sure would be nice if they implemented structural highlighting, ala Castalia. That is a real lifesaver when you are working on nightmare 1000-line functions. In fact, they should just buy Castalia and include most of it's functionality natively (including the relevant options to turn it off).

link|flag
vote up 1 vote down

Better compatibility with legacy (ansi) sourcecode:

The ability to define on a per-unit basis if the default string/char types should be Ansistring or Unicodestring. The lack of this is my #1 problem.

link|flag
vote up 1 vote down

hmmm i'd like to see:

  • 64bit Compiler
  • Crosscompiling to other OS... Maybe OSX.
  • Windows 7 features in VCL
  • a Standard Version without any database stuff or a smaller version which is more affortable and not so pricy, but with third party components support

Cheers, murphy

link|flag
vote up 1 vote down
  • CASE on non-ordinal types
  • 64 bit compiler
  • profiler
  • Inline variable declaration
link|flag
vote up 1 vote down

a CONST keyword which serves some purpose (namely : tagging as "const" an object or a pointer would prevent changing the object/pointee's content)

link|flag
vote up 1 vote down

Integrated support in the IDE for information in the xx_MemoryManager_EventLog.txt file that the debug version of FastMM generates. It would be nice to be able to jump to the lines in the source code where memory leaks are occurring.

link|flag
vote up 1 vote down

cross compilation to other platforms (osx, linux)

link|flag
vote up 1 vote down
  • Linux
  • Firebird Support
  • Windows7 64 bit support
  • Easy IDE (Like Delphi7 )
  • Faster (Like Delphi 7 )
  • Unicode support for CDS Filter ( Midas )
  • Improvements on Database Controls ( for example improved DBGrid )
link|flag
vote up 1 vote down

64 bit compiler !

link|flag
vote up 1 vote down

64 bit compiler and cross platform compiling

link|flag
vote up 1 vote down

Support in the delphi framework for Microsoft Management console(MMC) snap-ins.

It is an important standard and been around for over 10 years

link|flag
vote up 1 vote down

undo / redo in design time and stable IDE only

link|flag
vote up 1 vote down
  • When I am in a block of code (in a begin/end pair or try finally or repeat until or case structure or ..?) I would like that whole block to be highlighted.

  • Dock non-visual components in some kind of tray rather than in the Form because they get in the way.

  • I would like to make "application level" components which only show up for certain projects and are targeted to a set of projects. There are parts of large applications that can be made into components - but those components are only relavant to that project or set of projects. I do not make components because it is too time consuming. I would like an easy way to create them for a given project. Maybe like a component bucket for a project where I can create new components but I do not have to install them - they become available to the current project.

link|flag
vote up 0 vote down

Cross platform for server side code. Not interested in another CLX disaster, I just want to be able to run app servers on other platforms.

Optional garbage collection like Objective-C has would also be nice.

link|flag
vote up 0 vote down

Field overriding. Imagine the following scenario, based on an issue I ran into while building a sprite-based game engine:

type
  TSpriteEngine = class; //generic 3rd party sprite engine

  TSprite = class(TObject) //generic 3rd party sprite
  protected
    FParent: TSpriteEngine;
    ...
  end;

  TSpriteEngine = class(TObject)
  protected
    FList: array of TSprite;
    ...
  end;

  (And now, in another unit:)

  TGameEngine = class;  //my own sprite engine with extra features

  TGameSprite = class(TSprite)
    ...
  end;

  TGameEngine = class(TSpriteEngine)
    ...
  end;

Now, TGameEngine and TGameSprite have special new functionality that only work with each other, and not with the base types. But the parent/child fields are defined as the base types and can't be changed, which means that any type safety has to be implemented at runtime with is/as checks, and any uses of the parent/child references that need the extra functionality have to be typecasted.

Why not make this valid syntax?

  TGameSprite = class(TSprite)
  protected
    FParent: TGameEngine; override;
    ...
  end;

  TGameEngine = class(TSpriteEngine)
  protected
    FList: array of TGameSprite; override;
    ...
  end;

Adding the override directive to a field declaration would allow you to redefine a field inherited from an ancestor class as a derived type of the original. It would have to meet type safety checks at compile-time, (if you override FObject: X as FObject: Y, it would only compile if "Y is X;",) and the compiler would not create a new data member, but be instructed to treat the existing one as the derived type instead of the base type when using the derived class.

Improved type safety and cleaner code (less spurious typecasts) without having to add a new keyword. I think it would be a good idea. Anyone else like it?

link|flag
show 2 more comments
vote up 0 vote down

Due to the IDE stability issues I haven't upgraded from D7 yet so I might be after something that's been rendered moot by generics:

I would like to be able to redefine a routine in a descendant without actually using any code. This would in effect be a typecast. Too often I've had to write routines that simply typecast a variable and call the inherited method.

link|flag
vote up 0 vote down

a) Multiline strings.

b) Better sintax for closures (a anonymous methods evolution).

c) Mixins.

d) High order functions as methods of arrays and strings:

var
  MyArray: array of Integer;
begin
  MyArray := [1,6,8,10];
  NewArray := MyArray.map (|x| x+3);
end;

e) Garbage collection.

var 
  A: collected TMemoryStream;
begin
  A := TMemoryStream.Create;
  // using A
end; // automatic A.Free;

f) Contracts, like Delphi Prism.

g) Compiler need to be smarter. Every Delphi programmer lives to make this dumb compiler happy.

link|flag
vote up 0 vote down

Consistant Memory Management for vairous applications: exe application, dll application,service application.....,we don't want to use build with runtime packages any more!!!!!!!!!!!!!!!!!!!!!

link|flag
vote up 0 vote down
  1. Vastly improved linker error messages.
  2. Support for the Microsoft object file format (yes, I know that's very hard, but that way we wouldn't depend on C++ Builder for static linkage.)
link|flag
show 2 more comments
vote up 0 vote down

Let them bring back the VCL.NET personality in a modernized version and ditch Prism. That'd make me really happy :)

link|flag
show 1 more comment
vote up 0 vote down

Compability With Windows 7 64 bit (http://social.technet.microsoft.com/Forums/en-US/thread/e56df407-bd0b-4ecc-b8a5-0a35bcd571cc/)

link|flag
vote up 0 vote down

some cryptography support

SHA,DES,AES, etc They are very useful

plus a way to digitally sign files

link|flag
show 1 more comment

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.