I thought he was talking about putting PB source on a page so it was coloured and indented properly (like french people on these fourms seem to have some tool to colour code their source and post in [ quote ] tags rather than [ code ] tags)
Paul Dwyer
“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
like a compiler server? (would probably be in breach of license)
Paul Dwyer
“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
> Didn't someone create an add on for Internet Explorer to be able to run PB code that was in the browser window ?
Freak wrote:IETool puts an Icon in your Internet Explorer Toolbar, that lets you execute PureBasic Sourcecode directly from any HTML Page or Forum. I wrote this mainly because I wanted to quickly test example Code that was posted on the PureBasic Forums.
Features:
-----------
o Debugger and Inline ASM support
o New advanced Debugger functions with small integrated Editor
basically, something like a java plugin for browsers, if there is any such thing existing out there for PB
it would probably be easier to write a client -server spec which lets you throw out pure basic code from the server and directly executes it on the client side.
i was wondering how to make a simple browser kind of stuff where one can open the client, connect to a server by typing in something like a url, and the server throws back some pure-basic code which the client side directly executes.
would anyone be interested, any tips pointers?
more like calling pbcompiler via the shell for a given code source....
> Didn't someone create an add on for Internet Explorer to be able to run PB code that was in the browser window ?
Freak wrote:IETool puts an Icon in your Internet Explorer Toolbar, that lets you execute PureBasic Sourcecode directly from any HTML Page or Forum. I wrote this mainly because I wanted to quickly test example Code that was posted on the PureBasic Forums.
Features:
-----------
o Debugger and Inline ASM support
o New advanced Debugger functions with small integrated Editor
Do you think this could be implemented for the Mozilla engine ? If so,
I'm interested in seeing someone giving it a go . . . beyond my capabilities I fear