You've already forked lazarus-ccr
fpvviewer: Adds more debug info for formula tokens
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2473 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -70,7 +70,7 @@ object frmFPVViewer: TfrmFPVViewer
|
|||||||
Height = 410
|
Height = 410
|
||||||
Top = 128
|
Top = 128
|
||||||
Width = 485
|
Width = 485
|
||||||
PageIndex = 1
|
PageIndex = 0
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
TabStop = True
|
TabStop = True
|
||||||
|
@ -240,6 +240,9 @@ begin
|
|||||||
try
|
try
|
||||||
Vec.ReadFromFile(editFileName.FileName);
|
Vec.ReadFromFile(editFileName.FileName);
|
||||||
|
|
||||||
|
// Generate the positioning info
|
||||||
|
TvFormula(Vec.GetPage(0).GetEntity(0)).PositionElements(Canvas, 0, 0);
|
||||||
|
|
||||||
DXFTreeView.Items.Clear;
|
DXFTreeView.Items.Clear;
|
||||||
Vec.GenerateDebugTree(@FPVDebugAddItemProc);
|
Vec.GenerateDebugTree(@FPVDebugAddItemProc);
|
||||||
finally
|
finally
|
||||||
|
@ -43,6 +43,7 @@
|
|||||||
</CompilerMessages>
|
</CompilerMessages>
|
||||||
<CompilerPath Value="$(CompPath)"/>
|
<CompilerPath Value="$(CompPath)"/>
|
||||||
</Other>
|
</Other>
|
||||||
|
<LCLWidgetType Value="qt"/>
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
</Item2>
|
</Item2>
|
||||||
</BuildModes>
|
</BuildModes>
|
||||||
|
Reference in New Issue
Block a user