WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

1.4K

https://en.wikipedia.org/wiki/Xed

Make an html document, your typical <!DOCTYPE html> stuff, place a couple of tags inside the body for the sake of it, make a lame hello world web page essentially

Everything is fine and all... Then add an <h1> tag, guess what happens? Text coloration breaks, I shit you not, everything turns single color even if you ctrl z it's fucked you have to close and re-open the document to get the coloration back, even revert isn't going to fix shit

How? What have they done again? How is this even possible?

https://en.wikipedia.org/wiki/Xed Make an html document, your typical <!DOCTYPE html> stuff, place a couple of tags inside the body for the sake of it, make a lame hello world web page essentially Everything is fine and all... Then add an <h1> tag, guess what happens? Text coloration breaks, I shit you not, everything turns single color even if you ctrl z it's fucked you have to close and re-open the document to get the coloration back, even revert isn't going to fix shit How? What have they done again? How is this even possible?

(post is archived)

I'd like to suggest to edit code with VSCodium.

VSCodium: 100% Open Source Version of Microsoft VS Code

[–] 0 pt (edited )

Oh I didn't know about codium... Maybe I can finally ditch that bloated VS Code piece of shit

The coloration in VS Code MY GOD... Idk wtf is going on under the hood but I feel like soon I'll need a fucken NVIDIA GeForce RTX 4090 so that piece of crap gets a chance at coloring the document in less than 4 seconds, I mean wtf it should be instantly colored the moment the document is open

That's why I code on shitass text editor btw, I don't need a fucking aircraft carrier to just code little html/css/js shits, I just need a raft

There are tons of new shits I hate, like I don't even need them and never asked for it and it's set by default

Like the auto double quoting, wtf... I type one quote it places 2... 99% of the time I need to erase the second quote I didn't ask for, why the fuck is this default settings? How did this piece of shit idea become standard all over the place??? It's totally uncalled for, it's completely schizoid and useless, it's just plain annoying

And the fucking coloration in VS Code, there's too much of it, like wft I have a blinking caret already I don't need an highlight on the current line I'm typing on, with square shits surrounding brackets for god knows why and a fucking pop up on my mouse cursor... It gets in the way, all of this, it feels like a demo of everything possible, it's just annoying shits you don't even need right in front of your eyes

/rant

Linux Mint default text editor is xed, but I only use it for text, so I have not experienced these things and thought it was doing just fine. lol

Why are we up at 4am? lol

[–] 0 pt

It's 11am here

Create a document paste that inside:

<!DOCTYPE html> <html> <body>

</body> </html>

And save it as mydocument.html, then html coloration should appear

And then paste that <h1>My Title</h1> between <body> and </body>

Here the coloration just dies on me when I do that