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 1.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. metadata:
  11. author=Greg <greg@dmdirc.com>
  12. mainclass=com.dmdirc.addons.ui_swing.SwingController
  13. description=The standard DMDirc user interface
  14. name=ui_swing
  15. nicename=Swing UI
  16. updates:
  17. id=42
  18. version:
  19. friendly=0.8
  20. provides:
  21. swing ui
  22. defaults:
  23. windowMenuItems=30
  24. windowMenuScrollInterval=250
  25. showtopicbar=true
  26. shownicklist=true
  27. showfulltopic=false
  28. hideEmptyTopicBar=false
  29. textpanebackground=
  30. textpanebackgroundoption=SCALE
  31. textpanebackgroundopacity=1
  32. desktopbackground=dmdirc://com/dmdirc/res/background.png
  33. desktopbackgroundoption=CENTER
  34. showjrewarning=true
  35. showtreeexpands=true
  36. textpanelinenotification=true
  37. mdiBarVisibility=true
  38. exports:
  39. getController in com.dmdirc.addons.ui_swing.SwingController as getController