jaPBe 2.5.4.22

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Droopy
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Sep 16, 2004 9:50 pm
Location: France
Contact:

Post by Droopy »

Thanks :)
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

I have found the following bugs are still in jaPBe ..

1. Missing #PB_SORT constants.

2. Structure pointer bug. aka it does not support pointers in structures. Example:

Code: Select all

Structure strA
  *ptrLong.l
EndStructure

X.strA

X\ptrLong = 12
With that code, jaPBe fails to reconize the pointer member when referenced due to the missing * which is a pb bug (inconsistant) I know, however shouldnt jaPBe reconsize all structure members?

I guess that's hit, its cool that your hammering away at the bugs in this proggie. Still the best code editor for pb so far.
FloHimself
Enthusiast
Enthusiast
Posts: 229
Joined: Wed May 14, 2003 3:38 pm
Location: Lüneburg - Germany

Re: Error on opening

Post by FloHimself »

GPI wrote:@ricardo
Not here. Works all correct.
@GPI
i can confirm this bug.
use ricardos example, SAVE this and push the "create executable.." (F7) button.
My favorite numbers: 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
User avatar
oryaaaaa
Addict
Addict
Posts: 825
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Post by oryaaaaa »

Thank you :D
RichardL
Enthusiast
Enthusiast
Posts: 532
Joined: Sat Sep 11, 2004 11:54 am
Location: UK

Post by RichardL »

Could I ask for consideration of a new feature for the best PB editor?

If the formatting of some code becomes untidy then we highlight the block and press Cntrl+TAB. Great, properly indented code makes the structure really clear.

Even better, could we have a feature that tabs all the comments in a block to the same position as the first? Example:

Put the comment at the head of the block in the right place.
Highlight the block
Format the code with Cntrl+TAB
Align all the comments with Cntrl+Shif+TAB

RichardL
Post Reply