kivy / kivy-designer

UI designer for Kivy - DEPRECATED
https://kivy-designer.readthedocs.io
MIT License
817 stars 208 forks source link

UI Editor and KV Lang Area refactor #317

Open aron-bordin opened 7 years ago

aron-bordin commented 7 years ago

The original UI Editor and KV Lang source code are not easy to fix, and completely buggy.

It's necessary to refactor these components, make them testable and the code well designed.

them0ntem commented 7 years ago

@aron-bordin can we set some milestone for reaching this... currently its just random pull request

aron-bordin commented 7 years ago

@manthansharma I'll try to split it in some issues today, or tomorrow, but we'll probably need to refactor four components (kv lang area, widget panel, playground, and widget inspector). The current implementation is not okay, these components are high interdependent and buggy. I'll try to check the best way to isolate them and fix it ;)

Any help would be very appreciated :)

aron-bordin commented 7 years ago

Refactoring these components should close mojor part of the reported issues :fire::fire::fire: