![]() |
|
As BorIDE progresses... - Printable Version +- Boriel Basic Forum (https://forum.boriel.com) +-- Forum: Compilers and Computer Languages (https://forum.boriel.com/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://forum.boriel.com/forumdisplay.php?fid=11) +--- Thread: As BorIDE progresses... (/showthread.php?tid=222) |
Re: As BorIDE progresses... - LCD - 2013-10-16 Currently I'm fixing that bug with Autocompletion in REM lines and strings, and also adding Calltips for user SUB and FUNCTION. Also I want to add command Line Defines before releasing next Alpha version. So you can assume that I'm working on Release 0.5B, but due to my reallife job it is hard to find some time for this. Re: As BorIDE progresses... - boriel - 2013-10-17 ardentcrest Wrote:Hi another Bot postSorry for that. Anyway, after 2 approved post you are considered human and can post freely. :wink: Quote:LCD I've used the BorIDE in fuse and a few other emulators. I 'm using the examples from the zx basic complier folder.I'm also looking for a good debugger-emulator. At the moment I still stick to the (rather abandoned) EmuZWin (which I run in a Virtual machine, because it's a windows program). Anyone uses any other emulator for debugging? :| Re: As BorIDE progresses... - ardentcrest - 2013-10-17 Take your time. But hope to see it soon Till then do you have a link to an older V so I can start to learn the basics of the ZX Basic Compiler.I hate command line. Re: As BorIDE progresses... - LCD - 2013-10-17 ardentcrest Wrote:Hi another Bot postHi bot! ardentcrest Wrote:LCD I've used the BorIDE in fuse and a few other emulators. I 'm using the examples from the zx basic complier folder.The BorIDE uses a BASIC loader that sets up atttibutes to black. This will be changed in the next release. For now you must use at least INK 7 at beginn of your program. The problem with 128K Menu without text is probably caused by POKE 23739,111, but a CLS resets this value usualy. I will change this in next version too. Re: As BorIDE progresses... - ardentcrest - 2013-10-17 TY that worked Re: As BorIDE progresses... - LCD - 2013-10-17 ardentcrest Wrote:TY that workedYou're welcome
Re: As BorIDE progresses... - ardentcrest - 2013-10-18 Quote: 10:10:14 -> Compilation starts(93 Lines) Help please Re: As BorIDE progresses... - LCD - 2013-10-18 Which BorIDE Version? Thy to re-select (click on the "..." button) the output file (default settings are often not working yet). Re: As BorIDE progresses... - ardentcrest - 2013-10-18 0.5 r0a I did the ... button. it worked yesterday Re: As BorIDE progresses... - LCD - 2013-10-18 ardentcrest Wrote:0.5 r0aAnd now it works not anymore? I will check this after weekend. going now away... Re: As BorIDE progresses... - LCD - 2013-10-22 I have discovered a possible bug that >>can<< occur if someone save/compile two different projects. This may be related to ardentcrests problem. So I'm working on version 0.5r1. Re: As BorIDE progresses... - ardentcrest - 2014-11-17 Can we have a new update of the IDE LCD
Re: As BorIDE progresses... - LCD - 2014-11-20 ardentcrest Wrote:Can we have a new update of the IDE LCDYes, but at moment I'm extremly busy and made only small progress... RL catched me in his fangs. Gimme Three weeks. Re: As BorIDE progresses... - Sinclair - 2015-04-09 LCD Wrote:ardentcrest Wrote:Can we have a new update of the IDE LCDYes, but at moment I'm extremly busy and made only small progress... RL catched me in his fangs. Gimme Three weeks. This is great news! I believe that we will soon enjoy a new and refined version of this magnificent IDE. Thank you very much LCD. Re: As BorIDE progresses... - LCD - 2015-05-23 Sinclair Wrote:Still trying to write a internal double Lexer for scintilla (single Lexer tries to use SUB in inline ASM lines as fold mark).LCD Wrote:ardentcrest Wrote:Can we have a new update of the IDE LCDYes, but at moment I'm extremly busy and made only small progress... RL catched me in his fangs. Gimme Three weeks. Has anyone experience in this and can help me? |