aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-08-22Add incdec.plTeddy Wing
2021-08-22incdec: Move point if negative hyphen is added or removedTeddy Wing
2021-08-22incdec.pm: Add descriptions for the backwards handlingTeddy Wing
2021-08-22incdec: Idea for point moving when changing from positive to negativeTeddy Wing
2021-08-22incdec: Try new negative last number handling in the Readline bindingsTeddy Wing
2021-08-22incdec: Fix negative number handling when number is second of twoTeddy Wing
2021-08-22100-increment-decrement: Add new second number negative integer testsTeddy Wing
2021-08-21100-increment-decrement: Add test to decrement a negative integerTeddy Wing
2021-08-21incdec: Add a note for basic point handling when line length changesTeddy Wing
2021-08-21incdec.pm: Handle negative numbersTeddy Wing
2021-08-21100-increment-decrement: Doesn't work for negative numbersTeddy Wing
2021-08-21incdec: Add increment and decrement bindingsTeddy Wing
2021-08-21incdec: Get increment working in a Readline bindingTeddy Wing
2021-08-20Add idea for command line point start/end behaviourTeddy Wing
2021-08-19100-increment-decrement: Add a few new test casesTeddy Wing
2021-08-19incdec: Comment out test code from backward match fixTeddy Wing
2021-08-19incdec: Fix backward increment/decrementTeddy Wing
2021-08-19incdec: Add increment step argumentTeddy Wing
2021-08-19incdec: Clean up code from backwards incrementing developmentTeddy Wing
2021-08-19100-increment-decrement: Fix test nameTeddy Wing
2021-08-19incdec: Get backward incrementing working in all casesTeddy Wing
2021-08-19incdec: Get backward incrementing working in middle of a numberTeddy Wing
2021-08-19incdec: Fix backwards point at end of line caseTeddy Wing
2021-08-19incdec: Get backward-search incrementing working for last numberTeddy Wing
2021-08-18incdec: Remove old code after changing the increment implementationTeddy Wing
2021-08-18incdec: Switch to the new incrementing algorithmTeddy Wing
2021-08-18incdec: Work out positions for new match algorithmTeddy Wing
2021-08-18incdec: Add note for myself about what `@-` and `@+` meanTeddy Wing
2021-08-18Test regex replacement starting from a given positionTeddy Wing
2021-08-18incdec: Ideas for a loop based on match positionTeddy Wing
2021-08-15incdec: Ideas for searching backwards from pointTeddy Wing
2021-08-15incdec: Add comments describing the middle-of-number handling loopTeddy Wing
2021-08-15incdec: Remove pointless `$point_position` assignmentTeddy Wing
2021-08-15incdec: Remove unused variable `$previous_point_position`Teddy Wing
2021-08-15incdec: Correctly handle middle-of-number point for third numberTeddy Wing
2021-08-15100-increment-decrement: Test middle-of-number point for third numberTeddy Wing
2021-08-15incdec: Clean up code from recent middle-of-number changesTeddy Wing
2021-08-15incdec: Handle point in the middle of subsequent numbersTeddy Wing
2021-08-15incdec: Idea for handling point within subsequent numbersTeddy Wing
2021-08-08100-increment-decrement: Need to handle cursor within for subsequent #sTeddy Wing
2021-08-08incdec: Describe the 'point within number' handlingTeddy Wing
2021-08-08incdec: Fix increment when cursor is after the first numberTeddy Wing
2021-08-08incdec: Change a number when the cursor is in the middle of itTeddy Wing
2021-08-08incdec: Test for cursor point in between a numberTeddy Wing
2021-08-08incdec: Handle increments relative to the cursor positionTeddy Wing
2021-08-08incdec.pm: Add some tests and ideas for incrementing substringsTeddy Wing
2021-08-08Add a Perl module for performing the actionTeddy Wing
2021-08-08incdec: Increment the number on the current lineTeddy Wing
2021-08-08incdec: Increment the number and print the whole lineTeddy Wing
2021-08-08incdec: Ideas for operating on the full command lineTeddy Wing