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 *Next0.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
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
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).
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
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.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer