GLBasic forum

Feature request => IDE/Syntax => Topic started by: bigsofty on 2011-Mar-01

Title: IDE feature request
Post by: bigsofty on 2011-Mar-01
Simply get the IDE to ignore anything that is not a GBAS file in the project file.

So, for example, if I added a text file to the project. I could use it to store project notes.

Since its not a GBAS file, it should not be added to the list of files to be compiled at compile time, simply ignored.

This would allow the project to...

Edit all the stuff that currently has to be edited outside a GLB project.

Documentation
Readme's
GLSL files
C Headers / Includes
etc...

All could be edited in the GLbasic IDE, SaveAll would be work as normal and everything would be centralised.

This would be a time saver for me and keep most of my stuff in under the wing of one project file.

Cheers,


Ian
Title: Re: IDE feature request
Post by: Kitty Hello on 2011-Mar-01
OK. Deal!
Title: Re: IDE feature request
Post by: bigsofty on 2011-Mar-01
Thanks Gernot!  :booze:

Cheers,


Ian
Title: Re: IDE feature request
Post by: Kitty Hello on 2011-Mar-04
that was quite some work, because the error handing is based on the file index. So, I have to sort the source files be first, and the othe files later. Will be in the next update some time.
Title: Re: IDE feature request
Post by: bigsofty on 2011-Mar-05
Oops, seemed like a simple request! I think it will be worth the effort though Gernot.

Cheers,


Ian