Ticket #858 (closed enhancement: fixed)

Opened 12 months ago

Last modified 10 months ago

Generate PHPDoc Comments on QPanel variables

Reported by: vaibhav Owned by: somebody
Priority: important Milestone: 2.1.1
Component: Codegen Version: 2.1.0 Stable
Keywords: Cc:

Description

As of now, when modifying a QPanel for custom use, the PHPDoc comments are not put up on the variable names. It makes it extremely cumbersome to modify the QPanel, especially under PHPStorm. The added patch relieves this work by adding PHPDoc comments on the variables for the QPanel generated via codegen.

Attachments

Comments_on_Panel_variables_.patch Download (1.8 KB) - added by vaibhav 12 months ago.
Patch to add PHPDoc Comments on panel variables thus making it much easier to modify panels.
FormControlVariableDataTypeForColumn_function_added_in_QCodeGenBase_class.patch Download (2.1 KB) - added by vaibhav 10 months ago.

Change History

Changed 12 months ago by vaibhav

Patch to add PHPDoc Comments on panel variables thus making it much easier to modify panels.

Changed 12 months ago by vakopian

  • status changed from new to in_QA

Why the sprintf and the parenthesis in the return statements? Please remove those and commit.

Changed 12 months ago by vaibhav

I actually copied it up from the function above it. :P Hence the problem. Ok. I will committ. BTW, How do I close/edit a ticket in trac?

Changed 12 months ago by vakopian

Put the words "Fixes #TICKET_NUMBER" in the subversion comment, and trac will do the rest.

Changed 10 months ago by vaibhav

  • status changed from in_QA to closed
  • resolution set to fixed

(In [1498]) Fixes #858 Applied the patch with name FormControlVariableDataTypeForColumn?_function_added_in_QCodeGenBase_class.patch attached in this ticket

Note: See TracTickets for help on using tickets.