Page 1 of 1

Changing the Application Title?

Posted: May 19th, '18, 21:25
by Calloway
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?

Posted: May 21st, '18, 22:30
by MSandro
In the ProjectEditor.gp search for "open page" and change the line to

Code: Select all

open page tryRetina '<your title>'
modified gp title.png

Re: Changing the Application Title?

Posted: May 22nd, '18, 00:09
by Calloway
Thank you again, how do you find these things??

Re: Changing the Application Title?

Posted: May 22nd, '18, 07:45
by MSandro
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?

Posted: May 22nd, '18, 19:00
by Calloway
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?

Posted: May 22nd, '18, 21:08
by MSandro
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.