Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Code::Blocks window sf::style::()  (Read 2222 times)

0 Members and 1 Guest are viewing this topic.

Yemeni Cpluspluser

  • Newbie
  • *
  • Posts: 25
  • C/C++, Soon Java and SQL ^_^
    • View Profile
    • Email
Code::Blocks window sf::style::()
« 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?
sf::signature mySignature;
mySignature.setPosition(forum.x,forum.y);
window.draw(mySignature);

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Code::Blocks window sf::style::()
« Reply #1 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 ;)
Laurent Gomila - SFML developer

Yemeni Cpluspluser

  • Newbie
  • *
  • Posts: 25
  • C/C++, Soon Java and SQL ^_^
    • View Profile
    • Email
Re: Code::Blocks window sf::style::()
« Reply #2 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  >:(.
sf::signature mySignature;
mySignature.setPosition(forum.x,forum.y);
window.draw(mySignature);

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10800
    • View Profile
    • development blog
    • Email
Re: Code::Blocks window sf::style::()
« Reply #3 on: July 30, 2013, 09:10:19 pm »
It's a genera "enum resolving" issue.
They didn't implement that, it seems...
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

AlexAUT

  • Sr. Member
  • ****
  • Posts: 396
    • View Profile
Re: Code::Blocks window sf::style::()
« Reply #4 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

 

anything