Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Smileys show up in [code] tags
#1
The following:
Code:
[​code=cpp]
void Foo(const std::string &MyString);
[​/code]

Has an obnoxious <img ...>-tag in it:
    C++-Code:
void Foo(const std::string &MyString);
Age ratings for movies and games (and similar) have never been a good idea.
One can learn a lot from reinventing wheels.
An unsound argument is not the same as an invalid one.
volatile in C++ does not mean thread-safe.
Do not make APIs unnecessarily asynchronous.
Make C++ operator > again
Trump is an idiot.
Reply
Thanks given by: Silverthorn
#2
(03-22-2015, 12:29 PM)Someone else Wrote:  The following:
Code:
[​code=cpp]
void Foo(const std::string &MyString);
[​/code]

Has an obnoxious <img ...>-tag in it:
    C++-Code:
void Foo(const std::string &MyString);

Disable smilies always.
Reply
Thanks given by:
#3
Semi-fixed.

I hacked something together that disables smilies in posts as soon as the code=asd or codei=asd environment.

Hope that is good enough, I really don't want to take apart the whole parser :p
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~

"Freeze, you're under vrest!" - Mark, probably.

» Gallery | » Sprites | » DeviantArt
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)