Das sind die letzten Änderungen am JVCL Installer:
- IsDelphi and IsBCB are now private and should not be used anymore.
IsDelphi is only set if it's not a BDS, IsBCB is only set if it's not a
BDS.
- There's a new methode SupportsPersonalities([persDelphi, persBCB,
persCSharp, persDelphiNet])
- Default paths for BDS have changed:
HppDir: $(BDS)\Include\JVCL => GlobalIncludePaths list
DcpDir: $(JVCL)\Lib\$(VER)
- UnitOutDir + Resources is added to C++'s global search path
- Include directory is created if not existant (only if persBCB is
supported/installed)
- BDSProjectsDir is now read from the IDE's environment variable if set
- Support for user defined BPL/DCP directory is improved.
- BDS's package cache and palette cache is cleared
- JCL detection is improved, all PATH entries are searched for the JCL bpl
files.
- Directory-Edits do no more show the dir-browse dialog if the user enters
or single clicks the edit control.
- Compile dialog is brought to front without stealing the focus.