jaPBe 3.13.4 [IDE for PB 4 and PB 5]

All PureFORM, JaPBe, Libs and useful code maintained by gnozal

Moderator: gnozal

THCM
Enthusiast
Enthusiast
Posts: 276
Joined: Fri Apr 25, 2003 5:06 pm
Location: Gummersbach - Germany
Contact:

Post by THCM »

Readability is improved with proportional fonts. Source is smaller?! My favourite texteditor was CygnusEd on Amiga. It was possible to customize tab positions like with Winword.

I'll take a closer look to the source....
The Human Code Machine / Masters' Design Group
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

THCM wrote:Readability is improved with proportional fonts.
Funny, I think readability is better with fixed length fonts ! In programming editors I always choose fonts like Courrier New (it's my current choice in jaPBe).
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
THCM
Enthusiast
Enthusiast
Posts: 276
Joined: Fri Apr 25, 2003 5:06 pm
Location: Gummersbach - Germany
Contact:

Post by THCM »

With fixed tabpositions there are no problems using proportional fonts and readability is improved, because of more letters on one line.

Normally I use a tab length of 8 spaces and for me it's easier to delete one tab instead of deleting 8 spaces while editing. Moving through the source using cursor keys is also faster.
The Human Code Machine / Masters' Design Group
mike74
User
User
Posts: 60
Joined: Mon Nov 21, 2005 1:44 pm

Post by mike74 »

gnozal wrote:Funny, I think readability is better with fixed length fonts ! In programming editors I always choose fonts like Courrier New (it's my current choice in jaPBe).
I like fixed length fonts, too. I think Lucida Console is my favorite.

Thanks and keep up the good work with jaPBe!

Mike
jroad
User
User
Posts: 13
Joined: Sat Feb 04, 2006 10:07 pm

Post by jroad »

I like fixed length fonts, too. I think Lucida Console is my favorite.
Hi,

I just finished some research into different fixed length fonts and posted a screenshot comparing 18 of them. You can see it over at:

http://www.donationcoder.com/Forums/bb/ ... pic=2499.0

Lots of useful utilities can be found at that site as well.
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Post by rsts »

jroad wrote: Hi,

I just finished some research into different fixed length fonts and posted a screenshot comparing 18 of them. You can see it over at:

http://www.donationcoder.com/Forums/bb/ ... pic=2499.0

Lots of useful utilities can be found at that site as well.
Welcome to PB.

I hadn't seen the Dina Font before - looks very nice.

Thanks for the info.

cheers
THCM
Enthusiast
Enthusiast
Posts: 276
Joined: Fri Apr 25, 2003 5:06 pm
Location: Gummersbach - Germany
Contact:

Post by THCM »

Thanx for the nice comparison! I'll take a look at Dina.
The Human Code Machine / Masters' Design Group
User avatar
Hades
Enthusiast
Enthusiast
Posts: 188
Joined: Tue May 17, 2005 8:39 pm

Post by Hades »

Ok, now I have to ask...

gnozal, would you please marry me!? :D
jroad
User
User
Posts: 13
Joined: Sat Feb 04, 2006 10:07 pm

Post by jroad »

Welcome to PB.
Thanks, hi everybody!
I hadn't seen the Dina Font before - looks very nice.
...
Thanx for the nice comparison! I'll take a look at Dina.
Your welcome. Thanks for the kind words. I added a ClearType version of the comparison as well. It can make a big difference!
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Hades wrote:Ok, now I have to ask...

gnozal, would you please marry me!? :D
:lol:
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- updated syntax coloring for exponential numbers (like 123.5e-20)
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Dummy
Enthusiast
Enthusiast
Posts: 162
Joined: Wed Jun 09, 2004 11:10 am
Location: Germany
Contact:

Post by Dummy »

you added the autoindent for "EndWith" but you forgot to add "With" ;)

try strg+a;strg+tab for this one and you'll see the bug:

Code: Select all

If #True
  With bla\
  a = 0
  b = 0
EndWith
EndIf
pls fix
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- added brace match check for {} (new fixed length strings)
- fixed 'automatic add end tags for If/Select/For...'
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Dummy wrote:you added the autoindent for "EndWith" but you forgot to add "With" ;)

try strg+a;strg+tab for this one and you'll see the bug:

Code: Select all

If #True
  With bla\
  a = 0
  b = 0
EndWith
EndIf
pls fix
I will take a look at this
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- EndWith bug fixed
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Post Reply