-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CodeViewAdapter.updateCodes() is not available #43
Comments
Hello @rundone, Thank you for reporting, i will check it Thank you, |
I don't know if it's because I'm using it in a fragment, plus I've found that LineNumber doesn't work either |
Can you share more info about LineNumber problem so we can solve them |
LineNumber.mp4In the video, you can see that the line number is not displayed |
@rundone Thank you for sharing video, i tested line number with fragment it's work but default text size is small can you please try codeView.setLineNumberTextSize(25f); |
I released '1.3.9' for updateCodes fix |
If CodeViewAdapter.updateCodes() is called, auto complete cannot be used and the drop-down box will not be displayed
The text was updated successfully, but these errors were encountered: