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.

preferences.yml 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. ---
  2. categories:
  3. - name: &General Swing UI
  4. description: These config options apply only to the swing UI.
  5. parent: GUI
  6. icon: category-gui
  7. domain: ui
  8. items:
  9. - type: multichoice
  10. key: lookandfeel
  11. title: Look and feel
  12. help: The Java look and feel to use
  13. source: com.dmdirc.addons.ui_swing.config.LookAndFeelProvider
  14. restart: true
  15. - type: multichoice
  16. key: framemanager
  17. title: Window manager
  18. help: Which window manager should be used?
  19. source: com.dmdirc.addons.ui_swing.config.FrameManagerProvider
  20. restart: true
  21. - type: multichoice
  22. key: framemanagerPosition
  23. title: Window manager position
  24. help: Where should the window manager be positioned?
  25. values:
  26. top: Top
  27. bottom: Bottom
  28. left: Left
  29. right: Right
  30. restart: true
  31. - type: font
  32. key: textPaneFontName
  33. title: Textpane font
  34. help: Font for the textpane
  35. restart: true
  36. - type: integer
  37. key: textPaneFontSize
  38. title: Textpane font size
  39. help: Font size for the textpane
  40. restart: true
  41. - type: boolean
  42. key: sortrootwindows
  43. title: Sort root windows
  44. help: Sort root windows in the frame managers?
  45. - type: boolean
  46. key: sortchildwindows
  47. title: Sort child windows
  48. help: Sort child windows in the frame managers?
  49. - name: Nicklist
  50. icon: nicklist
  51. parent: *General
  52. items:
  53. - type: optional colour
  54. domain: ui
  55. key: nicklistbackgroundcolour
  56. title: Nicklist background colour
  57. help: Background colour to use for the nicklist
  58. - type: optional colour
  59. domain: ui
  60. key: nicklistforegroundcolour
  61. title: Nicklist foreground colour
  62. help: Foreground colour to use for the nicklist
  63. - type: optional colour
  64. domain: ui
  65. key: nicklistAltBackgroundColour
  66. title: Alternate background colour
  67. help: Background colour to use for every other nicklist entry
  68. - type: boolean
  69. domain: nicklist
  70. key: sortByMode
  71. title: Sort nicklist by user mode
  72. help: Sort nicknames by the modes they have?
  73. - type: boolean
  74. domain: nicklist
  75. key: sortByCase
  76. title: Sort nicklist by case
  77. help: Sort nicknames in a case-sensitive manner?
  78. - name: Advanced
  79. parent: *General
  80. domain: $plugin
  81. items:
  82. - type: integer
  83. domain: ui
  84. key: frameBufferSize
  85. title: Window buffer size
  86. help: The maximum number of lines in a window buffer
  87. validator:
  88. type: numerical
  89. min: 10
  90. - type: boolean
  91. key: mdiBarVisibility
  92. title: MDI Bar Visibility
  93. help: Controls the visibility of the MDI bar
  94. - type: boolean
  95. domain: ui
  96. key: useOneTouchExpandable
  97. title: Use one touch expandable split panes?
  98. help: Use one touch expandable arrows for collapsing/expanding the split panes
  99. - type: integer
  100. key: windowMenuItems
  101. title: Window menu item count
  102. help: Number of items to show in the window menu
  103. - type: integer
  104. key: windowMenuScrollInterval
  105. title: Window menu scroll interval
  106. help: Number of milliseconds to pause when autoscrolling in the window menu
  107. - type: boolean
  108. key: shownicklist
  109. title: Show nicklist?
  110. help: Do you want the nicklist visible
  111. - type: boolean
  112. key: showfulltopic
  113. title: Show full topic in topic bar?
  114. help: Do you want to show the full topic in the topic bar or just first line?
  115. - type: boolean
  116. key: hideEmptyTopicBar
  117. title: Hide empty topic bar?
  118. help: Do you want to hide the topic bar when there is no topic
  119. - type: boolean
  120. key: textpanelinenotifications
  121. title: New line notification
  122. help: Do you want to be notified about new lines whilst scrolled up?