Changes between Initial Version and Version 1 of Ticket #2165, comment 19
- Timestamp:
- 02/07/14 13:34:35 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2165, comment 19
initial v1 9 9 - I can't see yet how your UI would accomodate extra fields for double lines or such and how the navigation keys (up, down, tab, enter etc.) would work in that case - that's the same issue I had with andrew_b's suggestion. 10 10 11 - If you change skin a couple of times, you'll see that some colors (mostly directories / normal files) are not updated correctly, e.g. colors of another skin appear there and such. I took care not only to make this work perfectly, but also to free up the allocated slang or ncurses color pairs so we don't run out of them even after changingzillions of skin changes. So I believe that for the backend part my code should be used. (It was quite complicated to get it right, and took me more than a day.)11 - If you change skin a couple of times, you'll see that some colors (mostly directories / normal files) are not updated correctly, e.g. colors of another skin appear there and such. I took care not only to make this work perfectly, but also to free up the allocated slang or ncurses color pairs so we don't run out of them even after zillions of skin changes. So I believe that for the backend part my code should be used. (It was quite complicated to get it right, and took me more than a day.) 12 12 13 13 - I love the way you move the Default skin to the top with a special label, this should be backported to my work.