================================================================================
}Nt@X    Mery Editor
================================================================================
Selection C^[tFCX          I
Document C^[tFCX           GfB^ŊJĂ镶
Documents RNV              GfB^ŊJĂSĂ̕
Editor C^[tFCX             GfB^{
ClipboardData C^[tFCX      Nbv{[h
PopupMenu C^[tFCX          |bvAbvj[
Window C^[tFCX             ɂEBhE
================================================================================


================================================================================
Selection C^[tFCX

1 [\bh] 
  1. 1 ChangeCase \bh 
  1. 2 ChangeWidth \bh 
  1. 3 CharLeft \bh 
  1. 4 CharRight \bh 
  1. 5 ClearBookmark \bh 
  1. 6 Collapse \bh 
  1. 7 Copy \bh 
  1. 8 CopyLink \bh 
  1. 9 Cut \bh 
  1.10 Delete \bh 
  1.11 DeleteLeft \bh 
  1.12 DestructiveInsert \bh 
  1.13 DuplicateLine \bh 
  1.14 EndOfDocument \bh 
  1.15 EndOfLine \bh 
  1.16 Find \bh 
  1.17 FindRepeat \bh 
  1.18 Format \bh 
  1.19 GetActivePointX \bh 
  1.20 GetActivePointY \bh 
  1.21 GetAnchorPointX \bh 
  1.22 GetAnchorPointY \bh 
  1.23 GetBottomPointX \bh 
  1.24 GetBottomPointY \bh 
  1.25 GetTopPointX \bh 
  1.26 GetTopPointY \bh 
  1.27 Indent \bh 
  1.28 InsertDate \bh 
  1.29 InsertFromFile \bh 
  1.30 LineDown \bh 
  1.31 LineOpen \bh 
  1.32 LineUp \bh 
  1.33 NewLine \bh 
  1.34 NextBookmark \bh 
  1.35 OpenLink \bh 
  1.36 PageDown \bh 
  1.37 PageUp \bh 
  1.38 Paste \bh 
  1.39 PreviousBookmark \bh 
  1.40 Replace \bh 
  1.41 SelectAll \bh 
  1.42 SelectLine \bh 
  1.43 SetActivePoint \bh 
  1.44 SetAnchorPoint \bh 
  1.45 SetBookmark \bh 
  1.46 SelectWord \bh 
  1.47 StartOfDocument \bh 
  1.48 StartOfLine \bh 
  1.49 Tabify \bh 
  1.50 UnIndent \bh 
  1.51 Untabify \bh 
  1.52 WordLeft \bh 
  1.53 WordRight \bh 

2 [vpeB] 
  2. 1 IsEmpty vpeB 
  2. 2 Text vpeB 
 

Selection C^[tFCX
[\bh]
document.selection.ChangeCase \bh    IeLXg̑啶ƏύX܂B 
\ 
    function ChangeCase(
        Flags : int
    )
p[^ 
    Flags 
      meCaseLowerCase - 啶ɕϊ܂B 
      meCaseUpperCase - 啶ɕϊ܂B 



document.selection.ChangeWidth \bh    IeLXg̑SpƔpύX܂B 
\ 
    function ChangeWidth(
        Flags : int
    )
p[^ 
    Flags 
      meWidthFullWidth - pSpɕϊ܂B 
      meWidthHalfWidth - Sp𔼊pɕϊ܂B 



document.selection.CharLeft \bh    J[\w̕Ɉړ܂B 
\ 
    function CharLeft(
        Extend : boolean,
        Count : int
    )
p[^ 
    Extend ȗ\łBړeLXg͈̔͑I邩ǂw肵܂Bl false łB 
    Count ȗ\łBɈړ镶Bl 1 łB 



document.selection.CharRight \bh    J[\w̕EɈړ܂B 
\ 
    function CharRight(
        Extend : boolean,
        Count : int
    )
p[^ 
    Extend ȗ\łBړeLXg͈̔͑I邩ǂw肵܂Bl false łB 
    Count ȗ\łBEɈړ镶Bl 1 łB 



document.selection.ClearBookmark \bh
J[\s̃ubN}[N܂B 

\ 
function ClearBookmark()



document.selection.Collapse \bh    I͈͂܂B 
\ 
    function Collapse(
        Flags : int
    )
p[^ 
    Flags 
      meCollapseStart - I͈͂̊JnʒuɌđI͈͂܂B 
      meCollapseEnd - I͈͂̏IʒuɌđI͈͂܂B 



document.selection.Copy \bh    IeLXgNbv{[hɃRs[܂B 
\ 
    function Copy()



document.selection.CopyLink \bh    J[\ʒuURLNbv{[hɃRs[܂B 
\ 
    function CopyLink()



document.selection.Cut \bh    IeLXgNbv{[hɃRs[Č̈ʒu폜܂B 
\ 
    function Cut()



document.selection.Delete \bh    IeLXg폜܂B 
\ 
    function Delete(
        Count : int
    )
p[^ 
    Count ȗ\łB폜镶B 



document.selection.DeleteLeft \bh    J[\ʒu̍ɂ镶w肵폜܂B 
\ 
    function DeleteLeft(
        Count : int
    )
p[^ 
    Count ȗ\łB폜镶B 



document.selection.DestructiveInsert \bh    eLXg}܂B̃eLXg͏㏑܂B 
\ 
    function DestructiveInsert(
        Text : String
    )
p[^ 
    Text Kw肵܂B}eLXgB 



document.selection.DuplicateLine \bh    ݂̍s𕡐܂B 
\ 
    function DuplicateLine()



document.selection.EndOfDocument \bh    J[\𕶏̖Ɉړ܂B 
\ 
    function EndOfDocument(
        Extend : boolean
    )
p[^ 
    Extend ȗ\łBړeLXg͈̔͑I邩ǂw肵܂Bl false łB 



document.selection.EndOfLine \bh    J[\݂̍s̖Ɉړ܂B 
\ 
    function EndOfLine(
        Extend : boolean,
        Flags : int
    )
p[^ 
    Extend \łBړeLXg͈̔͑I邩ǂw肵܂Bl false łB 
    Flags 
      mePosView - \WŎw肵܂B 
      mePosLogical - _WŎw肵܂B 



document.selection.Find \bh    w̃p^[܂B 
\ 
    function Find(
        Pattern : String,
        Flags : int
    ) : int
p[^ 
    Pattern Kw肵܂B镶B 
    Flags 
      meFindNext - J[\ʒu玟܂B 
      meFindPrevious - J[\ʒuO܂B 
      meFindReplaceCase - P̑啶Əʂ܂B 
      meFindReplaceOnlyWord - SɈvP܂B 
      meFindAround - ̖܂Ō擪猟Jn܂B 
      meFindReplaceRegExp - K\Ō܂B 
߂l 
   0 ȂB
   1 ʂ͈͑IăJ[\ʒu͔͈͂̐擪B


document.selection.FindRepeat \bh    O񌟍܂B 
\ 
    function FindRepeat(
        Flags : int
    )
p[^ 
    Flags 
      meFindNext - J[\ʒu玟܂B 
      meFindPrevious - J[\ʒuO܂B 
      meFindRepeatWord - I͈͂̏ꍇ̓J[\ʒu̒P܂B 



document.selection.Format \bh    I͈͂̐܂Ԃʒuɉs}܂͍폜܂B 
\ 
    function Format(
        Flags : int
    )
p[^ 
    Flags 
      meFormatInsertNL - ܂Ԃʒuɉs}܂B 
      meFormatDeleteNL - ܂Ԃʒủs폜܂B 
      meFormatSplitLines - ܂Ԃʒuɉs}čs̋󔒂폜܂B 
      meFormatJoinLines - ܂Ԃʒủs폜čsɋ󔒂}܂B 



document.selection.GetActivePointX \bh    J[\ʒǔ擾܂B 
\ 
    function GetActivePointX(
        Flags : int
    ) : int
p[^ 
    Flags 
      mePosView - \WŎw肵܂B 
      mePosLogical - _WŎw肵܂B 



document.selection.GetActivePointY \bh    J[\ʒu̍s擾܂B 
\ 
    function GetActivePointY(
        Flags : int
    ) : int
p[^ 
    Flags 
      mePosView - \WŎw肵܂B 
      mePosLogical - _WŎw肵܂B 



document.selection.GetAnchorPointX \bh    I͈͂̊Jnʒǔ擾܂B 
\ 
    function GetAnchorPointX(
        Flags : int
    ) : int
p[^ 
    Flags 
      mePosView - \WŎw肵܂B 
      mePosLogical - _WŎw肵܂B 



document.selection.GetAnchorPointY \bh    I͈͂̊Jnʒu̍s擾܂B 
\ 
    function GetAnchorPointY(
        Flags : int
    ) : int
p[^ 
    Flags 
      mePosView - \WŎw肵܂B 
      mePosLogical - _WŎw肵܂B 



document.selection.GetBottomPointX \bh    I͈͂̍Ō̈ʒǔ擾܂B 
\ 
    function GetBottomPointX(
        Flags : int
    ) : int
p[^ 
    Flags 
      mePosView - \WŎw肵܂B 
      mePosLogical - _WŎw肵܂B 



document.selection.GetBottomPointY \bh    I͈͂̍Ō̈ʒu̍s擾܂B 
\ 
    function GetBottomPointY(
        Flags : int
    ) : int
p[^ 
    Flags 
      mePosView - \WŎw肵܂B 
      mePosLogical - _WŎw肵܂B 



document.selection.GetTopPointX \bh    I͈͂̍ŏ̈ʒǔ擾܂B 
\ 
    function GetTopPointX(
        Flags : int
    ) : int
p[^ 
    Flags 
      mePosView - \WŎw肵܂B 
      mePosLogical - _WŎw肵܂B 



document.selection.GetTopPointY \bh    I͈͂̍ŏ̈ʒu̍s擾܂B 
\ 
    function GetTopPointY(
        Flags : int
    ) : int
p[^ 
    Flags 
      mePosView - \WŎw肵܂B 
      mePosLogical - _WŎw肵܂B 



document.selection.Indent \bh    Isw肵CfgxŃCfg܂B 
\ 
    function Indent(
        Count : int
    )
p[^ 
    Count ȗ\łBCfg\̐Bl 1 łB 



document.selection.InsertDate \bh    tƎJ[\ʒuɑ}܂B 
\ 
    function InsertDate(
        Flags : int
    )
p[^ 
    Flags 
      meDateTimeDate - At}܂B 
      meDateDateTime - tA}܂B 



document.selection.InsertFromFile \bh    w肵t@C̓eJ[\ʒuɑ}܂B 
\ 
    function InsertFromFile(
        File : String
    )
p[^ 
    File Kw肵܂BJ[\ʒuɑ}t@CB 



document.selection.LineDown \bh    J[\ʒuw肵sAɈړ܂B 
\ 
    function LineDown(
        Extend : boolean,
        Count : int
    )
p[^ 
    Extend ȗ\łBړeLXg͈̔͑I邩ǂw肵܂Bl false łB 
    Count ȗ\łBɈړsBl 1 łB 



document.selection.LineOpen \bh    J[\ʒu̍sԂɉs}܂B 
\ 
    function LineOpen(
        Above : boolean
    )
p[^ 
    Above ȗ\łBtrue w肷Əɉs}܂Bl false łB 



document.selection.LineUp \bh    J[\ʒuw肵sɈړ܂B 
\ 
    function LineUp(
        Extend : boolean,
        Count : int
    )
p[^ 
    Extend ȗ\łBړeLXg͈̔͑I邩ǂw肵܂Bl false łB 
    Count ȗ\łBɈړsBl 1 łB 



document.selection.NewLine \bh    J[\ʒuɉs}܂B 
\ 
    function NewLine(
        Count : int
    )
p[^ 
    Count ȗ\łB}s̐Bl 1 łB 



document.selection.NextBookmark \bh    ̎̃ubN}[N̈ʒuɈړ܂B 
\ 
    function NextBookmark() : boolean



document.selection.OpenLink \bh    J[\ʒuURL̃uEUŊJ܂B 
\ 
    function OpenLink()



document.selection.PageDown \bh    w肵y[WɈړ܂B 
\ 
    function PageDown(
        Extend : boolean,
        Count : int
    )
p[^ 
    Extend ȗ\łBړeLXg͈̔͑I邩ǂw肵܂Bl false łB 
    Count ȗ\łBɈړy[WBl 1 łB 



document.selection.PageUp \bh    w肵y[WɈړ܂B 
\ 
    function PageUp(
        Extend : boolean,
        Count : int
    )
p[^ 
    Extend ȗ\łBړeLXg͈̔͑I邩ǂw肵܂Bl false łB 
    Count ȗ\łBɈړy[WBl 1 łB 



document.selection.Paste \bh    J[\ʒuɃNbv{[h̓e}܂B 
\ 
    function Paste()



document.selection.PreviousBookmark \bh    ̑ÕubN}[N̈ʒuɈړ܂B 
\ 
    function PreviousBookmark() : boolean



document.selection.Replace \bh    w肵eLXgw肵eLXgŒu܂B 
\ 
    function Replace(
        Pattern : String,
        Replace : String,
        Flags : int
    ) : int
p[^ 
    Pattern Kw肵܂B镶B 
    Replace Kw肵܂BPattern u镶B 
    Flags 
      meFindReplaceCase - P̑啶Əʂ܂B 
      meFindReplaceOnlyWord - SɈvP܂B 
      meFindReplaceRegExp - K\Ō܂B 
      meReplaceSelOnly - I͈͂̂ݒu܂B 
      meReplaceAll - ׂĒu܂B 



document.selection.SelectAll \bh    ׂđI܂B 
\ 
    function SelectAll()



document.selection.SelectLine \bh    J[\ʒu̘_sI܂B 
\ 
    function SelectLine()



document.selection.SetActivePoint \bh    J[\ʒuݒ肵܂B 
\ 
    function SetActivePoint(
        Flags : int,
        Offset : int,
        Line : int,
        Extend : boolean
    )
p[^ 
    Flags 
      mePosView - \WŎw肵܂B 
      mePosLogical - _WŎw肵܂B 
    Offset Kw肵܂Bs̕CfbNXʒuŁA1 n܂܂B 
    Line Kw肵܂B1 n܂sԍw肵܂B 
    Extend ȗ\łBړeLXg͈̔͑I邩ǂw肵܂Bl false łB 



document.selection.SetAnchorPoint \bh    I͈͂̊Jnʒuݒ肵܂B 
\ 
    function SetAnchorPoint(
        Flags : int,
        Offset : int,
        Line : int
    )
p[^ 
    Flags 
      mePosView - \WŎw肵܂B 
      mePosLogical - _WŎw肵܂B 
    Offset Kw肵܂Bs̕CfbNXʒuŁA1 n܂܂B 
    Line Kw肵܂B1 n܂sԍw肵܂B 



document.selection.SetBookmark \bh    J[\sɃubN}[Nݒ肵܂B 
\ 
    function SetBookmark()



document.selection.SelectWord \bh    J[\ʒu̒PI܂B 
\ 
    function SelectWord()



document.selection.StartOfDocument \bh    J[\𕶏̐擪Ɉړ܂B 
\ 
    function StartOfDocument(
        Extend : boolean
    )
p[^ 
    Extend ȗ\łBړeLXg͈̔͑I邩ǂw肵܂Bl false łB 



document.selection.StartOfLine \bh    J[\݂̍s̐擪Ɉړ܂B 
\ 
    function StartOfLine(
        Extend : boolean,
        Flags : int
    )
p[^ 
    Extend ȗ\łBړeLXg͈̔͑I邩ǂw肵܂Bl false łB 
    Flags 
      mePosView - \WŎw肵܂B 
      mePosLogical - _WŎw肵܂B 



document.selection.Tabify \bh    I͈͂̋󔒂^uɕϊ܂B 
\ 
    function Tabify()



document.selection.UnIndent \bh    Is̃Cfgw肵Cfgx폜܂B 
\ 
    function Unindent(
        Count : int
    )
p[^ 
    Count ȗ\łBCfg\̐Bl 1 łB 



document.selection.Untabify \bh    I͈͂̃^u󔒂ɕϊ܂B 
\ 
    function Untabify()



document.selection.WordLeft \bh    J[\w肵Pꐔ̍Ɉړ܂B 
\ 
    function WordLeft(
        Extend : boolean,
        Count : int
    )
p[^ 
    Extend ȗ\łBړeLXg͈̔͑I邩ǂw肵܂Bl false łB 
    Count ȗ\łBɈړ镶Bl 1 łB 



document.selection.WordRight \bh    J[\w肵Pꐔ̉EɈړ܂B 
\ 
    function WordRight(
        Extend : boolean,
        Count : int
    )
p[^ 
    Extend ȗ\łBړeLXg͈̔͑I邩ǂw肵܂Bl false łB 
    Count ȗ\łBɈړ镶Bl 1 łB 



Selection C^[tFCX
[vpeB]
document.selection.IsEmpty vpeB    I͈͂󂩂ǂ擾܂B 
\ 
    function get IsEmpty() : boolean



document.selection.Text vpeB    IeLXgݒ܂͎擾܂B 
\ 
    function get Text() : String
    function set Text(value : String)
vpeBl 
    value IeLXg\B 



================================================================================
Document C^[tFCX

1 [\bh] 
  1. 1 Activate \bh 
  1. 2 Close \bh 
  1. 3 CopyFullName \bh 
  1. 4 CopyPath \bh 
  1. 5 GetLine \bh 
  1. 6 GetLines \bh 
  1. 7 Redo \bh 
  1. 8 Save \bh 
  1. 9 Undo \bh 
  1.10 Write \bh 
  1.11 Writeln \bh 

2 [vpeB] 
  2. 1 Encoding vpeB 
  2. 2 FullName vpeB 
  2. 3 HighlightFind vpeB 
  2. 4 Name vpeB 
  2. 5 Path vpeB 
  2. 6 Saved vpeB 
  2. 7 Selection vpeB 
  2. 8 Text vpeB 


Document C^[tFCX
[\bh]
document.Activate \bh    ANeBuɂ܂B 
\ 
    function Activate()



document.Close \bh    ܂B 
\ 
    function Close()



document.CopyFullName \bh    ̃t@CpXNbv{[hɃRs[܂B 
\ 
    function CopyFullName()



document.CopyPath \bh    ̃fBNgpXNbv{[hɃRs[܂B 
\ 
    function CopyPath()



document.GetLine \bh    w肵s̕擾܂B 
\ 
    function GetLine(
        Line : int,
        Flags : int
    ) : String
p[^ 
    Line Kw肵܂B1 n܂sԍw肵܂B 
    Flags 
      meGetLineWithNewLines - ɉsR[hǉ܂B 
      meGetLineView - \WŎw肵܂B 



document.GetLines \bh    ̍s擾܂B 
\ 
    function GetLines(
        Flags : int
    ) : int
p[^ 
    Flags 
      meGetLineView - \WŎw肵܂B 



document.Redo \bh    蒼܂B 
\ 
    function Redo()



document.Save \bh    ۑ܂B 
\ 
    function Save(
        File : String
    )
p[^ 
    File ȗ\łBۑt@CB 



document.Undo \bh    ɖ߂܂B 
\ 
    function Undo()



document.Write \bh    J[\ʒuɃeLXg}܂B 
\ 
    function Write(
        Text : String
    )
p[^ 
    Text Kw肵܂B}镶B 



document.Writeln \bh    J[\ʒuɃeLXgƉs}܂B 
\ 
    function Writeln(
        Text : String
    )
p[^ 
    Text Kw肵܂B}镶B 



Document C^[tFCX
[vpeB]
document.Encoding vpeB    ̃GR[fBOݒ܂͎擾܂BB 
\ 
    function get Encoding() : int
    function set Encoding(
        value : int
    )
vpeBl (萔) 
    value 
      meEncodingAutomatic - o 
      meEncodingJIS - { (JIS) 
      meEncodingEUC - { (EUC) 
      meEncodingSJIS - { (Vtg JIS) 
      meEncodingUnicode - Unicode (UTF-16) 
      meEncodingUnicodeBigendian - Unicode (UTF-16, Big-Endian) 
      meEncodingUTF7 - Unicode (UTF-7) 
      meEncodingUTF8 - Unicode (UTF-8, BOML) 
      meEncodingUTF8N - Unicode (UTF-8, BOM) 
      meEncoding1256 - ArA (Windows) 
      meEncoding1257 - og (Windows) 
      meEncoding1250 - [bp (Windows) 
      meEncoding936 - ȑ̎ (GB2312) 
      meEncoding950 - ɑ̎ (Big5) 
      meEncoding1251 - L (Windows) 
      meEncoding1253 - MV (Windows) 
      meEncoding1255 - wuC (Windows) 
      meEncoding949 - ؍ 
      meEncoding874 - ^C (Windows) 
      meEncoding1254 - gR (Windows) 
      meEncoding1258 - xgi (Windows) 
      meEncoding1252 - [bp (Windows) 



document.FullName vpeB    ̃t@CpX擾܂B 
\ 
    function get FullName() : String



document.HighlightFind vpeB    ʂ\邩ǂݒ܂͎擾܂B 
\ 
    function get HighlightFind() : boolean
    function set HighlightFind(value : boolean)



document.Name vpeB    ̃t@C擾܂B 
\ 
    function get Name() : String



document.Path vpeB    ̃fBNgpX擾܂B 
\ 
    function get Path() : String



document.Saved vpeB    OۑύXĂ邩ǂݒ܂͎擾܂B 
\ 
    function get Saved() : boolean
    function set Saved(value : boolean)
vpeBl 
    value ύXĂꍇ true AȊȌꍇ false u[lB 



document.Selection vpeB    Document IuWFNgł݂̌̑Iڂ\IuWFNg擾܂B 
\ 
    function get Selection() : Selection



document.Text vpeB    ݒ܂͎擾܂B 
\ 
    function get Text() : String
    function set Text(value : String)
vpeBl 
    value \B 



================================================================================
Documents RNV

[vpeB]
editor.documents.Count vpeB    ̐擾܂B 
\ 
    function get Count() : int



editor.documents.Item vpeB    w肷CfbNX Document IuWFNg擾܂B 
\ 
    function get Item(value : int) : Document



================================================================================
Editor C^[tFCX

1 [\bh] 
  1. 1 FindInFiles \bh 
  1. 2 NewFile \bh 
  1. 3 OpenFile \bh 
  1. 4 SaveAll \bh 
  1. 5 SaveCloseAll \bh 
  1. 6 ExecuteCommandByID \bh 

2 [vpeB] 
  2. 1 ActiveDocument vpeB 
  2. 2 Documents vpeB 
  2. 3 FullName vpeB 
  2. 4 Version vpeB 
  2. 5 EnableTab vpeB (2.0.10.3973)


Editor C^[tFCX
[\bh]
editor.FindInFiles \bh    ̃t@Cw̃p^[܂B 
\ 
    function FindInFiles(
        Pattern : String,
        Path : String
        Flags : int
    )
p[^ 
    Pattern Kw肵܂B镶B 
    Path Kw肵܂BfBNg̃pXB 
    Flags 
      meFindReplaceCase - P̑啶Əʂ܂B 
      meFindReplaceOnlyWord - SɈvP܂B 
      meFindReplaceRegExp - K\Ō܂B 
      meFindRecursive - TufBNg܂B 
      meFindFileNamesOnly - t@Ĉݕ\܂B 



editor.NewFile \bh    VK쐬܂B 
\ 
    function NewFile()



editor.OpenFile \bh    J܂B 
\ 
    function OpenFile(
        File : String,
        Encoding : int,
        Flags : int
    )
p[^ 
    File Kw肵܂BJt@CB 
    Encoding ȗ\łBJt@C̃GR[hB 
    Flags 
      meOpenAllowNewWindow - JĂ镶ύXĂꍇ͐VEBhEŊJ܂B 



editor.SaveAll \bh    ׂĕۑ܂B 
\ 
    function SaveAll()



editor.SaveCloseAll \bh    ׂĕۑĕ܂B 
\ 
    function SaveCloseAll()



editor.ExecuteCommandByID \bh    }Ns̃EBhẼj[ɂ@\Ăяo܂B 
\ 
    function ExecuteCommandByID(
        Id : int
    )
p[^ (1.1.2.2840)
    Id 
      MEID_FILE_NEW = 4096
      MEID_FILE_OPEN = 4097
      MEID_FILE_CLOSE_AND_OPEN = 4098
      MEID_FILE_SAVE = 4099
      MEID_FILE_SAVE_AS = 4100
      MEID_FILE_SAVE_ALL = 4101
      MEID_FILE_INSERT = 4102
      MEID_RELOAD_DETECT_ALL = 4103
      MEID_RELOAD_JIS = 4104
      MEID_RELOAD_EUC = 4105
      MEID_RELOAD_SJIS = 4106
      MEID_RELOAD_UNILE = 4107
      MEID_RELOAD_UNIBE = 4108
      MEID_RELOAD_UTF7 = 4109
      MEID_RELOAD_UTF8 = 4110
      MEID_RELOAD_UTF8N = 4111
      MEID_RELOAD_EUCKR = 4112
      MEID_RELOAD_GB2312 = 4113
      MEID_RELOAD_BIG5 = 4114
      MEID_RELOAD_1251 = 4115
      MEID_FILE_PRINT = 4116
      MEID_FILE_PRINT_PREVIEW = 4117
      MEID_FILE_SAVE_AND_CLOSE = 4118
      MEID_FILE_CLOSE = 4119
      MEID_FILE_SAVE_AND_CLOSE_ALL = 4120
      MEID_FILE_EXIT_ALL = 4121
      MEID_EDIT_UNDO = 4122
      MEID_EDIT_REDO = 4123
      MEID_EDIT_CUT = 4124
      MEID_EDIT_COPY = 4125
      MEID_EDIT_PASTE = 4126
      MEID_EDIT_COPY_TEXT_IN_QUOTES = 4127
      MEID_EDIT_DELETE = 4128
      MEID_EDIT_SELECT_ALL = 4129
      MEID_EDIT_TIME_DATE = 4130
      MEID_EDIT_JUMP = 4131
      MEID_EDIT_TAG_JUMP = 4132
      MEID_CONVERT_SELECTION_INSERT_NEW_LINES = 4133
      MEID_CONVERT_SELECTION_REMOVE_NEW_LINES = 4134
      MEID_CONVERT_SELECTION_SPLIT_LINES = 4135
      MEID_CONVERT_SELECTION_JOIN_LINES = 4136
      MEID_CONVERT_SELECTION_UPPERCASE = 4137
      MEID_CONVERT_SELECTION_LOWERCASE = 4138
      MEID_CONVERT_SELECTION_HALF_WIDTH = 4139
      MEID_CONVERT_SELECTION_FULL_WIDTH = 4140
      MEID_CONVERT_SELECTION_TABIFY = 4141
      MEID_CONVERT_SELECTION_UNTABIFY = 4142
      MEID_CONVERT_SELECTION_INCREASE_LINE_INDENT = 4143
      MEID_CONVERT_SELECTION_DECREASE_LINE_INDENT = 4144
      MEID_CONVERT_SELECTION_RECONVERT = 4145
      MEID_CONVERT_SELECTION_BASE64_DECODE = 4146
      MEID_BOOKMARKS_TOGGLE_BOOKMARK = 4147
      MEID_BOOKMARKS_NEXT_BOOKMARK = 4148
      MEID_BOOKMARKS_PREVIOUS_BOOKMARK = 4149
      MEID_BOOKMARKS_CLEAR_BOOKMARKS = 4150
      MEID_SEARCH_FIND = 4151
      MEID_SEARCH_NEXT = 4152
      MEID_SEARCH_PREVIOUS = 4153
      MEID_SEARCH_REPLACE = 4154
      MEID_SEARCH_ERASE_FIND_HIGHLIGHT = 4155
      MEID_SEARCH_FIND_IN_FILES = 4156
      MEID_SEARCH_GOOGLE_JAPANESE = 4157
      MEID_SEARCH_GOOGLE_WEB = 4158
      MEID_SEARCH_YAHOO_DICTIONARY = 4159
      MEID_VIEW_INVERT_COLORS = 4160
      MEID_VIEW_NO_WRAP = 4161
      MEID_VIEW_WRAP_BY_CHARACTERS = 4162
      MEID_VIEW_WRAP_BY_WINDOW_ = 4163
      MEID_VIEW_MARKS_SHOW_RETURNS = 4164
      MEID_VIEW_MARKS_SHOW_END_OF_FILE = 4165
      MEID_VIEW_MARKS_SHOW_TABS = 4166
      MEID_VIEW_MARKS_SHOW_SPACES = 4167
      MEID_VIEW_MARKS_SHOW_DOUBLE_BYTE_SPACES = 4168
      MEID_VIEW_TOOL_BAR_STANDARD_BUTTONS = 4169
      MEID_VIEW_TOOL_BAR_CUSTOMIZE = 4170
      MEID_VIEW_STATUS_BAR = 4171
      MEID_MACROS_START_STOP_RECORD = 4172
      MEID_MACROS_RUN = 4173
      MEID_MACROS_SAVE_AS = 4174
      MEID_MACROS_EDIT = 4175
      MEID_MACROS_SELECT = 4176
      MEID_MACROS_SELECT_THIS = 4177
      MEID_MACROS_CUSTOMIZE = 4178
      MEID_TOOLS_OPTIONS = 4179
      MEID_TOOLS_SQL_FORMAT = 4180
      MEID_TOOLS_XML_FORMAT = 4181
      MEID_WINDOW_ALWAYS_ON_TOP = 4182
      MEID_WINDOW_SPLIT = 4183
      MEID_WINDOW_NEXT_PANE = 4184
      MEID_WINDOW_PREVIOUS_PANE = 4185
      MEID_WINDOW_ACTIVE_PANE = 4186
      MEID_WINDOW_ENABLE_TABS = 4187
      MEID_WINDOW_NEXT_DOCUMENT = 4188
      MEID_WINDOW_PREVIOUS_DOCUMENT= 4189
      MEID_HELP_HELP = 4190
      MEID_HELP_ABOUT = 4191
      MEID_RELOAD_874 = 4192
      MEID_RELOAD_1250 = 4193
      MEID_RELOAD_1252 = 4194
      MEID_RELOAD_1253 = 4195
      MEID_RELOAD_1254 = 4196
      MEID_RELOAD_1255 = 4197
      MEID_RELOAD_1256 = 4198
      MEID_RELOAD_1257 = 4199
      MEID_RELOAD_1258 = 4200
      MEID_EDIT_MODE_BAT = 8192
      MEID_EDIT_MODE_CFM = 8193
      MEID_EDIT_MODE_CSHARP = 8194
      MEID_EDIT_MODE_CPP = 8195
      MEID_EDIT_MODE_CSS = 8196
      MEID_EDIT_MODE_DELPHI = 8197
      MEID_EDIT_MODE_HSP = 8198
      MEID_EDIT_MODE_HTML = 8199
      MEID_EDIT_MODE_INI = 8200
      MEID_EDIT_MODE_JAVA = 8201
      MEID_EDIT_MODE_JSCRIPT = 8202
      MEID_EDIT_MODE_JSP = 8203
      MEID_EDIT_MODE_PERL = 8204
      MEID_EDIT_MODE_PHP = 8205
      MEID_EDIT_MODE_PYTHON = 8206
      MEID_EDIT_MODE_RUBY = 8207
      MEID_EDIT_MODE_SQL = 8208
      MEID_EDIT_MODE_TEXT = 8209
      MEID_EDIT_MODE_UWSC = 8210
      MEID_EDIT_MODE_VBSCRIPT = 8211
      MEID_EDIT_MODE_VISUALBASIC = 8212

p[^  (2.0.0.3583 `)
    Id 
      MEID_FILE_NEW = 4109
      MEID_FILE_OPEN = 4110
      MEID_FILE_CLOSE_AND_OPEN = 4111
      MEID_FILE_SAVE = 4112
      MEID_FILE_SAVE_AS = 4113
      MEID_FILE_SAVE_ALL = 4114
      MEID_FILE_INSERT = 4115
      MEID_RELOAD_DETECT_ALL = 4116
      MEID_RELOAD_UNILE = 4117
      MEID_RELOAD_UNIBE = 4118
      MEID_RELOAD_UTF8 = 4119
//      MEID_RELOAD_UTF8N = 4119  // `c BOM ̗L͂˂Ɏ
      MEID_RELOAD_UTF7 = 4120
      MEID_RELOAD_1256 = 4120
      MEID_RELOAD_1257 = 4121
      MEID_RELOAD_1250 = 4122
      MEID_RELOAD_GB2312 = 4123
      MEID_RELOAD_BIG5 = 4124
      MEID_RELOAD_1251 = 4125
      MEID_RELOAD_1253 = 4126
      MEID_RELOAD_1255 = 4127
      MEID_RELOAD_EUC = 4128
      MEID_RELOAD_JIS = 4129
      MEID_RELOAD_SJIS = 4130
      MEID_RELOAD_EUCKR = 4131
      MEID_RELOAD_874 = 4132
      MEID_RELOAD_1254 = 4133
      MEID_RELOAD_1258 = 4134
      MEID_RELOAD_1252 = 4135



Editor C^[tFCX
[vpeB]
editor.ActiveDocument vpeB    ݊JĂDocument IuWFNg擾܂B 
\ 
    function get ActiveDocument() : Document



editor.Documents vpeB    ݊JĂ镶 Documents RNV擾܂B 
\ 
    function get Documents() : Documents



editor.FullName vpeB    Mery ̎st@C̃t@CpX擾܂B 
\ 
    function get FullName() : String



editor.Version vpeB    Merỹo[W擾܂B 
\ 
    function get Version() : String



editor.EnableTab vpeB    ^uLǂݒ܂͎擾܂B(2.0.10.3973)
\ 
    function get EnableTab() : boolean
    function set EnableTab(value : boolean)
vpeBl 
    value ^uLȂ true AȊȌꍇ false u[lB 



================================================================================
ClipboardData C^[tFCX

1 [\bh] 
  1. 1 ClearData \bh 
  1. 2 GetData \bh 
  1. 3 SetData \bh 


ClipboardData C^[tFCX
[\bh]
ClipboardData.ClearData \bh    Nbv{[h܂B 
\ 
    function ClearData()



ClipboardData.GetData \bh    Nbv{[hf[^擾܂B 
\ 
    function GetData() : String



ClipboardData.SetData \bh    Nbv{[hɃf[^ݒ肵܂B 
\ 
    function SetData(
        Text : String
    )
p[^ 
    Text ݒ肷镶B



================================================================================
PopupMenu C^[tFCX
ڎ

1 [\bh] 
  1. 1 Add \bh 
  1. 2 AddPopup \bh 
  1. 3 GetText \bh 
  1. 4 Track \bh 


PopupMenu C^[tFCX
[\bh]
PopupMenu.Add \bh    j[ڂǉ܂B
\ 
    function Add(
        Text : String,
        Id : int,
        Flags : int
    )
p[^ 
    Text Kw肵܂B\镶B 
    Id Kw肵܂BTrack \bhŎ󂯎߂lB 
    Flags 
      meMenuChecked - `FbNꂽԂɂ܂B 
      meMenuGrayed - ɂ܂B 
      meMenuSeparator - Zp[^w肵܂B 



PopupMenu.AddPopup \bh    Tuj[ǉ܂B 
\ 
    function AddPopup(
        Text : String,
        Popup : PopupMenu
    )
p[^ 
    Text Kw肵܂B\镶B 
    Popup Kw肵܂BTuj[ƂĎgp PopupMenu IuWFNgB 



PopupMenu.GetText \bh    w肵ID̍ڂ̕擾܂B 
\ 
    function GetText(
        Id : int
    ) : String
p[^ 
    Id Kw肵܂BAdd \bhŎw肵IDB 



PopupMenu.Track \bh    |bvAbvj[\܂B 
\ 
    function Track(
        Flags : int
    )
p[^ 
    Flags 
      mePosMouse - }EXJ[\ʒuɃ|bvAbvj[\܂B 



================================================================================
Window C^[tFCX
ڎ

1 [\bh] 
  1.1 Alert \bh 
  1.2 Close \bh 
  1.3 Confirm \bh 
  1.4 CreatePopupMenu \bh 
  1.5 Print \bh 
  1.6 Prompt \bh 
  1.7 Quit \bh 

2 [vpeB] 
  2.1 ClipboardData vpeB 
  2.2 Document vpeB 
  2.3 Editor vpeB 
  2.4 ScriptFullName vpeB 
  2.5 ScriptName vpeB 
  2.6 Status vpeB 


Window C^[tFCX
[\bh]
[window.]Alert \bh    OK{^t_CAO\܂B 
\ 
    function Alert(
        Text : String
    )
p[^ 
    Text Kw肵܂B\镶B 



[window.]Close \bh    JĂ镶܂B 
\ 
    function Close()



[window.]Confirm \bh    OK{^ƃLZ{^t_CAO\܂B 
\ 
    function Confirm(
        Text : String
    ) : boolean
p[^ 
    Text Kw肵܂B\镶B 



[window.]CreatePopupMenu \bh    |bvAbvj[쐬܂B 
\ 
    function CreatePopupMenu() : PopupMenu



[window.]Print \bh    _CAO\܂B 
\ 
    function Print()



[window.]Prompt \bh    eLXg͂_CAO\܂B 
\ 
    function Prompt(
        Text : String,
        Default : String
    ) : String
p[^ 
    Text Kw肵܂B\镶B 
    Default Kw肵܂Bŕ\镶B 



[window.]Quit \bh    }N̎s𒆒f܂B 
\ 
    function Quit()



Window C^[tFCX
[vpeB]
[window.]ClipboardData vpeB    Window IuWFNgł̃Nbv{[h\IuWFNg擾܂B 
\ 
    function get ClipboardData() : ClipboardData



[window.]Document vpeB    Window IuWFNgł̃GfB^ŊJĂ镶\IuWFNg擾܂B 
\ 
    function get Document() : Document



[window.]Editor vpeB    Window IuWFNgł̃GfB^{̂\IuWFNg擾܂B 
\ 
    function get Editor() : Editor



[window.]ScriptFullName vpeB    IĂ}Ñt@CpX擾܂B 
\ 
    function get ScriptFullName() : String



[window.]ScriptName vpeB    IĂ}Ñt@C擾܂B 
\ 
    function get ScriptName() : String



[window.]Status vpeB    Xe[^Xo[̕ݒ܂͎擾܂B 
\ 
    function get Status() : String
    function set Status(value : String)
vpeBl 
    value ݒ肷eLXg\B 



================================================================================

================================================================================
