The inform IDE is only so flexible for text editing. Do I have to use it?

+1 vote
63 views
asked Mar 23 in Authoring by AndrewS (250 points)
recategorized Mar 27 by Alex
If so, when is it best to use? Is there a danger when using another text editor?

1 Answer

+1 vote
answered Mar 23 by AndrewS (250 points)
In Windows, I've had great luck with Notepad++ at http://notepad-plus-plus.org.

 

It allows you to replace text or regular expressions. So, for instance, if you need to change a room name, you can do so. Or if you want to see combinations of text (e.g. say.*male to look for gender-specific text) then Notepad++ allows this.

 

I've also found Notepad++ wonderful when making changes I don't want or need to compile. For instance, a random text table, or general narrative stuff. If I'm writing in Notepad++, it feels like I'm working on pure writerly bits. I don't need to worry about the technical side.

 

A big risk is that, if you save something in Notepad++ and changed something in Inform without saving, you lose the IDE's changes. However, if nothing was edited in Inform, then you get the Notepad++ changes saved over.

 

Notepad++ will also pick up on any changes made in Inform before reloading. So you have a buffer there if you mistakenly open two files at once.

 

When doing this sort of major thing, you should ALWAYS back up the source code first in case anything bad happens. Often you can compare the source before and after to see what went wrong.
This site is now closed.
As of 1st November 2015, this site is a read-only archive. For more information see the intfiction forum post

Welcome to IF Answers, a site for questions and answers about Interactive Fiction.

Technical questions about interactive fiction development tools such as Inform, Twine, Quest, QuestKit, Squiffy, Adrift, TADS etc. are all on-topic here.

Non-technical questions about interactive fiction are also on-topic. These questions could be about general IF design, specific games, entering the IF Comp etc.
...