Skip to content
Snippets Groups Projects
  1. May 17, 2024
  2. May 15, 2024
  3. Apr 16, 2024
    • Joseph Earl Lambert's avatar
      CPAlgs: everything is an option, improve prinouts, add info string · cbd69364
      Joseph Earl Lambert authored and Adam Edward Barton's avatar Adam Edward Barton committed
      CPAlgs: everything is an option, improve prinouts, add info string
      
      Added logging to config seq, block, factory, text.
      
      Added info string for the majority of the block options.
      
      Made all __init__ args options for the block. The init args are
      still there but they are no longer required when initializing the block
      so that the changes are backwards compatible.
      
      Improved print outs in config seq, block, factory, text.
      
      ConfigFactory(Text).printAlgs will now print all information about
      the block that is avaiable (info string, default, type, required,
      and noneAction). This can be used as documentation for the different
      blocks.
      cbd69364
  4. Apr 02, 2024
  5. Mar 28, 2024
  6. Mar 26, 2024
  7. Mar 20, 2024
  8. Mar 15, 2024
  9. Mar 14, 2024
    • Joseph Earl Lambert's avatar
      ConfigBlock: change groupName, noneAction and duplicateAction · 050689b9
      Joseph Earl Lambert authored and Walter Lampl's avatar Walter Lampl committed
      ConfigBlock: remove groupName, change noneAction, and duplicateAction
      
      The groupName variable was changed to blockName and set from a
      set/get function.
      
      Add instanceName to identify specific instances when there is a
      desire to set the value of an option in an arbitrary location and
      there is more than one instance of a block.
      
      Removed code to potentially throw an error if an option was
      set more than once.
      
      Instead of haing the user say "I am setting this option to None
      and it is okay," the noneAction variable can be set when adding
      an option. If the author of a class determines that an option
      can be set to None, then they can set this for that option.
      050689b9
  10. Feb 20, 2024
  11. Jan 30, 2024
  12. Jan 17, 2024
  13. Jan 12, 2024
  14. Jan 10, 2024
  15. Jan 09, 2024
  16. Dec 09, 2023
  17. Nov 03, 2023
  18. Oct 16, 2023
  19. Oct 04, 2023
Loading