Arachie says "Hi"   Arachnophilia Frequently Asked Questions




Click one of these links to move to the question and answer:

This list will expand with time. If you have a suggestion for a common question, please submit it here.

General FAQ | Visit my Online HTML tutorial | Where did my files go? | Creative Problem-Solving


  • I installed the latest Arachnophilia in Windows, but when I click the icon, I get the old version.

  • That is a left-over icon from the previous version. Find the new icon here:

    Start - Programs - Arachnophilia folder - Arachnophilia icon

    You can make copies of this new icon wherever you please.
  • The FTP Service sometimes tries to load all my pages, not just the ones I need to upload.

  • Use this procedure:

    1. Run the FTP Service and press "SyncLog." This synchronizes the local FTP file log with your file dates, but doesn't upload anything.

    2. Create (or load and edit) the pages you want to work on.

    3. Return to the FTP Service and press "Execute." Only the changed pages wil be uploaded.
  • There are no printing features available.

  • Yes, true.:)

    Because Arachnophilia is a cross-platform program. supporting reliable printing would have been very difficult. Instead, I recommend that you make an HTML version of the document you want to print (using Tools - Convert Document to HTML), then click the preview button to launch the system browser, then print from there.

    This handy HTML conversion feature also allows youto publish your program listings on the Web while retaining the original's indentation and syntax coloring. It was how the help file document listings were created.
  • If I apply [CvtExtChars] more than once, it finds all the ampersands and converts them into & again.

  • Yes, and this is by design, not by accident. It must be this way.

    Suppose you are an HTML instructor and you want to create a page that lists all the HTML entities. You type them all in. But when you display the page, the characters, not the entities, appear, because the browser correctly translates each entity into the equivalent character.

    To solve this problem, you need to apply [CvtExtChars] to the list, so that each "&" becomes "&", so that the entites will appear as strings, not characters. This is exactly what Arachnophilia does.

    To put it another, simpler, way, if you feel you must report a bug having to do with [CvtExtChars], then you don’t understand the function or how it must work.
  • I am having problems with the RTF converter

  • First, to use the RTF converter, if you have a prior version of Arachnophilia, you must perform a fresh install.

    Second, the RTF converter will not convert all RTF content, only a subset. Among other things, it will not convert images or tables. It will satisfactorily convert normal rich-text content.

    Third, make sure the document you are trying to convert really is RTF and has an appropriate filename suffix. By default, the suffix is .rtf, but you can add any additional suffixes you care to.

    Fourth, there is a special, separate template for RTF conversions named "RTFConversionTemplate.html" that you can customize for this particular conversion. It is located in the template directory.
  • I saw a note about a bug fix, but my fresh copy of Arachnophilia doesn’t seem to reflect it.

  • Always perform a fresh install in a case like this. "Fresh install" means removing or renaming the directory (user home directory)/.Arachnophilia. This triggers the creation of a fresh user directory, with all the latest files.

    This is also the default procedure in the event of difficulty. If something you have done causes Arachnophilia to misbehave, and you can’t seem to correct it any other way, use the above approach -- just rename or remove the Arachnophilia user directory and run Arachnophilia again.
  • How do I find out what version of the Java runtime engine is installed on my machine?

  • Well, first, if you don't want to bother finding out before downloading Arachnophilia, just download and run Arachnophilia -- it will tell you if you need to download a more recent Java runtime version, with no harm done.

    But if you really want to find out, simply open a command shell (on Windows it's called a DOS console) and type:

    java -version

    The Java runtime engine version you have installed will be printed on the screen. Compare this to the version specified on the Arachnophilia Home Page. If the version you have has a smaller number, you need to download the latest Java runtime engine (JRE) at http://java.sun.com.
  • I tried to upload my multi-directory site by way of the FTP service, but something very strange happened.

  • Make sure you have placed a forward slash -- "/" -- at the beginning of your remote directory path. This is a very common cause of problems. Unfortunately, some configurations require that the slash not be present, so it cannot be arbitrarily added by the program. You must put it in.
  • I made a bad program selection that, after it was made, I cannot undo from within Arachnophilia. How do I recover?

  • (usually asked with regard to program font family or size)

    1. Exit Arachnophilia.
    2. Use Notepad or another editor to edit (user home directory)/.Arachnophilia/ArachConf/Arach.ini.
    3. Change the mistaken entry manually.

    Example -- program font size too large. Change this entry:

    programFontSize=(number)

    Make this number something like 10 - 12.
    Or to correct a bad choice of program font name, change to:

    programFontName=Monospaced

    4. Save the file, restart Arachnophilia.

    If this approach doesn’t work, delete the directory (user home directory)./Arachnophilia after saving any parts of it you want to preserve. Or rename this directory, to avoid losing something you may want later.
  • My favorite tag is not included in Arachnophilia.

  • You can add any number of toolbar buttons and menu items. You can create entire new toolbars and menus. You can switch between huge subsets of commands for different purposes.

    It is not possible to include even a small fraction of all the tags and variations on tags that now exist. And there is no point to that -- to try to include them all would make a program too large to use.

    Just add the tags you want -- your additions become part of your copy of Arachnophilia. Start by reading the documentation.
  • I've never tried to run a Java program before. How do I do it?

  • If you have not downloaded the Windows package and/or you want to find out how to launch Arachnophilia directly:

    1. Make sure you have installed the required Java runtime engine.
    2. Windows: Open a DOS window.
    3. Other platforms: open a command shell.
    4. Move to the Arachnophilia program directory.
    5. Type "java -jar Arachnophilia.jar".

    This can, of course, be made part of a batch/shell file.
  • Using Arachnophilia's File Picker, I don't see the files I expect to see in a directory

  • This is because the file list is filtered according to the accepted file suffixes for the chosen file type. If you want to see all files, choose "All" using the file type selector at the bottom of the display.

    And remember -- you can always add file suffixes to any file type you want, in the configuration file (user home directory)/.Arachnophilia/ArachConf/FileData.txt.
  • How do I wrap lines?

  • Arachnophilia has two displays:

    1. A syntax-highlighted programming editor without line wrapping, and
    2. A normal line-wrapped text display.

    To switch between them, simply right-click and choose the one you want.
  • Arachnophilia takes a long time to start. Why?

  • This is caused by the Java runtime engine, which must load before Arachnophilia can run. This doesn't mean the Java version of Arachnophilia is slower than its predecessor -- in fact, in many tasks it is faster. It just takes longer to launch.
  • I can't get Arachnophilia to run. It installed uneventfully, but it won't run.

  • This may be caused by a bad installation of Arachnophilia's user directory. Take these steps:

    1. Delete the directory (user home directory)/.Arachnophilia
    2. Download the current Arachnophilia build from the Arachnophillia Home Page www.arachnoid.com/arachnophilia.
    3. Reinstall.
    4. If this fails, look for an error log file at (user home directory)/.Arachnophilia/ArachErrorLog.txt. If it exists, this file may offer some clues. If you submit a bug report, be sure to include the contents of this file.

    CareWare Description | Main Page