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
384 stars 51 forks source link

Custom menu for CodeView #14

Closed m-anshuman2166 closed 2 years ago

m-anshuman2166 commented 2 years ago

I want to add custom text selection menu with custom items to my codeview

Like :

image

AmrDeveloper commented 2 years ago

Hello @ansh2166

Add Custom or Normal Context Menu is the same with CodeView or any EditText, all you need is to know how to use it with EditText for example and use the same code with CodeView and it will work fine :D

Thanks