Text Size in Editor

Working on new editor enhancements?
James Adrian
User
User
Posts: 36
Joined: Tue Jan 18, 2011 7:13 am

Text Size in Editor

Post by James Adrian »

Does the latest version of PureBasic provide a way to set the size of the text it displays?

Jim Adrian
User avatar
Demivec
Addict
Addict
Posts: 4269
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: Text Size in Editor

Post by Demivec »

It allows setting the font (and font size) for editing text in the IDE.
James Adrian
User
User
Posts: 36
Joined: Tue Jan 18, 2011 7:13 am

Re: Text Size in Editor

Post 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
MachineCode
Addict
Addict
Posts: 1482
Joined: Tue Feb 22, 2011 1:16 pm

Re: Text Size in Editor

Post 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.
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
James Adrian
User
User
Posts: 36
Joined: Tue Jan 18, 2011 7:13 am

Re: Text Size in Editor

Post 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
User avatar
Demivec
Addict
Addict
Posts: 4269
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: Text Size in Editor

Post 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) ?
James Adrian
User
User
Posts: 36
Joined: Tue Jan 18, 2011 7:13 am

Re: Text Size in Editor

Post 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
freak
PureBasic Team
PureBasic Team
Posts: 5941
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Re: Text Size in Editor

Post by freak »

The next release (currently in beta) will allow the font/size to be changed in the OSX version.
quidquid Latine dictum sit altum videtur
James Adrian
User
User
Posts: 36
Joined: Tue Jan 18, 2011 7:13 am

Re: Text Size in Editor

Post 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
Post Reply