0 Members and 3 Guests are viewing this topic.
I believe it is an alternative, though this one is specifically for AXE.
is this compatible with the regular program editor?
BBC BASIC stuff will be totally good, since you're using plaintext. All that would be desirable, unless it's going to have really fancy stuff, would be automatically inserting and adjusting line numbers.As in: BBC BASIC needs line numbers like so.10 PRINT "Hello"20 GOTO 10and inserting things between is annoying, since you break the 10-line routine10 PRINT "Hello"13 PRINT "THERE"20 GOTO 10so ideally a BBC-focused editor would reline 13 to 20, and 20 to 30 and so on, but it's not necessary for this IDE to support BBC basic.As long as it can save the plaintext to a file, the BBC BASIC App can run *EXEC on it to convert it to bytecode.