The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Topic started by: Manos on March 08, 2011, 08:00:08 PM

Title: Coder's Studio
Post by: Manos on March 08, 2011, 08:00:08 PM
There are many IDEs for Assembly language.
All are very goods.
It is up to user to choose one of these in proportion of their preferences.
This is another IDE similar to Visual Studio 6.0.
I choosed the Visual Studio 6.0 style, because I use Visual Studio since 1998 and I like its style.
The IDE support MASM compatible Assemblers only.
That is, it supports MASM, JWASM and POASM.
This version is Demo. Some menus are disabled, because I am interesting for the basics for now.
Later, I 'll add the rest works.
The IDE does not affect the Registry.
Before use the IDE, read the readMe.txt.

Any suggestion will be welcome.
I would like to thank Steve Hutcheston, (Hutch) and Vortex, for their suggestions before this IDE become ready.
Also, I would like to thank japheth for his excellent JWASM that I have included in my package.
I hope that my effort will help programmers.

Manos.

Note:
I tried to upload here the IDE, but I can not to do this because the file size is bigger
than the forum allow.
Therefor, you can download this from my site (http://manoscoder.gr/phpBB3/index.php).
Title: Re: Coder's Studio
Post by: jj2007 on March 08, 2011, 08:05:40 PM
Only registered users can view and download the files attached to this post
::)
Title: Re: Coder's Studio
Post by: Vortex on April 17, 2011, 04:58:48 PM
Version 1.0 released
=============

- Procedures, structures and macros can expanded or collapsed.

- The combo box on the main toolbar shows the procedures of the active source window.
  The user can select the name of a procedure to appear on the top of the source window.

- Fixed some bugs.

For the next release, autocompletion feature and autolist members are planned.