Menu

#4 Allow custom strings

Unstable_(example)
wont-fix
None
5
2016-04-25
2012-11-19
Neil C
No

This is a change to allow strings in your application that have been #defined. Currently, wxFB creates strings of the form wxT("some title") or _T("some title"), this option allows whatever's entered to be inserted raw into the C++ code generated such as a preprocessor definition MAIN_TITLE. This does mean that all strings must be specified in this way with this option or with the surrounding double quotes.

Any feedback on this method or whether you think it's appropriate to make it into the main wxFB code would be appreciated.
---
Neil

Discussion

  • Neil C

    Neil C - 2012-11-19

    patch

     
  • ryanjmulder

    ryanjmulder - 2016-04-25
    • status: open --> wont-fix
    • assigned_to: ryanjmulder
    • Group: --> Unstable_(example)
     
  • ryanjmulder

    ryanjmulder - 2016-04-25

    Thanks very much for your patch Neil, but I don't like using Macros in general, and I don't think many would use this feature.
    Feel free to continue this discussion if you disagree.

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.