Changeset 75 for trunk/IDE/Forms/FormTargetCode.lfm
- Timestamp:
- Jun 4, 2024, 12:22:49 AM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE/Forms/FormTargetCode.lfm
r74 r75 1 1 object FormTargetCode: TFormTargetCode 2 2 Left = 403 3 Height = 3033 Height = 454 4 4 Top = 186 5 Width = 3985 Width = 597 6 6 Caption = 'Target code' 7 ClientHeight = 303 8 ClientWidth = 398 9 LCLVersion = '0.9.31' 7 ClientHeight = 454 8 ClientWidth = 597 9 DesignTimePPI = 144 10 LCLVersion = '3.2.0.0' 10 11 inline SynEdit1: TSynEdit 11 12 Left = 0 12 Height = 30313 Height = 454 13 14 Top = 0 14 Width = 39815 Width = 597 15 16 Align = alClient 16 Font.Height = - 1317 Font.Height = -20 17 18 Font.Name = 'Courier New' 18 19 Font.Pitch = fpFixed … … 21 22 ParentFont = False 22 23 TabOrder = 0 23 Gutter.Width = 5724 Gutter.Width = 85 24 25 Gutter.MouseActions = < 25 26 item … … 527 528 Command = emcMouseLink 528 529 end> 530 MouseTextActions = <> 529 531 MouseSelActions = < 530 532 item … … 534 536 VisibleSpecialChars = [vscSpace, vscTabAtLast] 535 537 ReadOnly = True 538 SelectedColor.BackPriority = 50 539 SelectedColor.ForePriority = 50 540 SelectedColor.FramePriority = 50 541 SelectedColor.BoldPriority = 50 542 SelectedColor.ItalicPriority = 50 543 SelectedColor.UnderlinePriority = 50 544 SelectedColor.StrikeOutPriority = 50 536 545 BracketHighlightStyle = sbhsBoth 537 546 BracketMatchColor.Background = clNone … … 547 556 inline SynLeftGutterPartList1: TSynGutterPartList 548 557 object SynGutterMarks1: TSynGutterMarks 549 Width = 24558 Width = 36 550 559 MouseActions = <> 551 560 end 552 561 object SynGutterLineNumber1: TSynGutterLineNumber 553 Width = 17562 Width = 25 554 563 MouseActions = <> 555 564 MarkupInfo.Background = clBtnFace … … 561 570 end 562 571 object SynGutterChanges1: TSynGutterChanges 563 Width = 4572 Width = 6 564 573 MouseActions = <> 565 574 ModifiedColor = 59900 … … 567 576 end 568 577 object SynGutterSeparator1: TSynGutterSeparator 569 Width = 2578 Width = 3 570 579 MouseActions = <> 580 MarkupInfo.Background = clWhite 581 MarkupInfo.Foreground = clGray 571 582 end 572 583 object SynGutterCodeFolding1: TSynGutterCodeFolding 584 Width = 15 573 585 MouseActions = < 574 586 item … … 625 637 object SynPasSyn1: TSynPasSyn 626 638 Enabled = False 627 AsmAttri.FrameEdges = sfeAround628 CommentAttri.FrameEdges = sfeAround629 IDEDirectiveAttri.FrameEdges = sfeAround630 IdentifierAttri.FrameEdges = sfeAround631 KeyAttri.FrameEdges = sfeAround632 NumberAttri.FrameEdges = sfeAround633 SpaceAttri.FrameEdges = sfeAround634 StringAttri.FrameEdges = sfeAround635 SymbolAttri.FrameEdges = sfeAround636 CaseLabelAttri.FrameEdges = sfeAround637 DirectiveAttri.FrameEdges = sfeAround638 639 CompilerMode = pcmDelphi 639 640 NestedComments = False 640 left = 174 641 top = 38 641 TypeHelpers = True 642 StringMultilineMode = [] 643 Left = 261 644 Top = 57 642 645 end 643 646 object SynCppSyn1: TSynCppSyn 644 647 DefaultFilter = 'Soubory C++ (*.c,*.cpp,*.h,*.hpp,*.hh)|*.c;*.cpp;*.h;*.hpp;*.hh' 645 648 Enabled = False 646 AsmAttri.FrameEdges = sfeAround 647 CommentAttri.FrameEdges = sfeAround 648 DirecAttri.FrameEdges = sfeAround 649 IdentifierAttri.FrameEdges = sfeAround 650 InvalidAttri.FrameEdges = sfeAround 651 KeyAttri.FrameEdges = sfeAround 652 NumberAttri.FrameEdges = sfeAround 653 SpaceAttri.FrameEdges = sfeAround 654 StringAttri.FrameEdges = sfeAround 655 SymbolAttri.FrameEdges = sfeAround 656 left = 176 657 top = 85 649 Left = 264 650 Top = 128 658 651 end 659 652 object SynXMLSyn1: TSynXMLSyn 660 653 DefaultFilter = 'XML Dokument (*.xml,*.xsd,*.xsl,*.xslt,*.dtd)|*.xml;*.xsd;*.xsl;*.xslt;*.dtd' 661 654 Enabled = False 662 ElementAttri.FrameEdges = sfeAround663 AttributeAttri.FrameEdges = sfeAround664 NamespaceAttributeAttri.FrameEdges = sfeAround665 AttributeValueAttri.FrameEdges = sfeAround666 NamespaceAttributeValueAttri.FrameEdges = sfeAround667 TextAttri.FrameEdges = sfeAround668 CDATAAttri.FrameEdges = sfeAround669 EntityRefAttri.FrameEdges = sfeAround670 ProcessingInstructionAttri.FrameEdges = sfeAround671 CommentAttri.FrameEdges = sfeAround672 DocTypeAttri.FrameEdges = sfeAround673 SpaceAttri.FrameEdges = sfeAround674 SymbolAttri.FrameEdges = sfeAround675 655 WantBracesParsed = False 676 left = 178677 top = 133656 Left = 267 657 Top = 200 678 658 end 679 659 end
Note:
See TracChangeset
for help on using the changeset viewer.