aboutsummaryrefslogtreecommitdiffstats
path: root/incdec.pm
AgeCommit message (Expand)Author
2021-08-28incdec.pm: Return both line and start positionTeddy Wing
2021-08-28incdec.pm: Fix an issue where first number wasn't incremented backwardsTeddy Wing
2021-08-24Add license (GNU GPLv3+)Teddy Wing
2021-08-23incdec.pm: Remove recent debug printsTeddy Wing
2021-08-22incdec.pm: Add descriptions for the backwards handlingTeddy Wing
2021-08-22incdec: Fix negative number handling when number is second of twoTeddy Wing
2021-08-21incdec.pm: Handle negative numbersTeddy 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-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-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-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-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: 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