mike-marcacci / kuda

Automatically exported from code.google.com/p/kuda
GNU General Public License v2.0
0 stars 0 forks source link

Provide tool tips and typing for parameter entry behavior tool #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The behavior tool has several usability issues. One issue is that it is 
difficult to know what exactly each action function does. Another issue is that 
entering parameters for the action functions is extremely difficult without 
knowing what the expected input is.

To address these issues we will:
- provide tool tips for functions and function parameters
- provide type checking / type-specific input widgets for parameters

Original issue reported on code.google.com by erik.kit...@gmail.com on 23 Jun 2011 at 7:42

GoogleCodeExporter commented 9 years ago
Khang and I will be working on this task. The current plan is to parse our 
class/function documentation and create metadata from it that can be consumed 
by the World Editor. This should allow the World Editor to provide helpful 
information as well as infer parameter types for functions.

Original comment by erik.kit...@gmail.com on 23 Jun 2011 at 7:43

GoogleCodeExporter commented 9 years ago
Can we get an update on the progress? I am thinking this is ready for testing? 
Thanks

Original comment by jpywt...@gmail.com on 3 Aug 2011 at 3:30

GoogleCodeExporter commented 9 years ago
This is ready for testing (which has already been started).

Original comment by erik.kit...@gmail.com on 3 Aug 2011 at 4:38

GoogleCodeExporter commented 9 years ago
Verified and released in 1.4.1

Original comment by jpywt...@gmail.com on 9 Aug 2011 at 10:50