 |
|
 |
Download V1.0.9a
Download the fully functional version of DelphiXPG from here.
Free for both commercial and non commercial use.
Once downloaded remove any previous versions of DelphiXPG then run DelphiXPGSetup1.0.9.exe to install.
Version History
V1.0.9a
- Fixed: Default hex values not parsed for properties.
- Fixed: Comment between return type and semi colon not parsed.
- Fixed: Hash chars, #1034, not parsed in dfm's.
V1.0.9
- Fixed: Function return value in method implementation not being picked up.
- Fixed: Datatype in AS not being picked up.
- Data tree items now show reference count.
- Added CLR,CIL,MANAGEDCODE to defines for Delphi 2005 .NET
- Added MSWINDOWS to defines for Delphi 2005 Win32
V1.0.8
- Fixed: Function "result" variable XRef list not created.
- Fixed: If there were no white space between an item and "THEN" e.g.
if TypeText='TEST'then
and profiling code was added then the "THEN" would vanish.
- Fixed: With statements (see ComCtrls TCustomRichEdit Print, hdc not picked up from Range)
context of second item not being picked up.
- Fixed: Not able to jump to a context or data type context from source window. This happens
when you view an xref item in another unit then change the tree node to a container.
XRef list is cleared and popup Find Context and Find Data Type Context do not work.
- Fixed: Enumerations on array fields not being picked up e.g.
FArray : array [alLow..alHigh] of string;
- Fixed: Explicitly Assigned Ordinality for enumerations not picked up e.g.
TEdgeType = (etTop=1,etbottom=2,etLeft=etTop+etBottom,etRight);
- Fixed: Hash chars in dfm strings caused parse error.
- Fixed: Conditional symbols defined in include file not being processed. Also now handles multiple
levels of include file.
- NEW Functionality: List conditional symbols. When they are defined/undefined and
tested.
- Fixed: Data module only referenced in properties is not being picked up in refed unit/uses reports
- Fixed: Sub referenced items not being picked up if DFMs e.g. DataSource1 in DataSource = DataModule3.DataSource1
- Fixed: References to global consts not being picked up in local method const def e.g.
implementation
const
Smallest = 1;
Biggest = 100;
procedure test;
const
Sum = Smallest + Biggest;
begin
end;
- Fixed: Compare color settings not being saved.
V1.0.7
- Convert binary dfm's to text.
- Add Context lookup and context data type lookup.
- Next and Prev XRef tool buttons and menu items. Ctrl-N Ctrl-P
- Search in main source window.
- Implicit uses
- Tool buttons in compare form.
- Unknown contexts
- Items in use context are qualified with class name if applicable.
| Copyright ©
2005-2006, Simon Cox |
|
 |
|