Menu

#653 Double dollar sign in UI

Undefined
applied
nobody
None
Bug_Report
2018-05-23
2018-03-28
No

Double dollar sign is displayed in user interface on "Make" command.
Project -> Build Options
Tab: "Make" commands

compiler_options.xrc

Tim S.

Discussion

  • Miguel Gimenez

    Miguel Gimenez - 2018-04-03

    Also, in the same window the default value for the Clean project/target TextCtrl lacks a space between clean and $target.

    The attached patch should fix both issues,

     
    • Teodor Petrov

      Teodor Petrov - 2018-05-21

      I think this is not a bug, but a feature.
      The idea is that the target name would be cleanMyTarget for example.
      I think that you if pass "make clean MyTartet" the result will be that both clean and MyTarget would be executed by make and this is different from executing cleanMyTarget.

       
  • Miguel Gimenez

    Miguel Gimenez - 2018-05-22

    Sorry, time for me to revisit makefiles. I have removed that part from the patch and added the correction related to headkase comments in

    http://forums.codeblocks.org/index.php/topic,22660.0.html

    BTW, in Project build options -> Custom variables there is another $$ pair. I don't know if it is correct or not. EDIT: $() and $$() work, may be the tip should say $() in order to maintain coherency, as $$() does not work at least in one case.

     

    Last edit: Miguel Gimenez 2018-05-22
  • Miguel Gimenez

    Miguel Gimenez - 2018-05-22

    This patch changes the three references to $$ to a single $

     
  • Teodor Petrov

    Teodor Petrov - 2018-05-23
    • status: open --> applied
     

Log in to post a comment.

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.