[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AppleCommander bugs and glitches
In article <66mdncpX0b9seH_QnZ2dnUVZ_vidnZ2d@giganews.com>,
Steven Hirsch <snhirsch@gmail.com> wrote:
> On 05/29/2011 05:00 PM, John B. Matthews wrote:
> > 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>
>
> Nevermind... There were a bunch of files dated today. Not sure what the
> "*-ac.jar" was, but once I grabbed AppleCommander-1.3.5.8.jar it worked a bit
> better.
I use ac.jar frequently.
> Preferences are now left in my home directory - thanks!
Good to know. I made it a hidden file, as expected on linux.
> Still cannot see any emulator images when left to it's own devices to
> identify them. Is it possible it's having problems with a
> case-sensitive file system? When "Emulator Images" is picked, are
> you employing a wildcard match? If so, then on Linux *.dsk and *.DSK
> and *.Dsk, etc. are all going to match something different. In shell
> parlance, the right syntax would be "*.[Dd][Ss][Kk]", but I am not up
> on how the GTK file selection dialog "looks" to Java.
I fixed a bug in this area some time ago, but nothing else:
<http://applecommander.cvs.sourceforge.net/viewvc/applecommander/AppleCom
mander/src/com/webcodepro/applecommander/ui/swt/SwtAppleCommander.java?vi
ew=log>
It looks like Disk#openFile()
<http://applecommander.cvs.sourceforge.net/viewvc/applecommander/AppleCom
mander/src/com/webcodepro/applecommander/ui/swt/SwtAppleCommander.java?re
vision=1.22&view=markup>
asksDisk.getFilenameFilters() for the information needed to construct
valid names & extension:
<http://applecommander.cvs.sourceforge.net/viewvc/applecommander/AppleCom
mander/src/com/webcodepro/applecommander/storage/Disk.java?revision=1.29&
view=markup>
Let me know if you see something obvious. I've tried to tread gingerly
on Rob's code largely to avoid breaking platforms that I don't use.
--
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>