this post was submitted on 24 May 2024
177 points (88.6% liked)
General Discussion
12013 readers
1 users here now
Welcome to Lemmy.World General!
This is a community for general discussion where you can get your bearings in the fediverse. Discuss topics & ask questions that don't seem to fit in any other community, or don't have an active community yet.
🪆 About Lemmy World
🧭 Finding Communities
Feel free to ask here or over in: [email protected]!
Also keep an eye on:
For more involved tools to find communities to join: check out Lemmyverse!
💬 Additional Discussion Focused Communities:
- [email protected] - Note this is for more serious discussions.
- [email protected] - The opposite of the above, for more laidback chat!
- [email protected] - Into video games? Here's a place to discuss them!
- [email protected] - Watched a movie and wanna talk to others about it? Here's a place to do so!
- [email protected] - Want to talk politics apart from political news? Here's a community for that!
Rules
Remember, Lemmy World rules also apply here.
0. See: Rules for Users.
- No bigotry: including racism, sexism, homophobia, transphobia, or xenophobia.
- Be respectful. Everyone should feel welcome here.
- Be thoughtful and helpful: even with ‘silly’ questions. The world won’t be made better by dismissive comments to others on Lemmy.
- Link posts should include some context/opinion in the body text when the title is unaltered, or be titled to encourage discussion.
- Posts concerning other instances' activity/decisions are better suited to [email protected] or [email protected] communities.
- No Ads/Spamming.
- No NSFW content.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
-Folder search/replace functions, which searches all text in all file types in a folder I choose.
-User created language rules and formatting (An example use case is a personal path of exile's loot filter)
-Dark mode or ability to customize UI colors
-Exporting/importing application settings and languages
Notepad++ can do these without too much of a learning curve, which is nice, because I'm not looking for a full IDE to learn. Also the last two points are not as important, but really nice to have.
I'm willing to learn a new software package as long as it doesn't have a big learning curve (basically as easy as notepad++), suggestions would be welcomed and maybe a nudge in the right direction to where these features are.
I don't know if you've tried Kate, but it does most of this. It can act as an IDE, but it's first and foremost a text editor, which is similar to Notepad++ (iirc, it's been a while). The toughest requirement to meet would be
https://docs.kde.org/stable5/en/kate/katepart/highlight.html is the documentation for how you'd do that, and https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax has all of the built-in syntax highlighters.
It also runs on Windows, so you can give it a spin and see what you think. It's unfortunate that NP++ is tied so directly to Windows APIs, but I wonder how hard it would be to use winelib to make a decent Linux version.
I tried Kate on Linux, and didn't see that. I'll look into it again. Thanks for the tip.
I have no clue what it would take to make a Linux version, way over my head haha