RAD-82 wrote:TaxiService wrote:I hope you mean Notepad++.
Nope. Just plain old Notepad. I've never seen a Notepad++ before.
~snip~
about notepad++
in a nutshell, notepad++ is an Integrated development environment that makes code easier to see and manage
In my brief experience in combining 3 ships into one mod, I chose notepad++
advantages
unlike notepad, where all the text is one color, where it is harder to find out what the tags are,
notepad++ allows you to see the tags and the code in different colors, organizing what you're looking at
for example, say you have the blueprints.xml.append file
changed to blueprints.xml
here is the main difference

not the best at explaining, but you can see the difference between notepad++ and regular notepad
notepad++ is free btw