Changing the Application Title?

Request a new command, feature, or improvement

Moderator: MSandro

Post Reply
User avatar
Calloway
Posts: 100
Joined: Apr 30th, '18, 00:28
Location: Eastern United States

Changing the Application Title?

Post by Calloway » May 19th, '18, 21:25

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?

MSandro
Posts: 162
Joined: Jul 26th, '17, 21:12

Re: Changing the Application Title?

Post by MSandro » May 21st, '18, 22:30

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

User avatar
Calloway
Posts: 100
Joined: Apr 30th, '18, 00:28
Location: Eastern United States

Re: Changing the Application Title?

Post by Calloway » May 22nd, '18, 00:09

Thank you again, how do you find these things??

MSandro
Posts: 162
Joined: Jul 26th, '17, 21:12

Re: Changing the Application Title?

Post by MSandro » May 22nd, '18, 07:45

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.

User avatar
Calloway
Posts: 100
Joined: Apr 30th, '18, 00:28
Location: Eastern United States

Re: Changing the Application Title?

Post by Calloway » May 22nd, '18, 19:00

oo that would be useful for making syntax highlighting rules in a text editor (for editing gp files a little easier)

MSandro
Posts: 162
Joined: Jul 26th, '17, 21:12

Re: Changing the Application Title?

Post by MSandro » May 22nd, '18, 21:08

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.

Post Reply