Documentation/Source/eric5.DebugClients.Ruby.Completer.html

changeset 2444
0fdd7f9ebd0b
parent 2387
2d119e79ab54
equal deleted inserted replaced
2442:1dcfd570fa12 2444:0fdd7f9ebd0b
100 <dd> 100 <dd>
101 binding object used to determine the possible completions 101 binding object used to determine the possible completions
102 </dd> 102 </dd>
103 </dl><a NAME="Completer.select_message" ID="Completer.select_message"></a> 103 </dl><a NAME="Completer.select_message" ID="Completer.select_message"></a>
104 <h4>Completer.select_message</h4> 104 <h4>Completer.select_message</h4>
105 <b>select_message</b>(<i>message, candidates</i>) 105 <b>select_message</b>(<i>message, candidates, sep = "."</i>)
106 <p> 106 <p>
107 Method used to pick completion candidates. 107 Method used to pick completion candidates.
108 </p><dl> 108 </p><dl>
109 <dt><i>receiver</i></dt> 109 <dt><i>receiver</i></dt>
110 <dd> 110 <dd>
113 <dd> 113 <dd>
114 message to be sent to object 114 message to be sent to object
115 </dd><dt><i>candidates</i></dt> 115 </dd><dt><i>candidates</i></dt>
116 <dd> 116 <dd>
117 possible completion candidates 117 possible completion candidates
118 </dd><dt><i>sep</i></dt>
119 <dd>
120 separater string
118 </dd> 121 </dd>
119 </dl><dl> 122 </dl><dl>
120 <dt>Returns:</dt> 123 <dt>Returns:</dt>
121 <dd> 124 <dd>
122 filtered list of candidates 125 filtered list of candidates

eric ide

mercurial