Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

plugin.config 1020B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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=STRETCH
  31. desktopbackground=dmdirc://com/dmdirc/res/background.png
  32. desktopbackgroundoption=CENTER
  33. showjrewarning=true
  34. showtreeexpands=true
  35. textpanelinenotification=true
  36. mdiBarVisibility=true
  37. exports:
  38. getController in com.dmdirc.addons.ui_swing.SwingController as getController