Closed reyandme closed 6 years ago
Too many changes crammed into one PR. It's hard to review them
@Kromster80 I added detailed comments to the code differences. I know it was better to remove small things from this PR, but then it could be possibly hard to merge/restore changes I've done by using several (10) smaller PR's.
Even if I make one PR - extracting TKMSelectableEdit from TKMEdit and make TKMEdit and TKMNumericEdit inherit selectable features - then it will still be hard to track all the code differences, and there nothing I can do about it, unfortunally.
Its much better to check all the code on 'Files changed' tab here, then on 'Conversation' tab IMHO (where I am writing now).
Thx
This PR was extracted from https://github.com/Kromster80/kam_remake/pull/358 for simplicity
Added selectable control TKMSelectableEdit as parent for TKMEdit and TKMNumEdit. Code for TKMSelectableEdit was mainly extracted from TKMEdit (as selection feature was already implemented there earlier). Also some small fixes, refactoring has been done: