• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

greater and less signs in editing

 
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I found one annoying peculiarity editing posts with large amount of '<' and '>' signs in them. After I made a post I found a mistake in it and what was my amazement, when I found &lt; and &gt; became < and > and I had to fix them all It was slightly inconvinient...

------------------
With best of best regards, Pawel S. Veselov ( aka Black Angel )

 
Trailboss
Posts: 23953
IntelliJ IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The software gives me the option to turn off html tagging so that less-than and greater-than stuff will come through as is (instead of being interpretted as html). I chose to leave the html stuff on.
Do you think I should change it? I rather like using the html PRE tags. Maybe it is high time for me to upgrade this thing - the new version has a UBB CODE tag that does the PRE stuff for you.
 
Pawel Veselov
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oh, no. I don't want html codes to be disabled as well, I like this <pre> tag and some other. The problem is that conversion between html text to editor's text is incorrect and changes &xxx; sequences to what they should represent. It is normal that poster should write &lt; instead of < but editing such posts can become a headache... May be this can just be fixed ?
 
Yes, my master! Here is the tiny ad you asked for:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic