Page 20 of 104
Posted: Thu Apr 13, 2006 4:49 pm
by gnozal
dige wrote:Crashed at Compiler.pbi Linie 189.
I've increased the value to 1024 ... that solves the problem.
I am stupid ... I first wrote 1024, and then I thought : 512 should be enough for everybody
I will use a memory buffer to be sure :
Code: Select all
Size = GetEnvironmentVariable_(@VarName, 0, 0)
*Buffer = AllocateMemory(Size)
Archives updated.
Posted: Fri Apr 14, 2006 10:43 am
by gnozal
jaPBe 3.6.4 release candidate 4
- added 'Copy colors to PBIDE' button in Preferences [language file entry 513]
- updated jaPBe help file
No more new features from now, only bug fix releases.
Posted: Sun Apr 16, 2006 12:34 pm
by remi_meier
Don't know if the bug is still there (I have a modified version) but here
Ctrl+A and Ctrl+TAB don't indent these lines correctly:
Code: Select all
Structure FPREFELEM
*Prev.FPREFELEM
*Next.FPREFELEM
*Name ; Ptr to String
*Value ; Ptr to String
EndStructure
Sorry for the report if the bug doesn't exist in the newest version but I
don't have enough time to test the newest one.
EDIT:
And this one starts a fold
EDIT2: Ok, I took the time and downloaded and installed. First bug exists,
second not.
Another one:
*List = *List\Next
should be hilighted correctly.
Posted: Mon Apr 17, 2006 10:50 am
by gnozal
remi_meier wrote:Don't know if the bug is still there (I have a modified version) but here
Ctrl+A and Ctrl+TAB don't indent these lines correctly:
Code: Select all
Structure FPREFELEM
*Prev.FPREFELEM
*Next.FPREFELEM
*Name ; Ptr to String
*Value ; Ptr to String
EndStructure
It's because of *
Next.FPREFELEM (
Next is a keyword). I avoid using a keyword as variable or structure (there were some issues with the compiler in the past). If you write *Next
0.FPREFELEM for example, it works ; it's because '.' and '\' and '*' are separators for the jaPBe syntax coloring routine. It seems not critical to me and a fix may slow down the coloring.
remi_meier wrote:Another one:
*List = *List\Next
should be hilighted correctly.
No, same one

Posted: Mon Apr 17, 2006 1:15 pm
by remi_meier
I know that it's because of the 'Next' keyword, but as you see, it's absolutely
legal to use it this way so it's a bug in jaPBe.
And yes, it's not critical, just very annoying.
Edit: A simple check, if there is something before the "Next" (except a ":")
would do the trick in my opinion..
Posted: Mon Apr 17, 2006 1:43 pm
by inc.
And this one starts a fold
I duplicate that. Everytime if an "If" followed by an "And" in the same line appears a new fold starts.
Thanks for all your afforts on JaPBe Gnozal!
Posted: Mon Apr 17, 2006 3:58 pm
by Dräc
As the Standard PB editor does, can we espect the macro debugging window on jaPBe? :roll:
Posted: Tue Apr 18, 2006 9:34 am
by gnozal
Dräc wrote:As the Standard PB editor does, can we espect the macro debugging window on jaPBe? :roll:
I don't know this feature, I am still with PB3.94.
One remark : like any other third party editor, jaPBe uses the external debugger. jaPBe can't use the PBIDE internal debugger (and it's additional features).
Posted: Tue Apr 18, 2006 12:49 pm
by gnozal
jaPBe 3.6.4 release candidate 5
- fixed sometimes freezing (few seconds) scrolling up/down
- fixed syntax coloring for keyword names used in pointers or structure members
Posted: Tue Apr 18, 2006 1:23 pm
by remi_meier
Thank you very much!
Posted: Tue Apr 18, 2006 2:25 pm
by Flype
are you married ?

Posted: Tue Apr 18, 2006 2:56 pm
by blueznl
are you proposing?

Posted: Tue Apr 18, 2006 3:12 pm
by Flype
i'm just joking
but it's a good guy for sure.
Posted: Tue Apr 18, 2006 5:18 pm
by gnozal
Flype wrote:are you married ?

No

Posted: Tue Apr 18, 2006 6:34 pm
by Flype
see my signature, the jaPBe logo : a mini-gift for you !
gnozal do you know how many times jaPBe V3 has been downloaded ? if no you might add a counter on your website.