codefori / ileditor2-issues

A place where you can search and raise issues for ILEditor 2.
1 stars 0 forks source link

Feature: A Record Feature #90

Open ciaramejia3 opened 4 years ago

ciaramejia3 commented 4 years ago

Is your feature request related to a problem? Please describe. Not a problem, however, an enhancement.

Describe the solution you'd like RDI had this feature that I would actually use quite frequently which allowed you to record a certain action, such as add a character + delete a character + return, which could then be used through out the file where ever the cursor is placed. Place cursor, click play, and then the action recorded will play, editing the file as needed. Not a super important feature, but it does save doing some tedious work.

worksofliam commented 4 years ago

@ciaramejia3

Kind of sounds like you'd like the ability to store snippets of code and then insert them when needed?

connorholyday commented 4 years ago

In other text editors like vim for example, this is called "recording a macro". This is something we could look into. As far as I'm aware technically speaking it's recording key presses and then re-playing them - key commands might be an issue though

ciaramejia3 commented 4 years ago

That is it! Thank you @connorholyday