Menu

4.2.0 Small Issue

2013-01-30
2013-02-05
  • George Qualley

    George Qualley - 2013-01-30

    Small issue I noticed in 4.2.0. In the Scene Editor, the clone scene and append to chase function selects the incorrect chase after using it the first time. Setting the correct chase and running a second time seems to work correctly.

     
  • George Qualley

    George Qualley - 2013-02-05

    Here's another one I recently noticed (and this is kind of an odd one). In the profile editor, it's impossible to type more than three capitol letters in a row in the name of either the manufacturer or the model name. I'm in the process of making a definition for the Chauvet COLORBand Pix IP (I'll post it shortly) and I noticed that I can't type in the word "COLOR."

     
    • Massimo Callegari

      Yes, a while ago I saw that too and found this in the code:

      // Prevent people from using ALL CAPS. It's fucking annoying.
      #define REGEXP_CAPS "(([^A-Z][A-Z]{,3}[^A-Z]+))"
      #define CAPS_VALIDATOR(parent) new QRegExpValidator(QRegExp(REGEXP_CAPS), parent)

      Kinda reasonable :)

       

      Last edit: Massimo Callegari 2013-02-05
  • George Qualley

    George Qualley - 2013-02-05

    Lol. That's pretty funny and I would generally agree with that sentiment... It sounds like you have a bit of a conundrum on your hands :)

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.