FORUM ARCHIVED

Text editors for modding

Discussion in 'Modding' started by tentacled-godqueen, Sep 1, 2012.

  1. I did my last two mods in notepad.

    If anyone has ever tried to program in notepad, they'll probably know how terrible of an idea that is. Seriously no syntax highlighting or line numbers. Agh.

    Anyway, what text editors are good for this? I last did programming on a linux box where the distro came with text editors that could do things like syntax highlighting and word wrap without breaking shit. So I'm not actually sure what text editors are good on windows?

    Or for that matter, other OS's. The main need would be XML syntax highlighting and line numbers, really.
     
    OmniNegro likes this.
  2. Daynab

    Daynab Community Moderator Staff Member

  3. OmniaNigrum

    OmniaNigrum Member

    As Daynab said. I will never use Wordpad nor Notepad again. That freeware tool is the way to go. The only thing I dislike about it is that you have to click each and every file association you want instead of having an easy "Associate with all supported formats" button somewhere.
     
  4. It being a text editor, "All supported formats" is going to be any non-binary file, and possibly then some. Soooo... that I'm not shocked by.

    But anyway checking it out, looks like it'll work fine. (though now I know how many lines my mod's spellDB has... I'm not entirely sure that's a good thing ahhhhhhhhh)
     
    OmniNegro likes this.
  5. Kazeto

    Kazeto Member

    Don't worry, for as long as its shorter than mine, you have nothing to fear.

    Hint: 7.947 lines, the last time I checked.
     
    OmniNegro likes this.
  6. OmniaNigrum

    OmniaNigrum Member

    I have been using Notepad++ for a long time now, and I have it associated with everything. Including things that usually are binary/decimal/hexdecimal/other data. For example, it is associated with anything ending in dat and that can be a problem with some things. But unlike Windows Notepad, it does not crash hard when it tries to open a massive data file that is useless to even look at.

    You will love it. :D
     
    Kazeto likes this.
  7. codebracker

    codebracker Member

    I was using notepad and debugged it with xml checker, didn't know there were better ways, so thanx:D
     
    OmniNegro likes this.
  8. Daynab

    Daynab Community Moderator Staff Member

    The most important part of it all: dark themes! My eyes thank me.
     
    Essence and OmniNegro like this.