PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
first time i tested, i didn't understand what triggers were for,
but now i've understood and it's very useful. thank you.
about configuring tools :
is it possible to restart the compiler after running a tool ?
about the calculator (Alt+C) :
is it possible to add the calculation of pb constants ?
at the moment we can do :
(1+2+3) -> 6 ( and the result is pasted in clipboard - nice feature )
could this be possible (?) :
(#PB_Compiler_Version+1) -> 5.0 ( for example )
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
In your current version some Tools plugins will no longer work.
In previously versions (496?) it works correct. Here the Plugin
from my Converter what I have configured in jaPBe.
AL90 wrote:@gnozal
In your current version some Tools plugins will no longer work.
In previously versions (496?) it works correct. Here the Plugin
from my Converter what I have configured in jaPBe.
If I select "jaPBe Start" in Trigger it works fine, and with "None" it works nothing. Some Ideas?
Update: Yesterday I recognised that this only happens if Hallodri's OOP Plugin support is used, means the Plugin comes with a jaPBe Version where the Keywords "Class" "EndClass" (these need folding) and "EnableOOP" "DisableOOP" (no folding) have been added for Highlightning. That one also imho is used by Remi.
I went into the source of JaPBe myself and tried to add such Keyword Highlightnings/Foldings on my own. It works, but .... still that "If" and "And" folding issue. And the funny thing is - I cant figure out why as I did not touch any of these Source code lines where "If" and "And" is treaten.
inc. wrote:Update: Yesterday I recognised that this only happens if Hallodri's OOP Plugin support is used, means the Plugin comes with a jaPBe Version where the Keywords "Class" "EndClass" (these need folding) and "EnableOOP" "DisableOOP" (no folding) have been added for Highlightning. That one also imho is used by Remi.
I don't see the modified jaPBe source code in the download ?
Anyway, some features in the jaPBe source code are difficult to understand : the functions are splitted in many procedures and includes. I would recommend to remove the modified source code piece by piece and see when the folding problems disappears. So you would know what line causes the problem and we could investigate further.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).