The MASM Forum

Specialised Projects => CoderStudio => Topic started by: Manos on February 09, 2019, 10:34:37 PM

Title: IDE
Post by: Manos on February 09, 2019, 10:34:37 PM
I uploaded the IDE.
It works on WinVista and later.
After download it, you have to do the following steps:
1). Copy the include and lib folders and put them into CoderStudio directory,
so that you will have three subfolders: bin, include and lib in CoderStudio directory.
2). Put in the bin folder the ML.exe and ML.err
3). You must have in your system the masm32 include.
Run the IDE and move the second Toolbar up in the same line as the first Toolbar
to increase the client area.

The IDE supports C and MASM projects.
Of course it is not completed.

Note:
The IDE use Pelle's polib and pomake and Scintilla edit control.
Also supports three Vortex's Tools.

You can download it here: CoderStudio.zip (https://masm32.com/Manos/Coder%20Studio/CoderStudio.zip)

Manos.
Title: Re: IDE
Post by: ragdog on February 10, 2019, 12:48:37 AM
Hi Manos

Look nice and quick test works fine :t
Title: Re: IDE
Post by: Manos on February 10, 2019, 03:22:34 AM
Thank you ragdog.

After I complete it, the next step is to implement an embed Resource Editor.

Manos.
Title: Re: IDE
Post by: ragdog on February 10, 2019, 03:49:37 AM
Quote
the next step is to implement an embed Resource Editor

I have see.

Nice  :t

Other question can you add a option for the gui style, blue is not mine ?

Title: Re: IDE
Post by: Manos on February 10, 2019, 03:58:31 AM
Quote
Other question can you add a option for the gui style, blue is not mine ?

It is a little difficult because I should add much code and now
I am trying to complete it.

Manos.