April 27, 2024, 05:48:55 PM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


MinEDE for Windows

Started by BumbleBee, August 07, 2008, 12:27:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

BumbleBee

Hello Members,

Just the windows version of my small "IDE".

"Features:"
-no output from ebparse, nasmw and elink
-no syntax coloring
-no linenumbering
-no project mode
-only 10 chm files will be listed in "help menu"
-you are unable to change font type and size
-you can edit only 1 source
-there are some bugs (perhaps)
-doesn't work from network drive

Installation:
If you have Emergence Basic installed on your computer, you can run and use
minede.exe from anywhere on your filesystem.
Preferred to copy minede.exe into your EBDEV\bin\ directory... see the next
point

Other features:
Copy your installed EBDEV directory with all its sub-directories and files onto
a USB drive. Run minede.exe from EBDEV\bin\. Now you are ready to work on any
windows pc, even if EBasic is not installed.

ToDo:
see the "features" list :)

Suggestions, bugreports are welcome.

Regards,

Ionic Wind Support Team

Bumblebee,
I just sent you a PM with info you'll need to get your linux version of MinEDE working with the latest 0.5 update.

Paul.
Ionic Wind Support Team

pistol350

Thank you BumbleBee!
I'll give it a try.
Cheers!  8)
Regards,

Peter B.

BumbleBee

Hi Peter,

Hope you will like it :)

Bye,

pistol350

I do like it and i plan on using it quite often with my USB stick.

BTW, seeing it in action really makes me feel like trying to write a compiler.


Regards,

Peter B.

Ionic Wind Support Team

Peter,
MinEDE is not a compiler, just a small IDE for Emergence, so you sill need to files that come with the Emergence install if you plan on using it from a USB stick.

Paul.
Ionic Wind Support Team

pistol350

Sorry for the confusion.
I intended to say IDE but said compiler instead.
Regards,

Peter B.

aurelCB

Very Very good BumbleBee ;)
So you include parser in this IDE or i'm wrong-good
Opening is realy fast!
I'm interesting how you code parser,maby you present some piece
of code i just ask...
regards
aurel :)

BumbleBee

Thank you. :)

I didn't create a parser. MinEDE is just a small GUI. It uses ebparse.exe, nasmw.exe
and elink.exe from the EBDev\bin directory.

Regards
B

BumbleBee

Hello All,

A slightly improved version
- Subs ComboBox
- if EBasic is installed on your computer, you can force MinEDE to use its starting directory as rootdir
- shows error messages from the compiler
- doubleclick on an errorline will scroll the editor to that line
- create import library
- editor popup menu
- improved linking
- new bugs :)

Have a nice day,
B.

BumbleBee

Hello All,

Just a new version: 0.03

- fixed parser, linker and libtool output
- allow to change fontsize
- other changes... (I don't remember)

Keep coding :)
B.

pistol350

Thanks Bumblebee!
I'll give it a try very soon.
Regards,

Peter B.

BumbleBee