CodeEditor icon indicating copy to clipboard operation
CodeEditor copied to clipboard

Code Editor Native Way

Results 6 CodeEditor issues
Sort by recently updated
recently updated
newest added

In the project `README`, you have: ```xml ``` However, this is invalid XML. That HTML needs to be escaped: ```xml ```

CodeEditor widget always applies 100 margins, see the code below Extract from source code recyclerViewParam.setMargins(0, height - 100, 0, 0); paramsTxtprocessor.setMargins(0, 0, 0, 100); Can you set it to 0...

When installing on some devices listed below, an extra white bar appears between the default keyboard and the extended one. Samsung Galaxy Tab E 9.6 (T-560) Android 4.4.4 https://imgur.com/ott7Q7n Samsung...

lineNumbers is in TextProcessor, so GutterView is useless?

When code is null, this error occurs: java.lang.NullPointerException: Attempt to invoke interface method 'int android.text.Editable.length()' on a null object reference at com.github.ahmadaghazadeh.editor.widget.CodeEditor.getIndexForEndOfLine(CodeEditor.java:369) at com.github.ahmadaghazadeh.editor.processor.TextProcessor.onDraw(TextProcessor.java:905) at android.view.View.draw(View.java:20207) at android.view.View.buildDrawingCacheImpl(View.java:19478) at android.view.View.buildDrawingCache(View.java:19338)...