From 7e1f23c3c9545463b04c1b202b78c34343333297 Mon Sep 17 00:00:00 2001 From: Stefan Urbanek Date: Mon, 21 Apr 2003 23:50:14 +0000 Subject: [PATCH] Added troubleshooting document git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16510 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 3 ++- Documentation/TroubleShooting.txt | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 Documentation/TroubleShooting.txt diff --git a/ChangeLog b/ChangeLog index afe51d6..7c10050 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2003 Apr 22 * Added library reference documentation generated by autogsdoc. - + * Added TroubleShooting.txt document + 2003 Apr 21 Stefan Urbanek * Version 0.7.1 diff --git a/Documentation/TroubleShooting.txt b/Documentation/TroubleShooting.txt new file mode 100644 index 0000000..5a7b7cc --- /dev/null +++ b/Documentation/TroubleShooting.txt @@ -0,0 +1,22 @@ +Trouble Shooting +---------------- + +- Language of a script cannot be recognized. + +- It is not possible to see some scripts in the scripts panel. + + StepTalk is trying to determine script language by the file extension. + Each language has a extension list of files which contain scripts in + that language. To prevend expensive searching for file extensions in + languages, StepTalk uses a dictionary with file-language mapping. That + dictionary is stored in ~/Library/StepTalk/Configuration and is created + first time you use some StepTalk tool. If you install new language, that + file has to be updated. + + Solution: + + Run in terminal: + + > stupdate_languages + +