The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Topic started by: Manos on April 21, 2011, 09:55:16 PM

Title: New Site
Post by: Manos on April 21, 2011, 09:55:16 PM
I created a new site for CoderStudio IDE.
Whichever is interesting can download this
without registration from here (http://manoscoder.gr/CoderStudio/CoderStudio.asp).

Manos.
Title: Re: New Site
Post by: qWord on April 21, 2011, 10:18:48 PM
really nice.

However,what about autocompletion (like microsoft's IntelliSense)?

qWord
Title: Re: New Site
Post by: jj2007 on April 21, 2011, 10:56:51 PM
Looks nice.
First attempt to build resulted in "Can't create process".
So I created a project, and now assembly (F5) works.
Build & execute fails with "file not found: Res\IDB_TOOLBAR.bmp"
There is no such toolbar in my project...

Now I see that "New project" adds apparently an include file and a resource file to my existing complete source ::)
Title: Re: New Site
Post by: Manos on April 22, 2011, 06:47:29 AM
Quote from: qWord on April 21, 2011, 10:18:48 PM
However,what about autocompletion (like microsoft's IntelliSense)?
qWord

I am writing the API declarations.
When I finish, the autocompletion will be done.

Manos.
Title: Re: New Site
Post by: Manos on April 22, 2011, 06:58:17 AM
Quote from: jj2007 on April 21, 2011, 10:56:51 PM
Looks nice.
First attempt to build resulted in "Can't create process".
So I created a project, and now assembly (F5) works.
Build & execute fails with "file not found: Res\IDB_TOOLBAR.bmp"
There is no such toolbar in my project...

Now I see that "New project" adds apparently an include file and a resource file to my existing complete source ::)

The IDE works about like Visual Studio 6.0.
Therefor anyone that is not familiar maybe cope with difficulties the first time.
The message:"file not found: Res\IDB_TOOLBAR.bmp" is sent if you use GoRC.
Read the ReadMe.txt before use the IDE.
Also you can download an example from my forum.

Manos.
Title: Re: New Site
Post by: jj2007 on April 22, 2011, 07:12:27 AM
Quote from: Manos on April 22, 2011, 06:58:17 AM
Read the ReadMe.txt before use the IDE.

OK, I have done that, and after some trial and error my source builds now.
Question: When I press Control F (which according to the menu should be the shortcut for "Find"), why does it insert ACK into my source?

Another small point: I try to change /SUBSYSTEM:WINDOWS to /SUBSYSTEM:CONSOLE under Project/settings/linker, but it always resets it to Windows. Why?
Title: Re: New Site
Post by: Manos on April 22, 2011, 07:20:35 AM
Quote from: jj2007 on April 22, 2011, 07:12:27 AM
Question: When I press Control F (which according to the menu should be the shortcut for "Find"), why does it insert ACK into my source?

It is a scintilla characteristic.
In the next version, I 'll modify the Control.

Manos.
Title: Re: New Site
Post by: Manos on April 22, 2011, 07:26:09 AM
Quote from: jj2007 on April 22, 2011, 07:12:27 AM
Another small point: I try to change /SUBSYSTEM:WINDOWS to /SUBSYSTEM:CONSOLE under Project/settings/linker, but it always resets it to Windows. Why?

The IDE resets these to the selected project type.
In the next version, I 'll add a custom option.

Manos.
Title: Re: New Site
Post by: jj2007 on April 22, 2011, 08:32:35 AM
Quote from: Manos on April 22, 2011, 07:26:09 AM
Quote from: jj2007 on April 22, 2011, 07:12:27 AM
Another small point: I try to change /SUBSYSTEM:WINDOWS to /SUBSYSTEM:CONSOLE under Project/settings/linker, but it always resets it to Windows. Why?

The IDE resets these to the selected project type.

So Project/settings/linker is read-only, and the project type cannot be changed? In my apps, I frequently switch between subsys Console (for debugging) and subsys windows, so being able to change that would be a real improvement.
Title: Re: New Site
Post by: Dillon on April 29, 2011, 11:42:01 PM
Really nice.. we need more places to share code samples


Thanks

Dillon
Title: Re: New Site
Post by: Manos on May 13, 2011, 04:37:54 PM
Quote from: jj2007 on April 22, 2011, 08:32:35 AM
So Project/settings/linker is read-only, and the project type cannot be changed? In my apps, I frequently switch between subsys Console (for debugging) and subsys windows, so being able to change that would be a real improvement.

In a few days, I 'll do a new upload with new features and to allow the user to put any command line option.
The first upload is mainly to collect user options and suggestions.

Manos.
Title: Re: New Site
Post by: Manos on May 13, 2011, 04:40:33 PM
Quote from: Dillon on April 29, 2011, 11:42:01 PM
Really nice.. we need more places to share code samples


Thanks

Dillon

OK Dillon.

Thank you,
Manos.