Ignore:
Timestamp:
Nov 9, 2010, 2:08:55 PM (13 years ago)
Author:
george
Message:
  • Modified: Project saving.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE/Forms/UCodeForm.lfm

    r2 r21  
    618618    )
    619619    BracketHighlightStyle = sbhsBoth
     620    OnChange = SynEditSourceChange
    620621    inline SynGutterPartList1: TSynGutterPartList
    621622      object SynGutterMarks1: TSynGutterMarks
     
    725726      end
    726727    end
    727     inline SynRightGutterPartList1: TSynRightGutterPartList
    728     end
    729728  end
    730729  object CoolDockClient1: TCoolDockClient
     
    735734  end
    736735  object SynPasSyn1: TSynPasSyn
     736    Enabled = False
     737    AsmAttri.FrameEdges = sfeAround
     738    CommentAttri.FrameEdges = sfeAround
     739    IdentifierAttri.FrameEdges = sfeAround
     740    KeyAttri.FrameEdges = sfeAround
     741    NumberAttri.FrameEdges = sfeAround
     742    SpaceAttri.FrameEdges = sfeAround
     743    StringAttri.FrameEdges = sfeAround
     744    SymbolAttri.FrameEdges = sfeAround
     745    CaseLabelAttri.FrameEdges = sfeAround
     746    DirectiveAttri.FrameEdges = sfeAround
    737747    CompilerMode = pcmDelphi
    738748    NestedComments = False
Note: See TracChangeset for help on using the changeset viewer.