CodeView icon indicating copy to clipboard operation
CodeView copied to clipboard

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

Results 13 CodeView issues
Sort by recently updated
recently updated
newest added

I have added the following code in layout from the docs ``` ``` The app looks like this ![Screenshot_20220325-153948_Code Editor](https://user-images.githubusercontent.com/73415680/160095945-da653ffa-4753-490a-987f-a66c8b4062e9.jpg) Keyboard doesn't appear, no response from the app. Why is...

Great! I also have similar project. Implement code editor is so hard. So, continue to refuel.

Requested implementation of a pinch to zoom feature

**Describe the bug** Hi AMR, I'm using your library in my production apps, it's nice so far. Just got nailed in indenting html, i tried for indenting but it didn't...

enhancement

I create vertical stepper using [this](https://github.com/ernestoyaquello/VerticalStepperForm) third party library. Everything work on my android 5.1.1 and 11 But I have android 5.1.1 custom ROM to MIUI global stable 9 and...

question

1. Auto wordwrap 2. Single-line long text cannot be swiped left or right 3. Highlight the line where the caret currently resides. 4. Highlight Matching Delimiters ( Highlight the opening...

enhancement

If CodeViewAdapter.updateCodes() is called, auto complete cannot be used and the drop-down box will not be displayed

bug