I think the order display in Delphi 7 is the same order if you view project
file (.dpr) in text mode.

Only the file got in clause will be display in project manager window.

i.e.
-------------------------------------------------------------------------
  StandardSaturnPostFormAction in 'StandardSaturnPostFormAction.pas',
  UnitMain in 'UnitMain.pas' {FormMain},
-------------------------------------------------------------------------

.dpr file just normal text file, so even someone without gexperts knowledge
can write a command line application easily.

I don't care, if I care, I will manually change it.

Regards
Leigh


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Max Nilson
Sent: Wednesday, December 17, 2003 9:43 AM
To: 'NZ Borland Developers Group - Delphi List'
Subject: RE: [DUG] How do I get the project manager to display
inalphabeticalorder?


Samuel Allan asked:

> I have Delphi 7 and now the project manager window, which
> once displayed in alphabetical order, instead displays in the
> order that units have been added to the project. Now I can't
> find stuff easily. How do I change it back to alphabetical order?

I noticed this with Delphi 7 as well. I have search all the options I can
find but no where does it say that you can alter this. The only solution
that I have found so far is to sort the project file alphabetically so that
the Project Manager displays correctly.

I suspect that it should be possible to write an IDE extention that locates
the Project Manager window and sorts the contents of the tree appropiately,
but I haven't bother about this yet. I was hoping that Gexperts or someone
would do the hard yakka and I could just benefit.

Anyone who knows more about this please speak up...

Cheers, Max.

_______________________________________________
Delphi mailing list
[EMAIL PROTECTED]
http://ns3.123.co.nz/mailman/listinfo/delphi


_______________________________________________
Delphi mailing list
[EMAIL PROTECTED]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to