Lines Matching refs:GetCount

153 	if(e.GetCount() < 1 || e.GetCount() > 2)  in MacroGet()
156 int count = e.GetCount() > 1 ? e.Int(1) : 1; in MacroGet()
164 int c = e.GetCount(); in MacroRemove()
188 int c = e.GetCount(); in MacroInsert()
197 int n = e.GetCount(); in MacroFind()
212 int n = e.GetCount(); in MacroReplace()
243 if(e.GetCount() > 1) e.ThrowError("MoveLeft(sel = false) takes at most 1 parameter"); in MacroMoveLeft()
244 editor.MoveLeft(e.GetCount() > 0 && e.Int(0) > 0); in MacroMoveLeft()
249 if(e.GetCount() > 1) e.ThrowError("MoveRight(sel = false) takes at most 1 parameter"); in MacroMoveRight()
250 editor.MoveRight(e.GetCount() > 0 && e.Int(0) > 0); in MacroMoveRight()
255 if(e.GetCount() > 1) e.ThrowError("MoveUp(sel = false) takes at most 1 parameter"); in MacroMoveUp()
256 editor.MoveUp(e.GetCount() > 0 && e.Int(0) > 0); in MacroMoveUp()
261 if(e.GetCount() > 1) e.ThrowError("MoveDown(sel = false) takes at most 1 parameter"); in MacroMoveDown()
262 editor.MoveDown(e.GetCount() > 0 && e.Int(0) > 0); in MacroMoveDown()
267 if(e.GetCount() > 1) e.ThrowError("MoveHome(sel = false) takes at most 1 parameter"); in MacroMoveHome()
268 editor.MoveHome(e.GetCount() > 0 && e.Int(0) > 0); in MacroMoveHome()
273 if(e.GetCount() > 1) e.ThrowError("MoveEnd(sel = false) takes at most 1 parameter"); in MacroMoveEnd()
274 editor.MoveEnd(e.GetCount() > 0 && e.Int(0) > 0); in MacroMoveEnd()
279 if(e.GetCount() > 1) e.ThrowError("MovePageUp(sel = false) takes at most 1 parameter"); in MacroMovePageUp()
280 editor.MovePageUp(e.GetCount() > 0 && e.Int(0) > 0); in MacroMovePageUp()
285 if(e.GetCount() > 1) e.ThrowError("MovePageDown(sel = false) takes at most 1 parameter"); in MacroMovePageDown()
286 editor.MovePageDown(e.GetCount() > 0 && e.Int(0) > 0); in MacroMovePageDown()
291 if(e.GetCount() > 1) e.ThrowError("MoveTextBegin(sel = false) takes at most 1 parameter"); in MacroMoveTextBegin()
292 editor.MoveTextBegin(e.GetCount() > 0 && e.Int(0) > 0); in MacroMoveTextBegin()
297 if(e.GetCount() > 1) e.ThrowError("MoveTextEnd(sel = false) takes at most 1 parameter"); in MacroMoveTextEnd()
298 editor.MoveTextEnd(e.GetCount() > 0 && e.Int(0) > 0); in MacroMoveTextEnd()
303 if(e.GetCount() > 1) e.ThrowError("MoveWordRight(sel = false) takes at most 1 parameter"); in MacroMoveWordRight()
311 if(e.GetCount() > 0 && e.Int(0) > 0) in MacroMoveWordRight()
319 if(e.GetCount() > 1) e.ThrowError("MoveWordLeft(sel = false) takes at most 1 parameter"); in MacroMoveWordLeft()
327 if(e.GetCount() > 0 && e.Int(0) > 0) in MacroMoveWordLeft()
337 tags.SetCount(max(e.GetCount(), 1)); in MacroInput()
346 for(int i = 0; i < e.GetCount(); i++) in MacroInput()
348 …dialog.HCenterPos(xdim + 200, 0).VCenterPos(LINE_DIST * tags.GetCount() + 2 * SIDE_GAP + BUTTON_HE… in MacroInput()
351 for(int i = 0; i < tags.GetCount(); i++) { in MacroInput()
370 if(tags.GetCount() == 1) in MacroInput()
374 for(int i = 0; i < tags.GetCount(); i++) in MacroInput()
384 switch(e.GetCount()) { in MacroBuild()
396 switch(e.GetCount()) { in MacroBuildProject()
437 if(e.GetCount() == 1) in MacroEditFile()
439 else if(e.GetCount() == 2) in MacroEditFile()
467 if(e.GetCount() == 0) in MacroPackageDir()
496 for(int i = 0; i < v.GetCount(); i++){ in MacroFlags()
505 for(int i = 0; i < e.GetCount(); i++){ in MacroEcho()
521 if(e.GetCount()==0) in MacroPackageFiles()
529 for(int i = 0; i < pkg.file.GetCount(); i++){ in MacroPackageFiles()
538 for(int i = 0; i < package.GetCount(); i++) { in MacroAllPackages()