Menu

#190 Dot after 'wx' in generated C++ code

closed
0.7.2
2017-07-08
2016-07-05
eanon
No

Hello,

Sometime, the C++ code generated is "à la mode" Python, with a dot just after the "wx" mentions. For example, in this line about a custom widget :

chxFile = new wxFilePickerCtrl(this, wxID_ANY, wx.EmptyString, "Select a text file containing the URLs", "Text Files (*.txt)|*.txt", wx.DefaultPosition, wx.DefaultSize, wx.FLP_FILE_MUST_EXIST|wx.FLP_OPEN|wx.FLP_USE_TEXTCTRL);
3 Attachments

Discussion

  • Carsten Grohmann

    Hi Eric,

    can you share an example wxg file, please?
    I've attached my examples and I can't reproduce this issue (fully). The arguments of custom will be just placed within the code line and they won't be formatted.

    Regards,
    Carsten

     
  • Dietmar Schwertberger

    • status: open --> closed
     
  • Dietmar Schwertberger

    closed as bug could not be reproduced and the sample from Carsten is working

     

Log in to post a comment.