Does the latest version of PureBasic provide a way to set the size of the text it displays?
Jim Adrian
Text Size in Editor
Re: Text Size in Editor
It allows setting the font (and font size) for editing text in the IDE.
-
- User
- Posts: 36
- Joined: Tue Jan 18, 2011 7:13 am
Re: Text Size in Editor
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
Thank you for your help.
Jim Adrian
-
- Addict
- Posts: 1482
- Joined: Tue Feb 22, 2011 1:16 pm
Re: Text Size in Editor
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.
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!
PureBasic: Born in 1998 and still going strong to this very day!
-
- User
- Posts: 36
- Joined: Tue Jan 18, 2011 7:13 am
Re: Text Size in Editor
I am using a Mac and I don't see how to enter the IDE editor.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.
Jim Adrian
Re: Text Size in Editor
The editor is typically what you use to enter and compile a program with.James Adrian wrote:I am using a Mac and I don't see how to enter the IDE editor.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 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) ?
-
- User
- Posts: 36
- Joined: Tue Jan 18, 2011 7:13 am
Re: Text Size in Editor
I am only concerned with the size of the text while I am trying to compose a program.Demivec wrote:The editor is typically what you use to enter and compile a program with.James Adrian wrote:I am using a Mac and I don't see how to enter the IDE editor.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 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) ?
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
The next release (currently in beta) will allow the font/size to be changed in the OSX version.
quidquid Latine dictum sit altum videtur
-
- User
- Posts: 36
- Joined: Tue Jan 18, 2011 7:13 am
Re: Text Size in Editor
Thank you for this information. I appreciate it.freak wrote:The next release (currently in beta) will allow the font/size to be changed in the OSX version.
Jim Adrian