CustomEditor icon indicating copy to clipboard operation
CustomEditor copied to clipboard

A custom editor for Android.

Results 10 CustomEditor issues
Sort by recently updated
recently updated
newest added

This is what I get when I import the project: ![image](https://user-images.githubusercontent.com/5357526/36351599-3510ba1a-14b5-11e8-945c-ed3046a0c6b0.png) I also can't choose what to launch.

The implementation of underline doesn't get reflected when i try to get html of the text. so when i get html and put the same html as the text for...

I writing some text to custom edittext and applying some editor say bold and italic, and i want to show same in different place, so how can i save the...

I have written some text on customedittext now I'm selecting a particular word, then its selecting all text present on customedittext. But it should not.

Hi, Underline is working in edittext. When i convert using Html.fromHtml(text) the underline will not work. bold and italic works perfect. Changed AgsUnderlineSpan to UnderlineSpan but no result... Help me

I understand why you seperated underline span as AgsUnderlineSpan, because android underlines current text in edittext without underline toggle button clicked and it breaks your editor handle methods logic. But...

DO you have any idea if we can change font by font selector/spinner ?

Can you please add function to support add image from SDCard? -- thank you

there is no listener for format change if i change format the EditText OnChange listener not fire because no character changed.

1) Write something. 2) Press bold btn. 3) Write something. Result - all text set to bold. Expected result - only 2nd part of the text should be bold.