Help:FAQ
From Codetch Wiki
If you don't know what Codetch is, check here first.
Any questions you may have should be added to this page.
How do I make a link from the desktop to Codetch?
You can run Codetch by typing firefox -chrome chrome://codetch/content/ in a terminal.
So you can create a new shortcut to Firefox, edit its properties by right-clicking on it and add "-chrome chrome://codetch/content/". Then you can add an icon - I am on linux and so I just used the wiki-logo as icon.. But on windows you will need to either choose your own icon or convert the png to a windows icon icon. --kemuel 13:33, 17 November 2008 (PST)
XML Error
When I start Codetch, in the right side appears the next message:
XML Interpretation Error: undefined entity adres Path: jar:file:///Users/User/Library/Application%20Support/Firefox/Profiles/g5b6w0wg.default/extensions/%7B420ed894-c19f-4318-a83f-bacae374db28%7D/chrome/codetch.jar!/content/codetch/pages/welcome.xhtml line 10, column 10: <title>&welcome.title;</title> -------------------------------------^
Solution
This error comes because the translation in your language is missing a file.
The easy way to fix this is by changing the locale to English.
- The not so easy fix is finding and extracting codetch.jar
- copying /locale/en-US/codetch/xhtml_strings.dtd to /locale/[your language]/codetch/xhtml_strings.dtd
- While you are at it you should open it in a text editor and translate it.
- Then you should repackage to codetch.jar and replace it.
--kemuel 13:35, 17 November 2008 (PST)

