Page 1 of 1

Text Size in Editor

Posted: Mon May 02, 2011 12:33 am
by James Adrian
Does the latest version of PureBasic provide a way to set the size of the text it displays?

Jim Adrian

Re: Text Size in Editor

Posted: Mon May 02, 2011 12:48 am
by Demivec
It allows setting the font (and font size) for editing text in the IDE.

Re: Text Size in Editor

Posted: Mon May 02, 2011 7:39 am
by James Adrian
I don't yet know my way around such things yet. Could you tell me something about the way to access the font control in the IDE? I don't know how to access the IDE.

Thank you for your help.

Jim Adrian

Re: Text Size in Editor

Posted: Mon May 02, 2011 11:23 am
by MachineCode
Do you know what an IDE is? It's the editor. The PureBasic.exe file that you run.
So run it, then: File menu -> Preferences -> Editor -> Editing -> Select font.

Re: Text Size in Editor

Posted: Mon May 02, 2011 5:45 pm
by James Adrian
MachineCode wrote:Do you know what an IDE is? It's the editor. The PureBasic.exe file that you run.
So run it, then: File menu -> Preferences -> Editor -> Editing -> Select font.
I am using a Mac and I don't see how to enter the IDE editor.

Jim Adrian

Re: Text Size in Editor

Posted: Mon May 02, 2011 6:26 pm
by Demivec
James Adrian wrote:
MachineCode wrote:Do you know what an IDE is? It's the editor. The PureBasic.exe file that you run.
So run it, then: File menu -> Preferences -> Editor -> Editing -> Select font.
I am using a Mac and I don't see how to enter the IDE editor.
The editor is typically what you use to enter and compile a program with.

I thought your original question had to do with the text that is displayed in the editor. Does it instead have to do with text that is displayed when the program is executed (i.e. DrawText(), or with gadgets) ?

Re: Text Size in Editor

Posted: Mon May 02, 2011 7:11 pm
by James Adrian
Demivec wrote:
James Adrian wrote:
MachineCode wrote:Do you know what an IDE is? It's the editor. The PureBasic.exe file that you run.
So run it, then: File menu -> Preferences -> Editor -> Editing -> Select font.
I am using a Mac and I don't see how to enter the IDE editor.
The editor is typically what you use to enter and compile a program with.

I thought your original question had to do with the text that is displayed in the editor. Does it instead have to do with text that is displayed when the program is executed (i.e. DrawText(), or with gadgets) ?
I am only concerned with the size of the text while I am trying to compose a program.

When I click on the PureBasic icon in the doc of my iMac, the program comes up and I can select a program to be displayed, but I can find nothing that allows me to change the size of the text.

Jim Adrian

Re: Text Size in Editor

Posted: Mon May 02, 2011 7:14 pm
by freak
The next release (currently in beta) will allow the font/size to be changed in the OSX version.

Re: Text Size in Editor

Posted: Mon May 02, 2011 7:33 pm
by James Adrian
freak wrote:The next release (currently in beta) will allow the font/size to be changed in the OSX version.
Thank you for this information. I appreciate it.

Jim Adrian