Komodo Edit 4.0.2 bug and suggestion list on 2007-03-25 ################################################################################ My system and installation (for information) ================================================================================ (Same as for my first list of problems and suggestions) - CPU: P4 3C. - RAM: 1GB. - OS: Gentoo Linux. - sys-libs/glibc-2.5 USE="-build -glibc-compat20 -glibc-omitfp -hardened (-multilib) +nls +nptl +nptlonly -profile (-selinux)" - sys-libs/lib-compat-1.4.1 USE="+sdl" (note that on Gentoo, this version supports both C++ libc-5 and libc-6 compatibility) - x11-libs/gtk+-2.10.6 USE="+X -debug -doc +jpeg +tiff -xinerama" - I used package Komodo-Edit-4.0.2-275451-linux-libcpp6-x86.tar.gz (with the official installer, for the problems not related to the Gentoo Linux ebuild) List of bugs and bug-like problems ================================================================================ - In the preferences, I chose to use "/usr/bin/firefox" as my browser... but when going to menu "Tools" => "Extension manager", and when clicking on the "Get Extensions" or "Get Themes" links, I get a warning dialog telling me Komodo will launch `/usr/local/opt/firefox/firefox "%s"`... If I create a symlink, or go to the specified address manually, I get a 404 not found for both links... Isn't there any way to remove these links, if you don't offer additional extensions/themes? (and remove the "Themes" tab). Do you support disabling extensions, or adding new ones? if not, simply remove the "Extension manager" entry, in the "Tools" menu. - In the README.txt file, lines 329 and 333, you wrote `ln -s /komodo /usr/local/bin/komodo`, instead of `ln -s /bin/komodo /usr/local/bin/komodo`, and `export PATH=:$PATH`, instead of `export PATH=/bin:$PATH`. You are explaining it correctly, just above, but some users might be confused, or not even notice, and make errors. - In preferences => "Fonts and colors" => "Common syntax", when I click on "Reset", it does not reset the element color... (there might be similar problems in the other tabs). It would also be nice to be able to reset all rules with one button, though one sure could remove the scheme, and recreate it... It does not seem to do it for all types... or maybe not always... I don't know what I did to get this... - In preferences => "Fonts and colors" => "Common syntax", with the PHP example from "Lang-Specific", if I try to modify the style for "identifiers" (like function names), it does not work... I have to go to "Lang-Specific", and select the styles there... (the color is simply not inherited, I guess). Same for other types, like "strings"... maybe it doesn't do it systematically... I don't know what I did to get this... - In preferences => "Fonts and colors" => "Common syntax", there are some problems I cannot define precisely, but sometimes, clicking on an example part does not change the element type... (for example, with the PHP example from "lang-specific", when clicking on the comment, and then on variables... but it does not always do it, and I don't know exactly what I did to get this...). On a similar matter, when an element type in "Common Syntax" does not have the same name (or is subdivided), then when going to "Lang-Specific", the element type is not switched to the correct name... - I have some .php file, starting with PHP code, then there is some HTML part, and in the HTML part, in the header, a `