AppleCommander is a tool that manipulates Apple ][ disk images. Files may be imported, exported, viewed, or printed with various file filters.
Go to file
T. Joseph Carter 78fd52a53c Make my addition use correct whitespace
The downside of using <http://editorconfig.org/> is that I sometimes
don't look at what style is being used in a file, especially if the rest
of the project is using something else (somewhat) consistently.  Sorry
about that.  Recommend editorconfig though, especially for its ability
to automatically trim trailing whitespace, which is something good to do
in DVCS environment like git anyway.  Especially given that some editors
don't have a convenient end-user way to do it, and for others the way
looks something like…

    autocmd BufWritePre *.py :%s/\s\+$//e

D'oh.
2017-11-18 11:41:14 -08:00
ant-build First draft of morphing AppleCommander to use Gradle instead of Ant. 2017-11-15 23:00:11 -06:00
documentation Fix error in Pascal volume entry documentation. 2008-09-11 02:21:39 +00:00
gradle/wrapper First draft of morphing AppleCommander to use Gradle instead of Ant. 2017-11-15 23:00:11 -06:00
imageSource Created .gitignore to replace the .cvsignore files 2017-11-02 22:49:36 -07:00
mac Created .gitignore to replace the .cvsignore files 2017-11-02 22:49:36 -07:00
src Fixes #10. 2017-11-16 22:08:46 -06:00
.gitignore First draft of morphing AppleCommander to use Gradle instead of Ant. 2017-11-15 23:00:11 -06:00
BUILD-PROCESS Updated build process to reflect a little bit more Ant automation. 2004-06-19 04:41:16 +00:00
build.gradle Make my addition use correct whitespace 2017-11-18 11:41:14 -08:00
CONTRIB Changing dates to 2007. 2007-03-31 14:03:15 +00:00
DEVELOPER.md First draft of morphing AppleCommander to use Gradle instead of Ant. 2017-11-15 23:00:11 -06:00
ECLIPSE-CONFIG Update ECLIPSE-CONFIG re compiler compliance level. 2008-06-10 23:38:16 +00:00
gradle.properties First draft of morphing AppleCommander to use Gradle instead of Ant. 2017-11-15 23:00:11 -06:00
gradlew First draft of morphing AppleCommander to use Gradle instead of Ant. 2017-11-15 23:00:11 -06:00
gradlew.bat First draft of morphing AppleCommander to use Gradle instead of Ant. 2017-11-15 23:00:11 -06:00
HEADER Changing dates to 2007. 2007-03-31 14:03:15 +00:00
init.gradle First draft of morphing AppleCommander to use Gradle instead of Ant. 2017-11-15 23:00:11 -06:00
LICENSE Version 1.1.1 is the initial GPL release of AppleCommander. 2002-12-01 02:21:00 +00:00
TODO First draft of morphing AppleCommander to use Gradle instead of Ant. 2017-11-15 23:00:11 -06:00
VERSIONS Updating for the 1.3.4 release of AppleCommander. 2007-03-31 17:23:52 +00:00