Anybody ever wish that the QB 4.5 IDE had syntax highlighting? I do. I have thought about making a code viewer/editor that employed it, (using QB of course) but I would also want to have the built in formatting and active syntax checking that QB has. You know, when you're missing a NEXT or and END IF or such. It would be nice to get a hold of the QB source code and just modify it a little , but I don't think it's likely.
Would anybody have any interest in an editor like this that i should make one, or does anyone kno of one that already exists? Also, does anyone wanna collaborate on this if I should start making one? My goal (assuming i go ahead with this) is that I make one that looks and act just like the original, expect maybe the interpreter.
Better QB 4.5 IDE
Moderators:Administrator, Global Moderator
- frankiebaby
- Global Moderator
- Posts:95
- Joined:Tue Apr 30, 2002 1:38 am
- Location:Pennsylvania
- Contact:
Re: Better QB 4.5 IDE
>> Anybody ever wish that the QB 4.5 IDE had syntax highlighting?
By 'syntax hi-lite', do you mean something similar to VB? Where if you type in:
PRINT "Hello, World! " + UserName
it would look something like:
PRINT "Hello, World! " + UserName
Is that what you mean?
>> Would anybody have any interest in an editor like this that i should make one, ...
(personally) I don't have a need for one.(/personally)
You never know what type of interest there maybe. If you just want to practice your coding skills (and maybe enhance them) OR if you have plenty of time on your hands (and want to keep busy), I'd say go for it.
Then, make it available on this site.
If you need any help ("collaboration") then post your inquires here and we'll see if we can help. We, all, may even post entire Subs/Funcs.
--MiggyD
By 'syntax hi-lite', do you mean something similar to VB? Where if you type in:
PRINT "Hello, World! " + UserName
it would look something like:
PRINT "Hello, World! " + UserName
Is that what you mean?
>> Would anybody have any interest in an editor like this that i should make one, ...
(personally) I don't have a need for one.(/personally)
You never know what type of interest there maybe. If you just want to practice your coding skills (and maybe enhance them) OR if you have plenty of time on your hands (and want to keep busy), I'd say go for it.
Then, make it available on this site.
If you need any help ("collaboration") then post your inquires here and we'll see if we can help. We, all, may even post entire Subs/Funcs.
--MiggyD
- frankiebaby
- Global Moderator
- Posts:95
- Joined:Tue Apr 30, 2002 1:38 am
- Location:Pennsylvania
- Contact:
Re: Better QB 4.5 IDE
yes, that is what i mean. Mostly b/c i think syntax highlighting would be handy, for debuggin purposes, and also like u said, something to do. Especially b/c just yesterday i dislocated my shoulder skateboarding and will have sum time on my hands.
Re: Better QB 4.5 IDE
I know edit for QB with syntax highlight.
Search for SETEDIT.
Very Good.
16 custom colors.
Search for SETEDIT.
Very Good.
16 custom colors.