Skip to content
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

Open
rundone opened this issue Dec 28, 2023 · 7 comments
Open

CodeViewAdapter.updateCodes() is not available #43

rundone opened this issue Dec 28, 2023 · 7 comments
Labels
bug Something isn't working

Comments

@rundone
Copy link

rundone commented Dec 28, 2023

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

@AmrDeveloper
Copy link
Owner

Hello @rundone,

Thank you for reporting, i will check it

Thank you,
Amr Hesham

@AmrDeveloper AmrDeveloper added the bug Something isn't working label Dec 29, 2023
@rundone
Copy link
Author

rundone commented Dec 29, 2023

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

@AmrDeveloper
Copy link
Owner

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

@rundone
Copy link
Author

rundone commented Dec 29, 2023

LineNumber.mp4

In the video, you can see that the line number is not displayed

@AmrDeveloper
Copy link
Owner

@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);

@AmrDeveloper
Copy link
Owner

@rundone Auto Complete issue is fixed at this commit 2a04be5, once you confirm LineNumber i can release new version to use

@AmrDeveloper
Copy link
Owner

I released '1.3.9' for updateCodes fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants