AmrDeveloper / CodeView

Android Library to make it easy to create an Code editor or IDE that support any languages and themes, with auto complete, auto indenting, snippets and more features
https://amrdeveloper.github.io/CodeView/
MIT License
378 stars 48 forks source link

Add Undo/Redo Functions to editor #8

Closed rudrathedev closed 2 years ago

AmrDeveloper commented 2 years ago

Hello, @rudrathedev,

Thanks for your effort,

This code is good for Undo and Redo as we talk about the issue we need more general commands support and we need to design it to be customizable and easy,

So can you move your class UndoRedoManager to the app as an external helper class until we design our new commands support

After finishing it please squash your commits into a single one with commit, you can do it from CLI or Android Studio IDE

Thanks Again, Amr Hesham

AmrDeveloper commented 2 years ago

Hello @rudrathedev any updates?

m-anshuman2166 commented 2 years ago

@AmrDeveloper we should close this since it is already implemented by you

AmrDeveloper commented 2 years ago

You are right@m-anshuman2166, thank you