CodeView icon indicating copy to clipboard operation
CodeView copied to clipboard

CodeViewAdapter.updateCodes() is not available

Open rundone opened this issue 1 year ago • 7 comments

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

rundone avatar Dec 28 '23 02:12 rundone

Hello @rundone,

Thank you for reporting, i will check it

Thank you, Amr Hesham

AmrDeveloper avatar Dec 29 '23 13:12 AmrDeveloper

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

rundone avatar Dec 29 '23 13:12 rundone

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

AmrDeveloper avatar Dec 29 '23 14:12 AmrDeveloper

https://github.com/AmrDeveloper/CodeView/assets/155033180/04a515d7-d558-47f4-a16f-8a7ecb253702

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

rundone avatar Dec 29 '23 15:12 rundone

@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 avatar Dec 29 '23 19:12 AmrDeveloper

@rundone Auto Complete issue is fixed at this commit https://github.com/AmrDeveloper/CodeView/commit/2a04be57bd9f0006c23a7cfbd66d9f869825bd57, once you confirm LineNumber i can release new version to use

AmrDeveloper avatar Dec 29 '23 19:12 AmrDeveloper

I released '1.3.9' for updateCodes fix

AmrDeveloper avatar Dec 30 '23 18:12 AmrDeveloper