You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
References to classes, methods, or traits within comments work correctly when their names are enclosed in backticks. However, this behavior breaks when the reference is placed inside a table (between pipes). In this case, the reference appears blue in the 'View Comment' section, but it is not clickable.
To Reproduce
Take any classname and insert it in a comment twice: with and without pipes. Check the inserted screenshot for example:
`OrderedCollection` is blue and clickable in view mode.
|`OrderedCollection`| is blue but NOT clickable in view mode.
Screenshots
Version information:
I tried Pharo 13 and Moose 12
The text was updated successfully, but these errors were encountered:
Bug Description
References to classes, methods, or traits within comments work correctly when their names are enclosed in backticks. However, this behavior breaks when the reference is placed inside a table (between pipes). In this case, the reference appears blue in the 'View Comment' section, but it is not clickable.
To Reproduce
Take any classname and insert it in a comment twice: with and without pipes. Check the inserted screenshot for example:
`OrderedCollection` is blue and clickable in view mode.
|`OrderedCollection`| is blue but NOT clickable in view mode.
Screenshots
Version information:
The text was updated successfully, but these errors were encountered: