Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. Site Bugs / Suggestions
  4. Please, please stop treating < as HTML tags in comments!

Please, please stop treating < as HTML tags in comments!

Scheduled Pinned Locked Moved Site Bugs / Suggestions
c++htmlwpfgraphicstutorial
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Don Clugston
    wrote on last edited by
    #1

    Since the number of HTML tags which are recognised by CodeProject is so limited, can you please change the logic for dealing with them? They should only be treated as tags if they are a recognised HTML tag. It's just *so* painful when using C++ code involving templates. I've seen so many posts where vector < int > x; became vector x; Newbies get caught out on this all the time. Instead, you could treat it as if the 'do not treat <'s as tags' was selected, then do a search-and-replace operation for "@lt;CODE@gt;", replacing it with "<CODE>", etc. This would only require a few lines of ASP code. (Replace @ with ampersand in the above example). This would greatly reduce the number of undecipherable posts in C++ forums!

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups