Home | | Arachnophilia | | Documentation | | Share This Page |
Version | Build | Date | Notes |
5.5 | 2953 | 10/29/2020 | Fixed a bug that prevented correct error-stream processing in the SystemProcess function. |
5.5 | 2947 | 10/27/2020 | Added content check to SystemProcess to verify that output differs from input. This avoids updating if no change. |
5.5 | 2944 | 10/23/2020 | Rewrote system processor macro code to allow correct UTF-8 encoding in external modules. |
5.5 | 2935 | 04/09/2018 | (1) Added name of currently active file in program title and (therefore) program tab in a desktop environment. This helps keep track of desktop tabs and files. (2) Changed project license from LGPL to GPL. |
5.5 | 2926 | 04/08/2018 | Abandoned efforts to decode Oracle's Java version numbers. If Arachnophilia runs on a particular Java version, then it runs, otherwise it doesn't run. Oracle's versioning system is less than useless. Oh, and Arachnophilia runs fine on Java version 10, now that it doesn't have to try to decode version numbers. |
5.5 | 2922 | 11/18/2016 | Replaced Windows startup method after discovering that Microsoft has dropped support for Java. |
5.5 | 2914 | 01/11/2016 | Updated HTML file template to agree with recent conventions. |
5.5 | 2902 | 09/01/2015 | Recoded focus management scheme to accommodate recent changes in Java. |
5.5 | 2895 | 03/22/2015 | Replaced outdated installer method and application. |
5.5 | 2882 | 02/11/2015 | Corrected a bug in the key mapping list generator. |
5.5 | 2877 | 12/09/2014 | Fixed some minor user-reported bugs. |
5.5 | 2872 | 10/13/2014 | Fixed a bug caused by the icon change. |
5.5 | 2856 | 10/11/2014 | Made some small changes, replaced program icon. |
5.5 | 2842 | 09/25/2014 | Added the Povray .POV suffix to the C++ file type for syntax coloring and code beautification. |
5.5 | 2837 | 03/04/2014 | Recoded the browser search algorithm to accommodate more browser names and paths. This change allows searches in newer Windows versions to include both the 32- and 64-bit program directories. |
5.5 | 2822 | 10/17/2013 | Compensated for a breathtakingly stupid Netbeans bug that won't allow any project files to exist that it cannot compile. This bug caused all the template files to be deleted from the most recent build. |
5.5 | 2819 | 10/12/2013 | Added the ability to change the editor's font size by holding down the Ctrl key while spinning the mouse wheel — a feature I see everywhere now. |
5.5 | 2812 | 09/12/2013 | Changed to require Java 7, after Oracle halted security and support for Java 6 |
5.5 | 2809 | 07/19/2013 | Corrected a mishandling of the tab key when spaces are used for tabs. |
5.5 | 2803 | 04/05/2013 | Fixed a bug in a numeric parser that failed to detect a hexadecimal modifier. |
5.5 | 2792 | 03/29/2013 | Fixed a parser bug that detected and reported nonexistent FTP errors. |
5.5 | 2781 | 12/09/2012 | Fixed a bug resulting from continued use of Java 1.6 in some places. Users should upgrade to Java 1.7 if at all possible. |
5.5 | 2772 | 12/03/2012 | Fixed a bug that disabled the context menus in the search and replace fields, an error resulting from a recent major code overhaul. |
5.5 | 2763 | 11/22/2012 | Fixed a bug that prevented transfer of browser definitions in the browser dialog. |
5.5 | 2759 | 11/19/2012 | Changed some key hook definitions that no longer worked on all platforms. |
5.5 | 2755 | 11/11/2012 | More code base refactoring to take advantage of new Java features. |
5.5 | 2734 | 11/10/2012 | Refactored entire code base to exploit recent Java changes and improvements. |
5.5 | 2723 | 11/08/2012 | Recoded the regular expression processor to better manage argument errors. |
5.5 | 2712 | 10/23/2012 | Changed Windows installation package for consistency with newer Windows versions and conventions. |
5.5 | 2705 | 08/20/2012 | Adjusted build parameters to allow operation on Java 1.6 (some users cannot use the current Java version, 1.7). |
5.5 | 2703 | 08/19/2012 | Updated browser search list, added/edited items in FAQ list. |
5.5 | 2691 | 03/26/2012 | Fixed a bug in the instant-search feature that launched an unnecessary dialog. |
5.5 | 2688 | 03/16/2012 | Restored the function of the user-definable syntax colors dialog. |
5.5 | 2671 | 10/17/2011 | Fixed an error in the Windows application-launch registry entry that incorrectly referenced the installation executable instead of the Java executable. |
5.5 | 2665 | 10/06/2011 | Fixed a bug in which the default suffix for HTML/XHTML was set to "xhtml", but there is no template with that suffix. The remedy was to change the order of suffixes in the filetype definition file so "html" appears first. |
5.5 | 2661 | 10/06/2011 | Added support for plain-text LaTeX source files in a simple way — by adding a new filetype to the FileTypes.txt configuration file that uses the C syntax coloring engine and honors the .tex suffix. If people want more sophisticated syntax coloring for this file type, I will work on it, but users are better off designing LaTeX content using my online LaTeX editor located at http://arachnoid.com/latex and/or by acquiring a copy of the LyX editor located at http://www.lyx.org . |
5.5 | 2657 | 10/03/2011 | Updated documentation to reflect the many recent changes, added more file suffixes to the default configuration. |
5.5 | 2652 | 10/03/2011 | Tuned the [FindSetFocus] algorithm for more reliability, modified the status bar content code to remove outdated data. |
5.5 | 2644 | 10/03/2011 | Reworked the find/replace invocation function [FindSetFocus] (default Ctrl+F) to pick up any short document text selection the user may have made and copy it into the find text pane, then while shifting focus, select the entire find entry in case deletion is intended. |
5.5 | 2635 | 10/02/2011 | Redesigned the search/replace panel for smaller size, better appearance and functionality. Moved search result text to status bar. |
5.5 | 2627 | 10/02/2011 | Fixed a bug that prevented reestablishment of syntax coloring after a file content update, enabled first-key navigation in the file picker dialog. |
5.5 | 2619 | 09/29/2011 | Added code beautifiers for Bash shell scripts and Ruby source files. Added two new system commands to allow interaction with external programs so any external scripts can be used to process Arachnophilia documents by way of macros (read how to use these new features at http://arachnoid.com/arachnophilia/Documentation/ExternalPrograms.html or by way of your local documentation copy). Fixed a bug in the Document-to-HTML converter. |
5.5 | 2603 | 09/28/2011 | Fixed a bug that prevented saving a zero-length file, coded a way to right-click individual menu items for macro editing. |
5.5 | 2592 | 09/27/2011 | Fixed a user-reported bug in the search/replace routines. |
5.5 | 2585 | 09/27/2011 | Fixed some small bugs, restored the ability to move between documents with a keystroke. |
5.5 | 2577 | 09/26/2011 | Restored a long-lost feature of Java applications — an audible, cross-platform beep as user feedback for errors and unexpected outcomes. |
5.5 | 2561 | 09/26/2011 | Reworked the toolbar structure and the toolbar show/hide command. To see these changes, users need to delete the directory located at (user home directory)/.Arachnophilia. |
5.5 | 2542 | 09/26/2011 | Created, edited and corrected old and new templates for the greater number of file types now supported. |
5.5 | 2537 | 09/25/2011 | Updated the documentation to reflect recent changes. |
5.5 | 2531 | 09/25/2011 | Rewrote the Doc-to-HTML converter for greater efficiency and smaller output size. |
5.5 | 2522 | 09/24/2011 | This new version replaces the old, lame syntax-coloring editor with a new, better one (http://bobbylight.github.io/RSyntaxTextArea/), with full-time syntax coloring, many more supported file types, and simultaneous line wrapping. Because RSyntaxTextArea is licensed under the LGPL, and because I think I would not be able to figure out which source files would, and would not, need to be published under the LGPL, I have decided to publish all the Arachnophilia source files with this version (see http://arachnoid.com/arachnophilia for details). To upgrade to this new release, prior users will need to delete their Arachnophilia user directories, located at (user home directory)/.Arachnophilia. Note to Arachnophilia power users — check out the new Nimbus look & feel: Tools ... Set Look & Feel — Nimbus. |
5.4 | 2461 | 03/31/2011 | Updated desktop shortcuts to accommodate changes in how Java launches applications in Windows. |
5.4 | 2445 | 03/17/2011 | Added .shtml files to browser-launch server support list, added a trap to allow saving of unsaved documents when program is forced to close, fixed a number of other small bugs. |
5.4 | 2436 | 10/23/2010 | Made some structural changes to accommodate gradual evolution in Java. |
5.4 | 2411 | 10/23/2009 | Updated Custom Class feature and documentation. This feature had stopped working because of recent changes in Java, but is again functional. |
5.4 | 2407 | 10/23/2009 | Replaced most string-based keyboard identifiers with keycodes for the benefit of non-English users (unfortunately, the macro mapping codes cannot be replaced with universal constants). |
5.4 | 2404 | 10/05/2009 | Recompiled against Java version 1.6.0_16 after receiving a mysterious bug report that shouldn't have happened. |
5.4 | 2402 | 09/05/2009 | Changed the Windows program shortcut so it can be a drag & drop destination for one or more files, and added it to the desktop by default. Added an Arachnophilia shortcut to the "Send To" context menu. |
5.4 | 2395 | 08/27/2009 | Changed the save-as file dialog so that pressing "Enter" in the filename field saves the document under the entered name. |
5.4 | 2387 | 08/27/2009 | Included the option to open a file dialog for "All Files" (*.*), and created a system macro with the same purpose: [OpenAllDoc] |
5.4 | 2382 | 07/14/2009 | Added a much-requested feature that allows the user to submit an alternative configuration directory on the command line (see "Advanced Features" for more detail). |
5.4 | 2377 | 06/11/2009 | Fixed a bug that would overwrite an unsaved text file when the "List System Commands" or "List Current Key Mappings" commands were issued. Fixed a bug that prevented opening a zero-length file. |
5.4 | 2365 | 03/31/2009 | Reworded the error log header text, added more browser names to the default search list. |
5.4 | 2358 | 03/20/2009 | Located and corrected a bug in a color-management dialog. |
5.4 | 2353 | 03/04/2009 | Refactored file read/write code to deal with a transient resource allocation error. |
5.4 | 2347 | 03/04/2009 | Changed file read/write methods to avoid a memory allocation problem. |
5.4 | 2341 | 03/03/2009 | Restored the function of the syntax color editing dialog in response to regressive feature drift within the Java Swing toolkit collection. |
5.4 | 2337 | 03/02/2009 | Added error-trapping code to prevent inadvertent mangling of documents in the event that the user-selected character encoding doesn't match that of the document being read or written. Users are cautioned that this will only prevent some problems caused by a mismatch between a document and a selected character set, and users need to remain vigilant about the correspondence between the character encoding of documents and that of Arachnophilia. |
5.4 | 2322 | 02/20/2009 | Added a character-encoding indicator to the status bar so users can tell at a glance which character encoding is in effect. Users are reminded that a chosen character encoding (located at "File ... Character Encoding") only affects file reads and writes, it has no effect on a document while it is in memory. Also updated the documentation to address memory issues (see "Common Problems - Memory Issues"). |
5.4 | 2318 | 02/08/2009 | Updated base calculator ("Programming ... Base Calculator") appearance and function. |
5.4 | 2315 | 02/08/2009 | Modified display code to prevent appearance inconsistencies when using different Look & Feel options. Changed to default system Look & Feel on fresh installations. (Users can choose their favorite Look & Feel with "Tools ... Set Look & Feel".) |
5.4 | 2312 | 02/03/2009 | Edited the content of the template file set to correct small errors. |
5.4 | 2311 | 02/02/2009 | Fixed a bug in the macro editor that prevented clearing of a shortcut key. |
5.4 | 2307 | 02/01/2009 | Changed to a case-insensitive sort in the file manager dialog. |
5.4 | 2302 | 01/31/2009 | Fixed a number of small tag-formatting errors that prevented strict XHTML compliance. To see these changes on an existing Arachnophilia installation, delete the directory located at (user home directory)/.Arachnophilia before running the new version. |
5.4 | 2297 | 01/30/2009 |
To enable these changes, users should delete the Arachnophilia user directory located at (user home directory)/.Arachnophilia before running the new version. |
5.4 | 2293 | 12/15/2008 | Revised the RTF -> HTML converter to manage single and double smart quotes in a way consistent with Unicode. |
5.4 | 2282 | 12/10/2008 | Changed file-type testing in the Right-Click Wizard. Many document types now have HTML style content (color tags, URLs, etc.) and all benefit from the Wizard's features (automatic dialog launches for particular content). |
5.4 | 2275 | 12/03/2008 | Added a submenu to the "Text" menu containing some common document read/write character encodings. To make the new menu possible, added a new system command — [FileEncoding] — that allows selection of a character set other than the default UTF-8. The new command's use is explained in the Unicode documentation. |
5.4 | 2267 | 12/03/2008 | Changed the installation procedure to be slightly more intelligent about missing files. |
5.4 | 2261 | 12/03/2008 | Reworked the Unicode support documentation to explain it more clearly. |
5.4 | 2257 | 11/24/2008 | Reworked the HTML beautify routine to be more consistent and not collapse blank lines that might serve a purpose. |
5.4 | 2251 | 11/24/2008 | Changed default syntax highlighting colors. To see this change in an existing installation, delete (user home directory)/.Arachnophilia/ArachConf/Arach.ini. Users can always choose their own colors using menu item Programming ... Syntax Colors. |
5.4 | 2245 | 11/23/2008 | Fixed "Backspace" and "Delete" key actions, which now can be undone if a selection is made beforehand (single character deletions are still lost). |
5.4 | 2237 | 11/17/2008 | Updated documentation to deal with Unicode in greater depth. |
5.4 | 2235 | 11/17/2008 | Rewrote Arachnophilia to support Unicode (UTF8) characters and operations. Users should read the provided documentation to fully understand this feature, its advantages and potential pitfalls. |
5.3 | 2209 | 09/13/2008 | Fixed bug in XHTML Validator to accept XML header tag. |
5.3 | 2206 | 09/10/2008 | Edited the HTML new-document template to better conform to XHTML standards. |
5.3 | 2203 | 09/06/2008 | Fixed a bug that prevented the XHTML beautifier from accomodating an XML header tag. |
5.3 | 2198 | 03/20/2008 | Added the default Macintosh application directory to the browser dialog detection code, fixed a minor bug in the browser executable names window. |
5.3 | 2191 | 01/30/2008 | Fixed a bug in the graphic tag creation code that caused the deletion of one too many characters. |
5.3 | 2183 | 01/30/2008 | Restored file list drag & drop functionality to Windows & Linux platforms. Users may select one or more files in their platform's file browser, then drag & drop the list onto the Arachnophilia main window. The original functionality had disappeared over time due to changes in Java and the target platforms. This fix may or may not work on a Macintosh, I cannot test it. |
5.3 | 2177 | 01/29/2008 | Minor changes: added new system command to set focus to find dialog, mapped Ctrl+F by default to this function. Added Cut, Copy and Paste commands to context menus. |
5.3 | 2164 | 04/03/2007 | Changed to target Java runtime version 1.5. This recent series of changes moves Arachnophilia from Java 1.4.2 -> 1.5, with consequent improvements primarily in appearance and launch speed. |
5.3 | 2162 | 04/03/2007 | Changed Java target runtime specification to 1.6. |
5.3 | 2160 | 04/02/2007 | Upgraded and recompiled using Java 1.6. This change may require some users to update their runtime engines at http://java.com |
5.3 | 2132 | 12/03/2006 | Fixed a bug in Table Wizard that had been placing the entire created table on a single line. |
5.3 | 2126 | 11/28/2006 | Fixed error in HTML Validator that prevented successful parse of a certain malformed syntax. |
5.3 | 2124 | 11/19/2006 | Modified the code beautifier once again to handle a special case of regular expressions. |
5.3 | 2123 | 11/17/2006 | Fixed an inconsistency in the code beautifier having to do with regular expressions. |
5.3 | 2120 | 11/17/2006 | Fixed a bug in the graphic auto-resizing function that mangled the XHTML format of the "img" tag. |
5.3 | 2116 | 11/06/2006 | Fixed a bug in JumpToOppositeTag that prevented it from correctly passing over PHP code blocks |
5.3 | 2114 | 11/06/2006 | After a three-year hiatus in upgrades, this represents a major change. Users are asked to delete the directory found at (user home directory)/.Arachnophilia to force a new installation of user files and documentation. Among the new features are a complete change to XHTML syntax and conventions, a syntax validator and interactive error correcting system, a beautifier that (because of the change to XHTML) now can work reliably, and many other changes, listed and described in the documentation. To realize the full benefit of this and future versions of Arachnophilia, users will need to either convert to XHTML completely, or at least edit legacy HTML tags for greater consistency. The documentation provides guidelines for this conversion. |
5.2 | 1959 | 12/08/2003 | Added much-needed progress bar to FTP Service dialog. |
5.2 | 1957 | 12/02/2003 | Fixed a couple of small bugs and added some menu items to the File Picker dialog. |
5.2 | 1953 | 11/28/2003 | Changed version test code to accommodate some Java VMs that have nonstandard characters in their version strings. |
5.2 | 1949 | 11/13/2003 | Fixed a bug that, in some cases, placed some meaningless characters at the end of a file as it was read. |
5.2 | 1947 | 11/13/2003 | Fixed a bug in the new auto-indent feature. |
5.2 | 1944 | 11/12/2003 | Added some precautionary error-trapping code in a problem area, updated the documentation with a discussion of shell scripts/batch files in the help section "Common Problems / Starting Arachnophilia". To add this new documentation section to your existing Arachnophilia installation, you will need to delete the (user home directory)/.Arachnophilia directory. This triggers a full re-installation including the updated documentation. |
5.2 | 1942 | 11/12/2003 | Added auto-indentation feature — new lines have the same indentation as previous lines. Fixed a bug that sometimes misplaced or lost a macro's keyboard shortcut. |
5.2 | 1940 | 11/05/2003 | Fixed a bug in which PHP files didn't have access to the right-click wizard's HTML features. |
5.2 | 1938 | 10/31/2003 | Ameliorated a syntax-coloring bug caused by mixing HTML tags and JavaScript code within a single line, but (to put it simply) users are advised not to mix HTML tags and JavaScript code within a single line. |
5.2 | 1937 | 10/30/2003 | Fixed a bug that failed the right-click processor spectacularly if a tag was split across two or more lines. |
5.2 | 1935 | 10/23/2003 | Revised the browser launching method to avoid some problematical path characters. |
5.2 | 1934 | 10/21/2003 | Fixed a reported bug in the file picker dialog. |
5.2 | 1931 | 10/15/2003 | Adjusted the browser launch code to accommodade an MSIE anomaly. |
5.2 | 1927 | 10/14/2003 | Fixed a small bug in the preview browser launch code that sometimes prevented correct URL interpretation. |
5.2 | 1925 | 10/13/2003 | Fixed a small reported bug in the spell checker. |
5.2 | 1923 | 10/13/2003 | Fixed a number of small reported bugs. Added more items to the HTML menus. |
5.2 | 1902 | 06/29/2003 | Corrected an additional bug in the command processor that inserted a bogus bracket on execution of a macro with nested system commands. |
5.2 | 1900 | 05/06/2003 | Fixed a bug in the command processor that prevented parsing of some combinations of delimiters. |
5.2 | 1895 | 03/16/2003 | Fixed another code beautifier bug. |
5.2 | 1894 | 03/15/2003 | Fixed a code beautifier bug that prevented some combinations of quoted and unquoted strings from being processed correctly. |
5.2 | 1893 | 03/13/2003 | Revised the documentation to reflect the many recent changes, upgraded the documentation's images. |
5.2 | 1892 | 03/13/2003 | 5.2 introduces server-side previewing and better overall support for PHP and ASP page development. The HTML Beautify feature, the code beautifier and the browser launcher have been rewritten to accommodate these special page types. Because these pages are processed on a server before being presented to the client browser, they need to have a defined server name and virtual path. Arachnophilia now provides this in the browser setup dialog. The HTML beautify feature also now handles these pages properly, even when faced with <?php ... ?> and <% ... %> tag pairs on different lines. Be sure to look at the Web browser setup dialog to fully understand the new scheme. Also, the new HTML Beautify feature won't push periods and commas away from the sentences they rightfully belong to (an old, annoying bug, finally fixed). The documentation has been revised to explain the improvements. To obtain these new features in their full form and update your documentation, be sure to force a full install (delete the (user home directory)/.Arachnophilia directory). |
5.1 | 1882 | 03/10/2003 | Improved the documentation WRT an FTP issue, included a few missing syntax-coloring classes inadvertently omitted from the prior release. |
5.1 | 1880 | 03/09/2003 | Repaired a few minor bugs, added some explanantory notes to the documentation, included a note about a subtle FTP problem having to do with user choices of destination path. |
5.1 | 1877 | 11/19/2002 | Optimized file reading/writing code. The line endings on all files are translated internally, as required, after they are read and before they are written. This change speeds up that translation. |
5.1 | 1876 | 11/18/2002 | Corrected an additional bug in, and improved, code beautifier. Updated documentation. |
5.1 | 1875 | 11/15/2002 | Cleaned up some reported bugs, fixed PHP beautify error, improved browser configuration and launch code, fixed tab character inconsistency, added more file templates. |
5.1 | 1873 | 10/09/2002 | Added block tab and block reverse tab, controlled by default with tab and shift-tab. To change these keyboard hooks, just go to Macros,Standard Menus,Text,Tab-related,Block Tab and Block Reverse Tab. Users must perform a full install to get this new feature (or one can program two new macros if a reinstall is not feasible). |
5.1 | 1872 | 10/06/2002 | Fixed a number of small bugs, including an error in which [RegExpFindReplaceAll] did not detect whether a selection had been made (always acting on the entire document), and an annoying bug in the file selector dialog that renamed files the user didn't intend to. Now the user renames files by right-clicking and choosing this option. |
5.1 | 1869 | 09/07/2002 | Improved command parsing algorithm and added the ablility to escape a defined macro, like this: \[DateTime], so that it is not executed but inserted unchanged. |
5.1 | 1868 | 09/07/2002 | Fixed another bug in the command processor that caused a lockup in some cases. |
5.1 | 1867 | 09/05/2002 | Fixed a bug that caused a program lockup if a single bracket '[' character was entered into the search field in "Instant Mode." |
5.1 | 1865 | 09/03/2002 | Fixed a bug that prevented escaped characters from being processed correctly in RegExp Find & Replace. |
5.1 | 1864 | 08/28/2002 | Fixed a bug that improperly carried a shortcut key definition over from an existing macro definition to a new one. |
5.1 | 1862 | 08/25/2002 | Added function to clear search and replace dropdown lists. This will make it easier to recover from the common mistake of entering an excessively long string into the search and replace dialog. See the documentation for the alternatives to entering long strings directly into the dialog. |
5.1 | 1860 | 08/25/2002 | Fixed FTP service error that defaulted to text file format instead of binary, the original intention. Updated documentation in response to common user inquiries. |
5.1 | 1850 | 05/10/2002 | Fixed file picker dialog error that listed folders in the right-hand panel and allowed them to be selected as though they were files. Now folders are selected in the left window, and files in the right. |
5.1 | 1849 | 05/02/2002 | Fixed a bug in the macro editor code that improperly transferred keyboard shortcuts. |
5.1 | 1848 | 05/01/2002 | Fixed a bug having to do with not using an unsaved password in the FTP service. |
5.1 | 1847 | 04/29/2002 | Fixed some small bugs, changed the keyboard hook code so almost any key can be used as a keyboard hook. This results from my finally realizing that there will always be some keystrokes in a gray area, neither a letter nor a control key, that might be useful as a keyboard hook. Many more key combinations are now possible. Added a system command to switch documents using Ctrl+Tab (an example of the above). |
5.1 | 1846 | 04/16/2002 | Dcoumentation update. Added some new FAQs and more details about the FTP Service. |
5.1 | 1845 | 04/16/2002 | Fixed a bug in the Right-Click Wizard that prevented detection of some color definitions in style blocks. |
5.1 | 1844 | 04/15/2002 | Added PHP to file types that can be beautified by Code Beautifier. |
5.1 | 1843 | 04/15/2002 | Corrected a bug in Code Beautify. It wasn't recognizing C files. |
5.1 | 1842 | 04/15/2002 | Corrected a bug in Table Wizard that prevented creation of a default empty table. |
5.1 | 1841 | 04/15/2002 | Fixed one additional bug in key mapping, made program remember the main divider location between uses. |
5.1 | 1840 | 04/15/2002 | Corrected some bugs in key mapping that sometimes allowed a null keyboard shortcut to exist. |
5.1 | 1839 | 04/13/2002 | Changed to allow the editing windows to share the background color of system windows, instead of the default white. I think I may regret this. :) |
5.1 | 1838 | 04/13/2002 | Located and corrected a bug that produced a display lock-up in some rare conditions. I recommend that everyone download this important bug fix. |
5.1 | 1837 | 04/09/2002 | Cleaned up some minor deficiencies in the new RTF to HTML converter. |
5.1 | 1836 | 04/09/2002 | Fixed a bug in shortcut key mapping and encoding. Some valid combinations were not being accepted, and the key mappings were not being listed correctly. |
5.1 | 1835 | 04/09/2002 | Responding to popular demand, added an RTF to HTML converter. This converter is constrained by Java's limited knowledge of RTF syntax, but it will convert RTF documents in much the same way as Arachnophilia 4.0's converter did. It won't convert images or tables, but it will handle most normal rich-text content. |
5.0 | 1834 | 04/07/2002 | Corrected a hitherto undetected out-of-bounds bug in string handling code. |
5.0 | 1833 | 04/07/2002 | Improved the friendliness and robustness of the browser configuration dialog. It is almost the first thing a new user sees, and it isn't possible to view the help file until a browser has been located. So it is now almost automatic — it chooses a reasonable directory and will search even if the user isn't sure which button to press. |
5.0 | 1832 | 04/06/2002 | Fixed a bug that prevented the import of legacy toolbars/macros. Changed to a numeric code for storing keyboard codes upon discovering that each language supported by Java spells keyboard key names differently. This assures that non-English users will have the correct default keyboard shortcuts. Fixed a few other, lesser bugs. |
5.0 | 1831 | 03/31/2002 | Rewrote Arachnophilia's internal FilePicker class to handle network paths and improved its speed. On Windows, FilePicker can now browse your network just as Windows File Explorer does. |
5.0 | 1830 | 03/30/2002 | Replaced the regular expression engine. The previous (gnu-regexp) engine, used in the pre-Java 1.4 of Arachnophilia, has been replaced with that now built into Java 1.4. This means the new features described in the Java documentation for the java.util.regex package all apply to Arachnophilia's regular expression processor. The Java regex package is more robust and less likely to crash or lock up than the older version. |
5.0 | 1828 | 03/27/2002 | Fixed some default toolbar/menu inconsistencies, fixed a clipboard bug. |
5.0 | 1827 | 03/25/2002 | Fixed a reported bug in character to HTML entity conversion. The routine was converting the content of tags as well as the tag delimiters in HTML documents. Now it checks to see if the target is an HTML document and changes its behavior if so. |
5.0 | 1826 | 03/25/2002 | Changed the default FTP Service remote directory path to "/". This was causing some confusion — most (but not all) configurations require this slash to be present, and it was not present by default. Updated documentation. |
5.0 | 1825 | 03/23/2002 | Fixed a small bug having to do with differing quirks in differing versions of the Netscape browser. Added some entries to the FAQ list. |
5.0 | 1824 | 03/18/2002 | Fixed a bug brought on by the Java 1.4 transition in which the tab key suddenly stopped working in the editor. |
5.0 | 1823 | 03/17/2002 | Fixed a bug in the FTP service, rewrote the clipboard functions to offer and accept more data types. |
5.0 | 1822 | 03/16/2002 | Fixed a bug in which context menus would extend off the right and bottom edges of the display. This is actually a bug in Java, but I was able to create a fix. |
5.0 | 1821 | 03/14/2002 | Corrected a bug in the new [FileSaveToEOL] feature. It was saving the progam's own files using the user's choice of line ending. Relatively benign, but not what I intended. |
5.0 | 1820 | 03/13/2002 | Added an automatic error logging system, so any program or java runtime engine errors will automatically be logged to (user home directory)/.Arachnophilia/ArachErrorLog.txt. If you submit a bug report, be sure to include any contents this file may have. |
5.0 | 1818 | 03/13/2002 | Added a system command [FileSaveEOL:arg] to allow users to override the default platform end-of-line character sequence. |
5.0 | 1817 | 03/13/2002 | Accommodated a Netscape browser launch problem with a code change. |
5.0 | 1816 | 03/13/2002 | Corrected some errors and inconsistencies in the documentation. |
5.0 | 1815 | 03/12/2002 | After a first-day flood of bug reports from people who haven't bothered to download the correct Java runtime version, I have reluctantly added a dialog that checks the Java runtime and, if necessary, tells the user to download the correct verison. |
5.0 | 1814 | 03/12/2002 | Fixed a few typographical errors and an incorrect reference to JRE 1.3 — Arachnophilia 5.0 requires JRE 1.4. |
5.0 | 1812 | 03/12/2002 | Fixed a raft of bugs that accompanied first release. Decided to bundle documentation with application. |
5.0 | 1810 | 03/11/2002 | Initial public release of the Java version. |
Home | | Arachnophilia | | Documentation | | Share This Page |