SFML community forums

Help => Window => Topic started by: Yemeni Cpluspluser on July 30, 2013, 06:44:33 pm

Title: Code::Blocks window sf::style::()
Post by: Yemeni Cpluspluser on July 30, 2013, 06:44:33 pm
When I type it it works, such as Fullscreen, Titlebar, and other sf::style attributes
but some time I mistake in spelling, why it won't show up as in the video tutorials I saw? it just shows unnamed
as you can see in the tutorial it shows a list of the enumeration, while in my image just unnamed

or I should post this in the code::blocks forum?
Title: Re: Code::Blocks window sf::style::()
Post by: Laurent on July 30, 2013, 06:48:59 pm
Quote
or I should post this in the code::blocks forum?
Yes. Autocompletion bugs in Code::Blocks are obviously not related to SFML ;)
Title: Re: Code::Blocks window sf::style::()
Post by: Yemeni Cpluspluser on July 30, 2013, 07:08:05 pm
Quote
or I should post this in the code::blocks forum?
Yes. Autocompletion bugs in Code::Blocks are obviously not related to SFML ;)

Yeah thanks I figured that out lol  ;D, just wanted to see if some one uses Code::Blocks here and knows how to fix this bug because it pisses me off because I automatically press enter when I type sf::Style::Ful , then I wait for it to complete it for me  >:(.
Title: Re: Code::Blocks window sf::style::()
Post by: eXpl0it3r on July 30, 2013, 09:10:19 pm
It's a genera "enum resolving" issue.
They didn't implement that, it seems...
Title: Re: Code::Blocks window sf::style::()
Post by: AlexAUT on July 30, 2013, 11:56:48 pm
It's a genera "enum resolving" issue.
They didn't implement that, it seems...

Nope, it completes normal enums and enums classes, try it out. Only the sfml-enums aren't working. Also the event-union members like event.mouseButton.button do not work.



AlexAUT