Changing the Application Title?
Moderator: MSandro
Changing the Application Title?
I've been looking through the \lib folder and haven't been able to find any way to modify the title of the application (the one that shows on the top of the application window), is there any way to do it?
Re: Changing the Application Title?
In the ProjectEditor.gp search for "open page" and change the line to
Code: Select all
open page tryRetina '<your title>'
Re: Changing the Application Title?
Thank you again, how do you find these things??
Re: Changing the Application Title?
I look deep into the code and use "grep" (a Linux command) to find text matches in files. In addition, I recently had a table generated with all the "primitives" of GP. I will publish a post shortly.
Re: Changing the Application Title?
oo that would be useful for making syntax highlighting rules in a text editor (for editing gp files a little easier)
Re: Changing the Application Title?
I am not sure if a list with only the primitives of GP would be enoght for a syntax highlighting. Those are only about 230 commands on which GP is based on.