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:
sekelsenmat
2012-07-05 11:07:48 +00:00
parent 87daaf8466
commit 63b0a8c17e
3 changed files with 5 additions and 1 deletions

View File

@ -70,7 +70,7 @@ object frmFPVViewer: TfrmFPVViewer
Height = 410
Top = 128
Width = 485
PageIndex = 1
PageIndex = 0
Anchors = [akTop, akLeft, akRight, akBottom]
TabOrder = 4
TabStop = True

View File

@ -240,6 +240,9 @@ begin
try
Vec.ReadFromFile(editFileName.FileName);
// Generate the positioning info
TvFormula(Vec.GetPage(0).GetEntity(0)).PositionElements(Canvas, 0, 0);
DXFTreeView.Items.Clear;
Vec.GenerateDebugTree(@FPVDebugAddItemProc);
finally

View File

@ -43,6 +43,7 @@
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other>
<LCLWidgetType Value="qt"/>
</CompilerOptions>
</Item2>
</BuildModes>