The way WX handles open tags is to fix them, not on saving, but on display.
Hmm. Where does more processing go? On display, which must be incredibly more frequent than saving, or on saving?
OK, that was loaded. I get your concern, but I worry about the net effect on performance.
It will be more processing heavy, and I understand your concern, but even I get fidgety editing my post that's not what I typed in. I think it increases the potential for confusion.
Also, it's kind of a principle thing.
Maybe we should benchmark and see if it's a detectable hit.
t produces a bead of sweat as he fights off the ita lust
Prove the hypothesis
experimentally.
t Young. The girl is only young. Ignore the fully rounded frontal lobes.
What does the code for [continued] do when someone adds text during editing?
<Young. The girl is only young. Ignore the fully rounded frontal lobes.>
The eyes are down HERE, buddy.
What does the code for [continued] do when someone adds text during editing?
Right now, if I read the code right, nothing. But the automated code cuts you way shorter than our internally imposed limit, so it shouldn't come up often at all.
t snickers at the geek-lust
What does the code for [continued] do when someone adds text during editing?
There is a an additional allowance of 2000 characters for the ammendment. The ammendment stays with the fragment. If the edited fragment exceeds 6000 characters (from the original 4K), it is brutally truncated.
Or, pretty close to what ita said.