Skip to content

Commit

Permalink
client: consistently capitalize config item names
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Nov 11, 2024
1 parent b53dd83 commit 1b0f179
Show file tree
Hide file tree
Showing 80 changed files with 1,163 additions and 1,163 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ default Color opaqueClanChatMessageHighlight()
@ConfigItem(
position = 15,
keyName = "opaqueClanGuestInfo",
name = "Guest Clan chat info",
name = "Guest clan chat info",
description = "Guest Clan Chat Information (eg. when joining a channel)",
section = opaqueSection
)
Expand All @@ -207,7 +207,7 @@ default Color opaqueClanChatMessageHighlight()
@ConfigItem(
position = 16,
keyName = "opaqueClanGuestInfoHighlight",
name = "Guest Clan chat info highlight",
name = "Guest clan chat info highlight",
description = "Guest Clan Chat Information highlight",
section = opaqueSection
)
Expand All @@ -219,7 +219,7 @@ default Color opaqueClanChatGuestInfoHighlight()
@ConfigItem(
position = 17,
keyName = "opaqueClanGuestMessage",
name = "Guest Clan chat message",
name = "Guest clan chat message",
description = "Color of Guest Clan chat messages",
section = opaqueSection
)
Expand All @@ -228,7 +228,7 @@ default Color opaqueClanChatGuestInfoHighlight()
@ConfigItem(
position = 18,
keyName = "opaqueClanChatGuestMessageHighlight",
name = "Guest Clan chat message highlight",
name = "Guest clan chat message highlight",
description = "Color of highlights in Guest Clan Chat messages",
section = opaqueSection
)
Expand Down Expand Up @@ -373,7 +373,7 @@ default Color opaqueExamineHighlight()
@ConfigItem(
position = 33,
keyName = "opaqueClanChannelName",
name = "Friends Chat channel name",
name = "Friends chat channel name",
description = "Color of Friends chat channel name",
section = opaqueSection
)
Expand All @@ -382,7 +382,7 @@ default Color opaqueExamineHighlight()
@ConfigItem(
position = 34,
keyName = "opaqueClanChatChannelName",
name = "Clan Chat channel name",
name = "Clan chat channel name",
description = "Color of Clan chat channel name",
section = opaqueSection
)
Expand All @@ -391,7 +391,7 @@ default Color opaqueExamineHighlight()
@ConfigItem(
position = 35,
keyName = "opaqueClanChatGuestChannelName",
name = "Guest Clan Chat channel name",
name = "Guest clan chat channel name",
description = "Color of Guest clan chat channel name",
section = opaqueSection
)
Expand All @@ -418,7 +418,7 @@ default Color opaqueExamineHighlight()
@ConfigItem(
position = 38,
keyName = "opaqueClanChatGuestUsernames",
name = "Guest Clan chat usernames",
name = "Guest clan chat usernames",
description = "Color of usernames in Guest Clan chat",
section = opaqueSection
)
Expand Down Expand Up @@ -595,7 +595,7 @@ default Color transparentClanChatMessageHighlight()
@ConfigItem(
position = 65,
keyName = "transparentClanGuestInfo",
name = "Guest Clan chat info (transparent)",
name = "Guest clan chat info (transparent)",
description = "Guest Clan Chat Information (eg. when joining a channel) (transparent)",
section = transparentSection
)
Expand All @@ -604,7 +604,7 @@ default Color transparentClanChatMessageHighlight()
@ConfigItem(
position = 66,
keyName = "transparentClanGuestInfoHighlight",
name = "Guest Clan chat info highlight (transparent)",
name = "Guest clan chat info highlight (transparent)",
description = "Guest Clan Chat Information highlight (transparent)",
section = transparentSection
)
Expand All @@ -616,7 +616,7 @@ default Color transparentClanChatGuestInfoHighlight()
@ConfigItem(
position = 67,
keyName = "transparentClanGuestMessage",
name = "Guest Clan chat message (transparent)",
name = "Guest clan chat message (transparent)",
description = "Color of Guest Clan chat messages (transparent)",
section = transparentSection
)
Expand All @@ -625,7 +625,7 @@ default Color transparentClanChatGuestInfoHighlight()
@ConfigItem(
position = 68,
keyName = "transparentClanChatGuestMessageHighlight",
name = "Guest Clan chat message highlight (transparent)",
name = "Guest clan chat message highlight (transparent)",
description = "Color of highlights in Guest Clan Chat messages (transparent)",
section = transparentSection
)
Expand Down Expand Up @@ -770,7 +770,7 @@ default Color transparentExamineHighlight()
@ConfigItem(
position = 83,
keyName = "transparentClanChannelName",
name = "Friends Chat channel name (transparent)",
name = "Friends chat channel name (transparent)",
description = "Color of Friends chat channel name (transparent)",
section = transparentSection
)
Expand All @@ -779,7 +779,7 @@ default Color transparentExamineHighlight()
@ConfigItem(
position = 84,
keyName = "transparentClanChatChannelName",
name = "Clan Chat channel name (transparent)",
name = "Clan chat channel name (transparent)",
description = "Color of Clan chat channel name (transparent)",
section = transparentSection
)
Expand All @@ -788,7 +788,7 @@ default Color transparentExamineHighlight()
@ConfigItem(
position = 85,
keyName = "transparentClanChatGuestChannelName",
name = "Guest Clan Chat channel name (transparent)",
name = "Guest clan chat channel name (transparent)",
description = "Color of Guest clan chat channel name (transparent)",
section = transparentSection
)
Expand All @@ -815,7 +815,7 @@ default Color transparentExamineHighlight()
@ConfigItem(
position = 88,
keyName = "transparentClanClanGuestUsernames",
name = "Guest Clan chat usernames (transparent)",
name = "Guest clan chat usernames (transparent)",
description = "Color of usernames in Guest Clan chat (transparent)",
section = transparentSection
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@ public interface RuneLiteConfig extends Config
String GROUP_NAME = "runelite";

@ConfigSection(
name = "Window Settings",
name = "Window settings",
description = "Settings relating to the client's window and frame",
position = 0
)
String windowSettings = "windowSettings";

@ConfigSection(
name = "Notification Settings",
name = "Notification settings",
description = "Settings relating to notifications",
position = 1
)
String notificationSettings = "notificationSettings";

@ConfigSection(
name = "Overlay Settings",
name = "Overlay settings",
description = "Settings relating to fonts",
position = 2
)
Expand Down Expand Up @@ -303,7 +303,7 @@ default boolean sendNotificationsWhenFocused()
@Alpha
@ConfigItem(
keyName = "notificationFlashColor",
name = "Notification Flash",
name = "Notification flash",
description = "Sets the color of the notification flashes.",
position = 29,
section = notificationSettings
Expand All @@ -315,7 +315,7 @@ default Color notificationFlashColor()

@ConfigItem(
keyName = "fontType",
name = "Dynamic Overlay Font",
name = "Dynamic overlay font",
description = "Configures what font type is used for in-game overlays such as player name, ground items, etc.",
position = 30,
section = overlaySettings
Expand All @@ -327,7 +327,7 @@ default FontType fontType()

@ConfigItem(
keyName = "tooltipFontType",
name = "Tooltip Font",
name = "Tooltip font",
description = "Configures what font type is used for in-game tooltips such as food stats, NPC names, etc.",
position = 31,
section = overlaySettings
Expand All @@ -339,7 +339,7 @@ default FontType tooltipFontType()

@ConfigItem(
keyName = "interfaceFontType",
name = "Interface Font",
name = "Interface font",
description = "Configures what font type is used for in-game interface overlays such as panels, opponent info, clue scrolls etc.",
position = 32,
section = overlaySettings
Expand All @@ -351,7 +351,7 @@ default FontType interfaceFontType()

@ConfigItem(
keyName = "infoboxFontType",
name = "Infobox Font",
name = "Infobox font",
description = "Configures what font type is used for infoboxes.",
position = 33,
section = overlaySettings
Expand All @@ -363,7 +363,7 @@ default FontType infoboxFontType()

@ConfigItem(
keyName = "tooltipPosition",
name = "Tooltip Position",
name = "Tooltip position",
description = "Configures whether to show the tooltip above or under the cursor",
position = 35,
section = overlaySettings
Expand Down Expand Up @@ -414,7 +414,7 @@ default boolean infoBoxTextOutline()
@Alpha
@ConfigItem(
keyName = "overlayBackgroundColor",
name = "Overlay Color",
name = "Overlay color",
description = "Configures the background color of infoboxes and overlays",
position = 44,
section = overlaySettings
Expand All @@ -426,7 +426,7 @@ default Color overlayBackgroundColor()

@ConfigItem(
keyName = "sidebarToggleKey",
name = "Sidebar Toggle Key",
name = "Sidebar toggle key",
description = "The key that will toggle the sidebar (accepts modifiers)",
position = 45,
section = windowSettings
Expand All @@ -438,7 +438,7 @@ default Keybind sidebarToggleKey()

@ConfigItem(
keyName = "panelToggleKey",
name = "Plugin Panel Toggle Key",
name = "Plugin panel toggle key",
description = "The key that will toggle the current or last opened plugin panel (accepts modifiers)",
position = 46,
section = windowSettings
Expand Down Expand Up @@ -472,7 +472,7 @@ default boolean useWikiItemPrices()

@ConfigItem(
keyName = "dragHotkey",
name = "Drag Hotkey",
name = "Drag hotkey",
description = "Configures the hotkey used to drag UI elements around",
position = 52
)
Expand Down
Loading

0 comments on commit 1b0f179

Please sign in to comment.