You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I am cycling through $_POST, to $_GET, then to $this->params, my cursor is on the $this.
in the next cycle, i would cycle to self::
If the plugin measured the distance to the end of the word and consistently put me there,
the cycle would be more consistent (at least for this cycle group)
the ^ represents cursor position
$_POST
^
$_GET
^
$this->params
^
just a suggestion. If you have time to get to it, would be nice to have as a parameter for AddCycleGroup(). Thanks for the plugin! it rocks!
The text was updated successfully, but these errors were encountered:
say I have the following settings:
if I am cycling through
$_POST
, to$_GET
, then to$this->params
, my cursor is on the$this
.in the next cycle, i would cycle to
self::
If the plugin measured the distance to the end of the word and consistently put me there,
the cycle would be more consistent (at least for this cycle group)
the
^
represents cursor positionjust a suggestion. If you have time to get to it, would be nice to have as a parameter for
AddCycleGroup()
. Thanks for the plugin! it rocks!The text was updated successfully, but these errors were encountered: