You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

plugin.config 633B

1234567891011121314151617181920212223242526272829303132333435
  1. # This is a DMDirc configuration file.
  2. # This section indicates which sections below take key/value
  3. # pairs, rather than a simple list. It should be placed above
  4. # any sections that take key/values.
  5. keysections:
  6. metadata
  7. updates
  8. version
  9. defaults
  10. requires
  11. metadata:
  12. author=Greg <greg@dmdirc.com>
  13. mainclass=com.dmdirc.addons.swingdebug.SwingDebugPlugin
  14. description=Debugging plugin for DMDirc.
  15. name=swingdebug
  16. nicename=Swing debug
  17. unloadable=yes
  18. updates:
  19. id=60
  20. version:
  21. friendly=0.1
  22. requires:
  23. parent=ui_swing
  24. required-services:
  25. swing ui
  26. defaults:
  27. debugEDT=false
  28. slowedttaskthreshold=100