in reply to 22 years, and about a quarter century of Perl
On Linux, Notepad2 is slow and glitchy with wine, so I use other things like Mousepad or Geany or whatever comes preinstalled with the distro. My three favorite distros are Slitaz, Lubuntu, and Slackware.
At one point, I decided to write my own perl editor in HTML and JavaScript (it's a HTA application in Windows), but I didn't know how to add syntax highlighting while the text is being edited. When the text is displayed (readonly), it's easy to add syntax highlighting, but when it's in a textarea box, and the user can edit things, it gets complicated. I don't know how to do that. Without the syntax highlighting, it's no good. Then the other downside of HTA app is that it will only work in Windows or in a web browser, so it's quite limited.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: 22 years, and about a quarter century of Perl
by Anonymous Monk on Jun 07, 2024 at 22:19 UTC |