[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AppleCommander bugs and glitches



In article <uYednazoJ4JuD0LQnZ2dnUVZ_gCdnZ2d@giganews.com>,
 Steven Hirsch <snhirsch@gmail.com> wrote:

> Is the project still under active development?

Thanks for reporting your resutls. I've been enhancing the command line 
interface and fixing SWT bugs as I can find them.

> So far I've hit:
> 
> - Insists on leaving 'AppleCommander.preferences' droppings in every 
> directory where the program is started.  Shouldn't this be in a 
> canonical location (e.g. $HOME on Linux)?

Yes, java.util.prefs was introduced in Java 1.4, after the debut of 
AppleCommander.

<http://download.oracle.com/javase/6/docs/api/java/util/prefs/package-sum
mary.html>

The relevant AppleCommander source is UserPreferences:

<http://applecommander.cvs.sourceforge.net/viewvc/applecommander/AppleCom
mander/src/com/webcodepro/applecommander/ui/UserPreferences.java?revision
=1.7&view=markup>

I updated the host-specific utility class to use a more reasonable 
value for linux:

<http://applecommander.cvs.sourceforge.net/viewvc/applecommander/AppleCom
mander/src/com/webcodepro/applecommander/util/Host.java?view=log>

Yes, it took _two_ tries. :-) I've updated the current release 
candidate; I'd appreciate your testing it:

<https://sites.google.com/site/drjohnbmatthews/applecommander>

> - Fails to show *.dsk images under Linux in the file-selection dialog 
> even if *.dsk is picked.  I have to enable "Show all files" in order 
> to view them. Once opened, they are handled correctly.
> 
> - Similarly, the selection dialog fails to pickup any emulator files 
> when "All Emulator Images" mode is effective, although it appears to 
> see *.po when that option is selected.

Nothing jumps out at me, but you might try with 1.3.5.8.

-- 
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>