redgram-for-reddit icon indicating copy to clipboard operation
redgram-for-reddit copied to clipboard

Links on comments should now be clickable.

Open TeeKoo opened this issue 9 years ago • 2 comments

TeeKoo avatar Nov 06 '16 19:11 TeeKoo

Thanks for the changes. I am aiming for creating a string parser for everything we need to parse and not just links. There is a StringUtil class that is responsible for creating clickables in text. Your changes affect one place and this usually should be a helper class since links are found in many places.

Please use a new ticket to describe the problem, then we can see where we can apply parsing throughout the app.

mhdatie avatar Nov 06 '16 19:11 mhdatie

There is a StringUtil class that is responsible for creating clickables in text.

Neat. So this class should be responsible for building everything under the "formatting help" link under the comment area?

TeeKoo avatar Nov 06 '16 21:11 TeeKoo