The MASM Forum

Projects => Easy Code IDE 32/64-bit => Topic started by: K_F on March 12, 2013, 07:35:59 PM

Title: INC file editing ?
Post by: K_F on March 12, 2013, 07:35:59 PM
Hi Ramon..
Any possibility of making the INC files editable (they currently locked).
I'd like to add my own inc files and edit them.

Thanks
van
Title: Re: INC file editing ?
Post by: rsala on March 13, 2013, 08:55:42 AM
Hi van,

INC files should not be edited as they are part of the MASM32 SDK. That is why they are intially locked in the IDE if they are in the "Masm32\include" folder. However, you can edit an INC file by pressing Ctrl+Shift+F2, but just do it for modifying your own INC files, not those being part of MASM32.

Ramon


Title: Re: INC file editing ?
Post by: K_F on March 13, 2013, 05:36:17 PM
Ja.. that's the idea.

Thanks Ramon
:t
Title: Re: INC file editing ?
Post by: rsala on March 14, 2013, 04:27:39 AM
You're welcome!