Changeset 34 for trunk/IDE/Forms/UCompiledForm.lfm
- Timestamp:
- Feb 13, 2012, 1:47:33 PM (13 years ago)
- Location:
- trunk/IDE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE
- Property svn:ignore
-
old new 1 1 lib 2 2 backup 3 Transpascal.dbg 4 Transpascal.lps 5 Transpascal.exe
-
- Property svn:ignore
-
trunk/IDE/Forms/UCompiledForm.lfm
r30 r34 1 1 object CompiledForm: TCompiledForm 2 2 Left = 403 3 Height = 2403 Height = 303 4 4 Top = 186 5 Width = 3 205 Width = 398 6 6 Caption = 'Compiled code' 7 ClientHeight = 2408 ClientWidth = 3 209 LCLVersion = '0.9. 29'7 ClientHeight = 303 8 ClientWidth = 398 9 LCLVersion = '0.9.31' 10 10 inline SynEdit1: TSynEdit 11 11 Left = 0 12 Height = 24012 Height = 303 13 13 Top = 0 14 Width = 3 2014 Width = 398 15 15 Align = alClient 16 16 Font.Height = -13 … … 24 24 Gutter.MouseActions = < 25 25 item 26 Shift = []27 ShiftMask = []28 Button = mbLeft29 26 ClickCount = ccAny 30 27 ClickDir = cdDown 31 Command = 13 32 MoveCaret = False 33 Option = 0 34 Priority = 0 35 end 36 item 37 Shift = [] 38 ShiftMask = [] 28 Command = emcOnMainGutterClick 29 end 30 item 39 31 Button = mbRight 40 ClickCount = ccSingle 41 ClickDir = cdUp 42 Command = 12 43 MoveCaret = False 44 Option = 0 45 Priority = 0 32 Command = emcContextMenu 46 33 end> 47 34 RightGutter.Width = 0 48 35 RightGutter.MouseActions = < 49 36 item 50 Shift = []51 ShiftMask = []52 Button = mbLeft53 37 ClickCount = ccAny 54 38 ClickDir = cdDown 55 Command = 13 56 MoveCaret = False 57 Option = 0 58 Priority = 0 59 end 60 item 61 Shift = [] 62 ShiftMask = [] 39 Command = emcOnMainGutterClick 40 end 41 item 63 42 Button = mbRight 64 ClickCount = ccSingle 65 ClickDir = cdUp 66 Command = 12 67 MoveCaret = False 68 Option = 0 69 Priority = 0 43 Command = emcContextMenu 70 44 end> 71 45 Keystrokes = < … … 492 466 MouseActions = < 493 467 item 494 Shift = []495 468 ShiftMask = [ssShift, ssAlt] 496 Button = mbLeft 497 ClickCount = ccSingle 498 ClickDir = cdDown 499 Command = 1 500 MoveCaret = True 501 Option = 0 502 Priority = 0 469 ClickDir = cdDown 470 Command = emcStartSelections 471 MoveCaret = True 503 472 end 504 473 item 505 474 Shift = [ssShift] 506 475 ShiftMask = [ssShift, ssAlt] 507 Button = mbLeft 508 ClickCount = ccSingle 509 ClickDir = cdDown 510 Command = 1 476 ClickDir = cdDown 477 Command = emcStartSelections 511 478 MoveCaret = True 512 479 Option = 1 513 Priority = 0514 480 end 515 481 item 516 482 Shift = [ssAlt] 517 483 ShiftMask = [ssShift, ssAlt] 518 Button = mbLeft 519 ClickCount = ccSingle 520 ClickDir = cdDown 521 Command = 3 522 MoveCaret = True 523 Option = 0 524 Priority = 0 484 ClickDir = cdDown 485 Command = emcStartColumnSelections 486 MoveCaret = True 525 487 end 526 488 item 527 489 Shift = [ssShift, ssAlt] 528 490 ShiftMask = [ssShift, ssAlt] 529 Button = mbLeft 530 ClickCount = ccSingle 531 ClickDir = cdDown 532 Command = 3 491 ClickDir = cdDown 492 Command = emcStartColumnSelections 533 493 MoveCaret = True 534 494 Option = 1 535 Priority = 0 536 end 537 item 538 Shift = [] 539 ShiftMask = [] 495 end 496 item 540 497 Button = mbRight 541 ClickCount = ccSingle 542 ClickDir = cdUp 543 Command = 12 544 MoveCaret = False 545 Option = 0 546 Priority = 0 547 end 548 item 549 Shift = [] 550 ShiftMask = [] 551 Button = mbLeft 498 Command = emcContextMenu 499 end 500 item 552 501 ClickCount = ccDouble 553 502 ClickDir = cdDown 554 Command = 6 555 MoveCaret = True 556 Option = 0 557 Priority = 0 558 end 559 item 560 Shift = [] 561 ShiftMask = [] 562 Button = mbLeft 503 Command = emcSelectWord 504 MoveCaret = True 505 end 506 item 563 507 ClickCount = ccTriple 564 508 ClickDir = cdDown 565 Command = 7 566 MoveCaret = True 567 Option = 0 568 Priority = 0 569 end 570 item 571 Shift = [] 572 ShiftMask = [] 573 Button = mbLeft 509 Command = emcSelectLine 510 MoveCaret = True 511 end 512 item 574 513 ClickCount = ccQuad 575 514 ClickDir = cdDown 576 Command = 8 577 MoveCaret = True 578 Option = 0 579 Priority = 0 580 end 581 item 582 Shift = [] 583 ShiftMask = [] 515 Command = emcSelectPara 516 MoveCaret = True 517 end 518 item 584 519 Button = mbMiddle 585 ClickCount = ccSingle 586 ClickDir = cdDown 587 Command = 10 588 MoveCaret = True 589 Option = 0 590 Priority = 0 520 ClickDir = cdDown 521 Command = emcPasteSelection 522 MoveCaret = True 591 523 end 592 524 item 593 525 Shift = [ssCtrl] 594 526 ShiftMask = [ssShift, ssAlt, ssCtrl] 595 Button = mbLeft 596 ClickCount = ccSingle 597 ClickDir = cdUp 598 Command = 11 599 MoveCaret = False 600 Option = 0 601 Priority = 0 527 Command = emcMouseLink 602 528 end> 603 529 MouseSelActions = < 604 530 item 605 Shift = [] 606 ShiftMask = [] 607 Button = mbLeft 608 ClickCount = ccSingle 609 ClickDir = cdDown 610 Command = 9 611 MoveCaret = False 612 Option = 0 613 Priority = 0 531 ClickDir = cdDown 532 Command = emcStartDragMove 614 533 end> 615 534 Lines.Strings = ( 616 535 'SynEdit1' 617 536 ) 537 VisibleSpecialChars = [vscSpace, vscTabAtLast] 618 538 BracketHighlightStyle = sbhsBoth 619 539 inline SynLeftGutterPartList1: TSynGutterPartList 620 540 object SynGutterMarks1: TSynGutterMarks 621 541 Width = 24 542 MouseActions = <> 622 543 end 623 544 object SynGutterLineNumber1: TSynGutterLineNumber … … 633 554 object SynGutterChanges1: TSynGutterChanges 634 555 Width = 4 556 MouseActions = <> 635 557 ModifiedColor = 59900 636 558 SavedColor = clGreen … … 638 560 object SynGutterSeparator1: TSynGutterSeparator 639 561 Width = 2 562 MouseActions = <> 640 563 end 641 564 object SynGutterCodeFolding1: TSynGutterCodeFolding 642 565 MouseActions = < 643 566 item 644 Shift = []645 ShiftMask = []646 567 Button = mbRight 647 ClickCount = ccSingle 648 ClickDir = cdUp 649 Command = 16 650 MoveCaret = False 651 Option = 0 652 Priority = 0 568 Command = emcCodeFoldContextMenu 653 569 end 654 570 item 655 Shift = []656 571 ShiftMask = [ssShift] 657 572 Button = mbMiddle 658 573 ClickCount = ccAny 659 574 ClickDir = cdDown 660 Command = 14 661 MoveCaret = False 662 Option = 0 663 Priority = 0 575 Command = emcCodeFoldCollaps 664 576 end 665 577 item … … 669 581 ClickCount = ccAny 670 582 ClickDir = cdDown 671 Command = 14 672 MoveCaret = False 583 Command = emcCodeFoldCollaps 673 584 Option = 1 674 Priority = 0675 585 end 676 586 item 677 Shift = []678 ShiftMask = []679 Button = mbLeft680 587 ClickCount = ccAny 681 588 ClickDir = cdDown 682 Command = 0 683 MoveCaret = False 684 Option = 0 685 Priority = 0 589 Command = emcNone 686 590 end> 687 591 MarkupInfo.Background = clNone … … 689 593 MouseActionsExpanded = < 690 594 item 691 Shift = []692 ShiftMask = []693 Button = mbLeft694 595 ClickCount = ccAny 695 596 ClickDir = cdDown 696 Command = 14 697 MoveCaret = False 698 Option = 0 699 Priority = 0 597 Command = emcCodeFoldCollaps 700 598 end> 701 599 MouseActionsCollapsed = < … … 703 601 Shift = [ssCtrl] 704 602 ShiftMask = [ssCtrl] 705 Button = mbLeft706 603 ClickCount = ccAny 707 604 ClickDir = cdDown 708 Command = 15 709 MoveCaret = False 710 Option = 0 711 Priority = 0 605 Command = emcCodeFoldExpand 712 606 end 713 607 item 714 Shift = []715 608 ShiftMask = [ssCtrl] 716 Button = mbLeft717 609 ClickCount = ccAny 718 610 ClickDir = cdDown 719 Command = 15 720 MoveCaret = False 611 Command = emcCodeFoldExpand 721 612 Option = 1 722 Priority = 0723 613 end> 724 614 end 725 615 end 726 inline SynRightGutterPartList1: TSynRightGutterPartList727 end728 end729 object CoolDockClient1: TCDClient730 Floatable = False731 Master = MainForm.CoolDockMaster1732 left = 76733 top = 62734 616 end 735 617 object SynPasSyn1: TSynPasSyn 618 Enabled = False 619 AsmAttri.FrameEdges = sfeAround 620 CommentAttri.FrameEdges = sfeAround 621 IDEDirectiveAttri.FrameEdges = sfeAround 622 IdentifierAttri.FrameEdges = sfeAround 623 KeyAttri.FrameEdges = sfeAround 624 NumberAttri.FrameEdges = sfeAround 625 SpaceAttri.FrameEdges = sfeAround 626 StringAttri.FrameEdges = sfeAround 627 SymbolAttri.FrameEdges = sfeAround 628 CaseLabelAttri.FrameEdges = sfeAround 629 DirectiveAttri.FrameEdges = sfeAround 736 630 CompilerMode = pcmDelphi 737 631 NestedComments = False … … 741 635 object SynCppSyn1: TSynCppSyn 742 636 DefaultFilter = 'Soubory C++ (*.c,*.cpp,*.h,*.hpp,*.hh)|*.c;*.cpp;*.h;*.hpp;*.hh' 637 Enabled = False 638 AsmAttri.FrameEdges = sfeAround 639 CommentAttri.FrameEdges = sfeAround 640 DirecAttri.FrameEdges = sfeAround 641 IdentifierAttri.FrameEdges = sfeAround 642 InvalidAttri.FrameEdges = sfeAround 643 KeyAttri.FrameEdges = sfeAround 644 NumberAttri.FrameEdges = sfeAround 645 SpaceAttri.FrameEdges = sfeAround 646 StringAttri.FrameEdges = sfeAround 647 SymbolAttri.FrameEdges = sfeAround 743 648 left = 176 744 649 top = 85 … … 746 651 object SynXMLSyn1: TSynXMLSyn 747 652 DefaultFilter = 'XML Dokument (*.xml,*.xsd,*.xsl,*.xslt,*.dtd)|*.xml;*.xsd;*.xsl;*.xslt;*.dtd' 653 Enabled = False 654 ElementAttri.FrameEdges = sfeAround 655 AttributeAttri.FrameEdges = sfeAround 656 NamespaceAttributeAttri.FrameEdges = sfeAround 657 AttributeValueAttri.FrameEdges = sfeAround 658 NamespaceAttributeValueAttri.FrameEdges = sfeAround 659 TextAttri.FrameEdges = sfeAround 660 CDATAAttri.FrameEdges = sfeAround 661 EntityRefAttri.FrameEdges = sfeAround 662 ProcessingInstructionAttri.FrameEdges = sfeAround 663 CommentAttri.FrameEdges = sfeAround 664 DocTypeAttri.FrameEdges = sfeAround 665 SpaceAttri.FrameEdges = sfeAround 666 SymbolAttri.FrameEdges = sfeAround 748 667 WantBracesParsed = False 749 668 left = 178
Note:
See TracChangeset
for help on using the changeset viewer.