Pelles C forum

Pelles C => Bug reports => Topic started by: rko on April 06, 2014, 05:02:13 PM

Title: Version 8.00 RC1 ide bug/#define
Post by: rko on April 06, 2014, 05:02:13 PM
hi,
thanks pelle for the new compiler. :D
my box, win8.1, 8 gb, 64bit
in the ide, the project file tree, it is not possible to remove a file from the project.
even if commented out, a preprocessor commands are processed, ex.
//#ifdef xxxx ....

will there be selectors for the new switches in the project pane?

rko
Title: Re: Version 8.00 RC1 ide bug/#define
Post by: Pelle on April 06, 2014, 06:52:58 PM
Quote from: rko on April 06, 2014, 05:02:13 PM
hi,
thanks pelle for the new compiler. :D
my box, win8.1, 8 gb, 64bit
in the ide, the project file tree, it is not possible to remove a file from the project.
even if commented out, a preprocessor commands are processed, ex.
//#ifdef xxxx ....
None of this should happen, or happens "here" AFAICT. Can you provide a small example so I understand better?

Quote from: rko on April 06, 2014, 05:02:13 PM
will there be selectors for the new switches in the project pane?
Only for some, for others you have to use the Macros tab. There isn't enough room in the Project setting pages.
The whole thing should perhaps be redesigned in the new treeview / multi-page style, seen in other IDEs, but this is a big job. I'm not eager to do it right now.
Title: Re: Version 8.00 RC1 ide bug/#define
Post by: rko on April 07, 2014, 09:32:16 AM
for the life of it, i can not reproduce:

even if commented out, a preprocessor commands are processed, ex.
//#ifdef xxxx ....

i am sorry, but should it reoccure i'll send the whole project.
Title: Re: Version 8.00 RC1 ide bug/#define
Post by: Pelle on April 12, 2014, 02:39:48 PM
OK.