Different behaviour between 'Run/Compile and 'Create WebApp'

Got an idea for enhancing SpiderBasic? New command(s) you'd like to see?
User avatar
Peter
Posts: 1086
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Different behaviour between 'Run/Compile and 'Create WebApp'

Post by Peter »

Hello Fred,

if i press F5 in SpiderBasic, the IDE creates a copy of the original source and names it 'PB_EditorOutput.pb' (in the temp-folder). After that SpiderBasic compiles this ('PB_EditorOutput.pb') temp-file.

if i create a WebApp in SpiderBasic, the IDE creates a copy of the original source and names it 'PB_EditorOutput.pb' (in the temp-folder). After that SpiderBasic compiles the original sourcefile.

Is there any reason for this different behaviour?

It would be more consistent, if SpiderBasic compiles always the 'PB_EditorOutput.pb' in the temp-folder.

Thanks in advance & Greetings ... Peter