What is your favorite text editor, other than SLADE?

Ask about ACS, DECORATE, ZScript, or any other scripting questions here!

Moderator: GZDoom Developers

Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.

Please bear in mind that the people helping you do not automatically know how much you know. You may be asked to upload your project file to look at. Don't be afraid to ask questions about what things mean, but also please be patient with the people trying to help you. (And helpers, please be patient with the person you're trying to help!)
Post Reply
ichxg0
Posts: 43
Joined: Mon Nov 18, 2024 3:08 pm

What is your favorite text editor, other than SLADE?

Post by ichxg0 »

I'm looking for the best text editor out there; or at least something powerful. I have something called notepad+ which has a nifty find and replace function, but I wish there were more options.. I'm sure it must get deeper than that.. So what is your go to when you have to mangle large amounts of code?

EDIT: for an example:

Code: Select all

music/DKC1/DKCBONUS.spc;Track#;David Wise
I want to duplicate the text "DKCBONUS", replacing "Track#" in this string.. One way is you could have the editor find the end of "DKC1/" and select all the text up to the ".SPC" copy it, and paste it back, either after the *first* semicolon, or by specifying the actual text: "Track#", if that makes any sense.. And I would have it do this for a long list of files like this.

I have other apps that do this for files and folders, but nothing for raw text, seems to me like there *must* be something with this kind of functionality out there though, or how would I got about it?
User avatar
Enjay
 
 
Posts: 26993
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Re: What is your favorite text editor, other than SLADE?

Post by Enjay »

Notepad++ is good (especially as it's free).
However, I have used Textpad for many years. I really like how it works, how it handles new lines, tabs and recording macros (very useful when you want to make edits to text files with references to thousands of sprites or something).
General feature-wise, I think it's quite similar to Notepad++. My preference is to do with familiarity as much as anything.

Edit:
Perhaps worth pointing out this thread: viewtopic.php?t=46674
Blue Shadow has made syntax highlighting files for some common GZDoom lumps for both Notepad++ and Textpad. I find them very useful.
ichxg0
Posts: 43
Joined: Mon Nov 18, 2024 3:08 pm

Re: What is your favorite text editor, other than SLADE?

Post by ichxg0 »

Enjay wrote: Mon Feb 03, 2025 10:38 am Edit:
Perhaps worth pointing out this thread: viewtopic.php?t=46674
Blue Shadow has made syntax highlighting files for some common GZDoom lumps for both Notepad++ and Textpad. I find them very useful.
Whaaa, that's awesome. Notepad++ is indeed the best I've found, these should really help though!
Post Reply

Return to “Scripting”