Page 2 of 4

Re: SpiderBasic 2.30 beta 1 is available

Posted: Mon Nov 18, 2019 10:45 am
by Niffo
Nice news ! Thanks for the new commands !

Re: SpiderBasic 2.30 beta 1 is available

Posted: Mon Nov 18, 2019 12:14 pm
by Niffo
Added: CloseDebugOutput() to close the debug output window
Did you mean "Modified: CloseDebugOutput() to completely close the debug output window and not only hide it" ?

Re: SpiderBasic 2.30 beta 1 is available

Posted: Mon Nov 18, 2019 12:47 pm
by Niffo
It seems that the provided jquery library is still version 2.1.4 (2015) and this version causes security alerts from Google (see screenshot below) and probably prevents any new application from being submitted :
http://niffo.free.fr/Capture%20du%20201 ... -38-01.png

Re: SpiderBasic 2.30 beta 1 is available

Posted: Mon Nov 18, 2019 12:56 pm
by Fred
Interesting, I will upgrade it.

Re: SpiderBasic 2.30 beta 1 is available

Posted: Mon Nov 18, 2019 4:22 pm
by Peter
Addendum:
Peter wrote:(At the moment I'm using Windows again. That's why I can't say anything about this.)
After I created a Hyper-V VM with Ubuntu 19.04 and installed the demo version of SpiderBasic, I still can't reproduce the problems described by Stefan.

SpiderBasic runs as expected without any problems.

Re: SpiderBasic 2.30 beta 1 is available

Posted: Mon Nov 18, 2019 6:11 pm
by Stefan
Of course such statements make it difficult to eliminate mistakes ....
If you click on the procedure list and then back in the editor, then crashes the IDE often. A well-known bug that also occurs with the Purebasic IDE.
That's why the Purebasic IDE is unusable, the Spiderbasic IDE is more usable, but only something. I now use both IDEs with WineHQ. That's the most stable.

Re: SpiderBasic 2.30 beta 1 is available

Posted: Mon Nov 18, 2019 9:01 pm
by Peter
Stefan wrote:Of course such statements make it difficult to eliminate mistakes ....
I'm just reporting my own experiences here and I see no reason why I shouldn't write that SpiderBasic works for me and that the IDE (including PureBasic) has never crashed on my computer.

It seems that I am doing something wrong...

Re: SpiderBasic 2.30 beta 1 is available

Posted: Tue Nov 19, 2019 7:18 am
by Stefan
All the bugs are in the English and German Purebasic Forum. They have been known for years ...
Spiderbasic is basically the same IDE as Purebasic, so are the same bugs.
I do not want to complain. I am glad that Spiderbasic exists.
It's just a pity that it is unusable on Linux.


Again, for explanation:
Load a larger project, not a sample program.
Click on a procedure in the procedure list.
The IDE jump to this place.
Then click into the text.
Do something. Move the arrow keys, press the enter key, add text or delete text.
You'll see, the IDE crashes very often without a message.

Re: SpiderBasic 2.30 beta 1 is available

Posted: Tue Nov 19, 2019 10:35 am
by Peter
Stefan wrote:You'll see, the IDE crashes very often without a message.
not here.

Re: SpiderBasic 2.30 beta 2 is available

Posted: Tue Nov 19, 2019 5:39 pm
by Niffo
JQuery still in version 2.1.4 in Beta 2 ;-)