greg-enbala
greg-enbala
If it helps the discussion, why I'm a little lost is say you have selected all the `-` in the following: `-1-1-2-1-1` So your selection would be: `(-)1(-)1(-)2(-)1(-)1` When you...
Gotcha. Possibly unintended consequences: * `10(0)01` would become `10(1)01` * `10(9)00` would become `10(10)00` * `201(9)-12-12` would become `201(10)-12-12`. * `( ) 10` would be no changes etc. Happy to...
Whatcha wanna do when a selection spans multiple "incrementable" things. For example: A selection that spans multiple individual numbers: `(10 xx 10)` or a large document where someone selects the...
@the-mikedavis Significant changes to the algorithm pushed. Now it only operates on what is directly in the exact selection. Notable changes: * Dates can only increment by day, DateTimes by...
@the-mikedavis > Ah sorry, this fell off of my radar for a while 😅 > > Since we're deleting so much of both modules here, I wonder if we should...
Humbly, I prefer helix always alert me before it reloads an open file even if there are no changes to the opened file. - If there are unsaved changes i...