osu/osu.Game/Online/Chat
Bartłomiej Dach 08350a1aca Add parenthesis handling to old link format
Allow users to put both balanced round parentheses, as well as
unbalanced escaped ones, in old style link text. The implementation
is the same as for Markdown and new style links, except for swapping
all instances of

    \[\]

to

    \(\)

for obvious reasons (different type of parenthesis requiring escaping).
Tests also included.
2019-09-04 00:21:27 +02:00
..
Channel.cs Adjust namespaces 2019-02-21 19:05:52 +09:00
ChannelManager.cs formatting inspection 2 2019-08-08 09:02:09 +02:00
ChannelType.cs
DrawableLinkCompiler.cs Move TooltipText to OsuClickableContainer 2019-05-21 13:51:38 +09:00
ErrorMessage.cs Move system user colour assignment to ensure consistency 2019-08-08 17:10:06 +09:00
ExternalLinkOpener.cs Adjust namespaces 2019-02-21 19:05:52 +09:00
InfoMessage.cs Fix remaining issues 2019-02-28 13:31:40 +09:00
LocalEchoMessage.cs Fix remaining issues 2019-02-28 13:31:40 +09:00
LocalMessage.cs
Message.cs Remove unused property from chat message 2019-06-18 14:22:59 +09:00
MessageFormatter.cs Add parenthesis handling to old link format 2019-09-04 00:21:27 +02:00
StandAloneChatDisplay.cs Fix DrawableChannel async flow 2019-06-20 23:01:39 +09:00