wxUiEditor icon indicating copy to clipboard operation
wxUiEditor copied to clipboard

Expand Testing: Compare Code dialog

Open KeyWorksRW opened this issue 2 years ago • 1 comments

Description:

The Compare Code Generation under the Testing menu needs to be extended. It should add support for Ruby and XRC code generation. Project.GetOutputType() should be used to disable radio buttons that would have no effect (e.g., there's no point in comparing Python files if none of the forms have a prop_python_file specified).

KeyWorksRW avatar Jul 22 '23 13:07 KeyWorksRW

Comparison for Ruby has been added, but it's still missing XRC comparison.

Since this is for testing, and in most cases multiple languages are being tested (i.e., SID or QuickTest), I don't think disabling buttons for the other languages is important.

Randalphwa avatar Oct 19 '23 00:10 Randalphwa