Hi, I just want to hear some opinions. When it comes to the editor should it have color syntax highlights? Or just keep it on color (black) text? Patrick ...
Syntax highlighting is a plus. If you want to look at an example, the editor for Alvyn Basic (Amos compatible) is at http://sourceforge.net/projects/alvyn/...
Hi, I agree on that. It should be a white background in the text window. I tried some experiments and white is always the best. Thoughts? Greetings, Patrick...
Yes. A white background is a nearly universal standard. Maybe you could make it configurable though if the user wanted to change the color scheme. ... From:...
Honestly I prefer grey a medium grey, such as the default Amiga OS 3 background color. StormC 4 uses this grey color and my eyes don't fatigue as quickly as...
Hi, Color on a grey background is not working that well. I am just playing a bit with it all but I have run into some bugs in the Reaction classes that prevent...
Hi, For the M-Basic editor I use the texteditor gadget class for the color stuff. But it seems it got a nasty bug (?) that prevent you from using different...
... Personally, I usually use the AMOS defaults. The only good colour combinations I know of are black & white and cyan & (dark) blue - where the first colour...
... To be worthwhile, we will need graphics and audio tools for sure - otherwise many users would have to create their own from scratch. I have made my own art...
Hi, Does anyone here got some info or url's that have info on Tokenised code. I got the info from Amos Basic file stuff but I was wondering if there is some...
Google turned up http://nltk.sourceforge.net/lite/doc/en/tokenize.html as a possibility. It is a rough draft but should explain fairly well. Note: The source...
Did Sam's link cover what you wanted, or did you want to know how the original AMOS commands are tokenised? I know that's on the net somewhere coz I copied it...
At http://www.devmaster.net/forums/showthread.php?t=5276 there is a primative 68000 Assembly to C converter that might help with our ability to port some...
Hi, I am working on a bugreport system for M-Basic for online submitting of bugs. What would people like to see in it? Of course there will be a member login...
I'm not sure. We could certainly use something like this though... I wonder why Mike hasn't been using the CVS on our Sourceforge account. That's got a bug...
Hi, I rather build it myself since you can expand it yourself. Adding cool stuff and interaction. The ones that are out there are always having too much, too ...
... Hmmm... here's a few ideas: Email address of bug reporter (so you can contact them to confirm/querie any bugs that they may not have explained particularly...
Sam, Heh, I'm still here. I've just been very busy at work the last several weeks and when I get home my wife wants to spend some "quality time" so my...
Hi, Would it not be cool if you can work fulltime on Amiga projects. :-) Hey, I can dream. :-) I am trying to do some work on the editor this weekend. I am...
Hi, Thanks for the tips. I am still working on it. Problem is that I want to use a cms for the website and expand it. But there is no out of the box cms that ...
Just a note to let you know that I finally got the AMOS Factory site back on-line. Hopefully it'll stay that way for quite some time now. Cheers, Mike...
Hey Andrew, I managed to recover the database, so no, you shouldn't have to register again. However, there may be some things missing. If you find anything...
Hi, Would the use of SDL speed things really up? For gfx one can use the gfx library from the OS itself. And using certain functions out of a new SDL might not...
Hello Patrick ... Using SDL would make the whole thing more portable without the need of doing custom gfx routines for every platform that is going to be...