Ignore:
Timestamp:
Feb 13, 2012, 1:47:33 PM (12 years ago)
Author:
chronos
Message:
  • Added: Package Common replace units LastOpenedList and Registry.
  • Modified: Instead of unfinished advanced docking manager use static dockign to panels and PageControl sheets.
Location:
trunk/IDE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE

    • Property svn:ignore
      •  

        old new  
        11lib
        22backup
         3Transpascal.dbg
         4Transpascal.lps
         5Transpascal.exe
  • trunk/IDE/Forms/UCompiledForm.lfm

    r30 r34  
    11object CompiledForm: TCompiledForm
    22  Left = 403
    3   Height = 240
     3  Height = 303
    44  Top = 186
    5   Width = 320
     5  Width = 398
    66  Caption = 'Compiled code'
    7   ClientHeight = 240
    8   ClientWidth = 320
    9   LCLVersion = '0.9.29'
     7  ClientHeight = 303
     8  ClientWidth = 398
     9  LCLVersion = '0.9.31'
    1010  inline SynEdit1: TSynEdit
    1111    Left = 0
    12     Height = 240
     12    Height = 303
    1313    Top = 0
    14     Width = 320
     14    Width = 398
    1515    Align = alClient
    1616    Font.Height = -13
     
    2424    Gutter.MouseActions = <   
    2525      item
    26         Shift = []
    27         ShiftMask = []
    28         Button = mbLeft
    2926        ClickCount = ccAny
    3027        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
    3931        Button = mbRight
    40         ClickCount = ccSingle
    41         ClickDir = cdUp
    42         Command = 12
    43         MoveCaret = False
    44         Option = 0
    45         Priority = 0
     32        Command = emcContextMenu
    4633      end>
    4734    RightGutter.Width = 0
    4835    RightGutter.MouseActions = <   
    4936      item
    50         Shift = []
    51         ShiftMask = []
    52         Button = mbLeft
    5337        ClickCount = ccAny
    5438        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
    6342        Button = mbRight
    64         ClickCount = ccSingle
    65         ClickDir = cdUp
    66         Command = 12
    67         MoveCaret = False
    68         Option = 0
    69         Priority = 0
     43        Command = emcContextMenu
    7044      end>
    7145    Keystrokes = <   
     
    492466    MouseActions = <   
    493467      item
    494         Shift = []
    495468        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
    503472      end   
    504473      item
    505474        Shift = [ssShift]
    506475        ShiftMask = [ssShift, ssAlt]
    507         Button = mbLeft
    508         ClickCount = ccSingle
    509         ClickDir = cdDown
    510         Command = 1
     476        ClickDir = cdDown
     477        Command = emcStartSelections
    511478        MoveCaret = True
    512479        Option = 1
    513         Priority = 0
    514480      end   
    515481      item
    516482        Shift = [ssAlt]
    517483        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
    525487      end   
    526488      item
    527489        Shift = [ssShift, ssAlt]
    528490        ShiftMask = [ssShift, ssAlt]
    529         Button = mbLeft
    530         ClickCount = ccSingle
    531         ClickDir = cdDown
    532         Command = 3
     491        ClickDir = cdDown
     492        Command = emcStartColumnSelections
    533493        MoveCaret = True
    534494        Option = 1
    535         Priority = 0
    536       end   
    537       item
    538         Shift = []
    539         ShiftMask = []
     495      end   
     496      item
    540497        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
    552501        ClickCount = ccDouble
    553502        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
    563507        ClickCount = ccTriple
    564508        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
    574513        ClickCount = ccQuad
    575514        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
    584519        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
    591523      end   
    592524      item
    593525        Shift = [ssCtrl]
    594526        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
    602528      end>
    603529    MouseSelActions = <   
    604530      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
    614533      end>
    615534    Lines.Strings = (
    616535      'SynEdit1'
    617536    )
     537    VisibleSpecialChars = [vscSpace, vscTabAtLast]
    618538    BracketHighlightStyle = sbhsBoth
    619539    inline SynLeftGutterPartList1: TSynGutterPartList
    620540      object SynGutterMarks1: TSynGutterMarks
    621541        Width = 24
     542        MouseActions = <>
    622543      end
    623544      object SynGutterLineNumber1: TSynGutterLineNumber
     
    633554      object SynGutterChanges1: TSynGutterChanges
    634555        Width = 4
     556        MouseActions = <>
    635557        ModifiedColor = 59900
    636558        SavedColor = clGreen
     
    638560      object SynGutterSeparator1: TSynGutterSeparator
    639561        Width = 2
     562        MouseActions = <>
    640563      end
    641564      object SynGutterCodeFolding1: TSynGutterCodeFolding
    642565        MouseActions = <       
    643566          item
    644             Shift = []
    645             ShiftMask = []
    646567            Button = mbRight
    647             ClickCount = ccSingle
    648             ClickDir = cdUp
    649             Command = 16
    650             MoveCaret = False
    651             Option = 0
    652             Priority = 0
     568            Command = emcCodeFoldContextMenu
    653569          end       
    654570          item
    655             Shift = []
    656571            ShiftMask = [ssShift]
    657572            Button = mbMiddle
    658573            ClickCount = ccAny
    659574            ClickDir = cdDown
    660             Command = 14
    661             MoveCaret = False
    662             Option = 0
    663             Priority = 0
     575            Command = emcCodeFoldCollaps
    664576          end       
    665577          item
     
    669581            ClickCount = ccAny
    670582            ClickDir = cdDown
    671             Command = 14
    672             MoveCaret = False
     583            Command = emcCodeFoldCollaps
    673584            Option = 1
    674             Priority = 0
    675585          end       
    676586          item
    677             Shift = []
    678             ShiftMask = []
    679             Button = mbLeft
    680587            ClickCount = ccAny
    681588            ClickDir = cdDown
    682             Command = 0
    683             MoveCaret = False
    684             Option = 0
    685             Priority = 0
     589            Command = emcNone
    686590          end>
    687591        MarkupInfo.Background = clNone
     
    689593        MouseActionsExpanded = <       
    690594          item
    691             Shift = []
    692             ShiftMask = []
    693             Button = mbLeft
    694595            ClickCount = ccAny
    695596            ClickDir = cdDown
    696             Command = 14
    697             MoveCaret = False
    698             Option = 0
    699             Priority = 0
     597            Command = emcCodeFoldCollaps
    700598          end>
    701599        MouseActionsCollapsed = <       
     
    703601            Shift = [ssCtrl]
    704602            ShiftMask = [ssCtrl]
    705             Button = mbLeft
    706603            ClickCount = ccAny
    707604            ClickDir = cdDown
    708             Command = 15
    709             MoveCaret = False
    710             Option = 0
    711             Priority = 0
     605            Command = emcCodeFoldExpand
    712606          end       
    713607          item
    714             Shift = []
    715608            ShiftMask = [ssCtrl]
    716             Button = mbLeft
    717609            ClickCount = ccAny
    718610            ClickDir = cdDown
    719             Command = 15
    720             MoveCaret = False
     611            Command = emcCodeFoldExpand
    721612            Option = 1
    722             Priority = 0
    723613          end>
    724614      end
    725615    end
    726     inline SynRightGutterPartList1: TSynRightGutterPartList
    727     end
    728   end
    729   object CoolDockClient1: TCDClient
    730     Floatable = False
    731     Master = MainForm.CoolDockMaster1
    732     left = 76
    733     top = 62
    734616  end
    735617  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
    736630    CompilerMode = pcmDelphi
    737631    NestedComments = False
     
    741635  object SynCppSyn1: TSynCppSyn
    742636    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
    743648    left = 176
    744649    top = 85
     
    746651  object SynXMLSyn1: TSynXMLSyn
    747652    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
    748667    WantBracesParsed = False
    749668    left = 178
Note: See TracChangeset for help on using the changeset viewer.