Amr Hesham
Amr Hesham
> 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...
@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 ```java codeView.setLineNumberTextSize(25f); ```
@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
I released '1.3.9' for updateCodes fix
Thank you @rohanfw for suggestion i will check it and add it to TODO
Hello @gohancrafting, For testing can you replace ConstraintLayout in item and the main with for example LinearLayout and try to set different background color for main, recycler, item so we...
Hello @fmeneuhe, Thank you for your review, Yes it is possible, in TreeNode class there is an attribute that tells you if it is selected or not, also if it...
Hello @minhson95th, For now, you need to save and restore the nodes because the state is on each TreeNode object, maybe we can find a better solution that easy to...
@minhson95th Still thinking of good solution that can be part of the library
Hello @pavelreiter, Thank you for the report and suggestion I checked your solution and worked well, if you like you can make a PR with this solution if you want...