Code::Blocks Forums

User forums => Help => Topic started by: tomandersen on December 31, 2015, 10:08:17 pm

Title: Access global variable editor?
Post by: tomandersen on December 31, 2015, 10:08:17 pm
When creating a new glut project I put in the paths wrong in the global variable editor, but I don't know how to bring it up again to change the paths.
Title: Re: Access global variable editor?
Post by: headkase on December 31, 2015, 10:11:07 pm
In the Settings menu, Global Variables, choose a "current variable."  Modify to your liking.

However, global variables aren't the best.  If you need paths specific to a particular project then you can do it in the project properties.  Right click on the project in the Management pane and choose Build Options to get those.

Whatever works though, one thing at a time. ;)

Happy New Year.
Title: Re: Access global variable editor?
Post by: tomandersen on December 31, 2015, 10:19:26 pm
In the Settings menu, Global Variables, choose a "current variable."  Modify to your liking.

However, global variables aren't the best.  If you need paths specific to a particular project then you can do it in the project properties.  Right click on the project in the Management pane and choose Build Options to get those.

Whatever works though, one thing at a time. ;)

Happy New Year.

Thank you so much!
Title: Re: Access global variable editor?
Post by: headkase on December 31, 2015, 10:33:07 pm
Right on, you're welcome.  :)