IonicWind Software

Announcements => User Offerings => Topic started by: BumbleBee on August 07, 2008, 12:27:41 PM

Title: MinEDE for Windows
Post by: BumbleBee on August 07, 2008, 12:27:41 PM
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,
Title: Re: MinEDE for Windows
Post by: Ionic Wind Support Team on August 07, 2008, 01:07:47 PM
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.
Title: Re: MinEDE for Windows
Post by: pistol350 on August 09, 2008, 07:57:10 AM
Thank you BumbleBee!
I'll give it a try.
Cheers!  8)
Title: Re: MinEDE for Windows
Post by: BumbleBee on August 11, 2008, 12:34:41 PM
Hi Peter,

Hope you will like it :)

Bye,
Title: Re: MinEDE for Windows
Post by: pistol350 on August 12, 2008, 07:53:20 AM
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.


Title: Re: MinEDE for Windows
Post by: Ionic Wind Support Team on August 12, 2008, 08:01:23 AM
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.
Title: Re: MinEDE for Windows
Post by: pistol350 on August 12, 2008, 09:07:36 AM
Sorry for the confusion.
I intended to say IDE but said compiler instead.
Title: Re: MinEDE for Windows
Post by: aurelCB on August 12, 2008, 01:41:05 PM
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 :)
Title: Re: MinEDE for Windows
Post by: BumbleBee on August 13, 2008, 12:05:58 PM
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
Title: Re: MinEDE for Windows
Post by: BumbleBee on September 18, 2008, 07:51:51 AM
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.
Title: Re: MinEDE for Windows
Post by: BumbleBee on January 31, 2009, 02:12:37 PM
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.
Title: Re: MinEDE for Windows
Post by: pistol350 on February 01, 2009, 02:33:30 PM
Thanks Bumblebee!
I'll give it a try very soon.
Title: Re: MinEDE for Windows
Post by: BumbleBee on February 02, 2009, 12:59:59 PM
Thanks for trying out :)