X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=doc%2Fpatching-vaqua.txt;fp=doc%2Fpatching-vaqua.txt;h=0000000000000000000000000000000000000000;hb=4f77328104498504339216829abf5ea87e2791ec;hp=65c9974650732a420d52872ec706cdd483d585be;hpb=2b8c0785318a3528e1876e8e2dd48b7d831eae69;p=jalview.git diff --git a/doc/patching-vaqua.txt b/doc/patching-vaqua.txt deleted file mode 100644 index 65c9974..0000000 --- a/doc/patching-vaqua.txt +++ /dev/null @@ -1,27 +0,0 @@ -VAqua5-patched.jar - how the patch was created - -1. Download VAqua5 source from https://violetlib.org/release/vaqua/5/VAqua5Source.zip -2. Unzip to a directory and apply this patch - -diff --git a/src/org/violetlib/aqua/fc/AquaFileChooserUI.java b/src/org/violetlib/aqua/fc/AquaFileChooserUI.java -index 833366d..61f66e5 100644 ---- a/src/org/violetlib/aqua/fc/AquaFileChooserUI.java -+++ b/src/org/violetlib/aqua/fc/AquaFileChooserUI.java -@@ -1171,7 +1171,8 @@ public class AquaFileChooserUI extends BasicFileChooserUI { - goToFolderCancelButtonText = getString("FileChooser.goToFolderCancelButtonText", l, "Cancel"); - goToFolderAcceptButtonText = getString("FileChooser.goToFolderAcceptButtonText", l, "Accept"); - goToFolderErrorText = getString("FileChooser.goToFolderErrorText", l, "The folder can\u2019t be found."); -- defaultInitialSaveFileName = getString("FileChooser.defaultSaveFileName", l, "Untitled"); -+ // Don't set an initial filename for saving (or loading) ! -+ // defaultInitialSaveFileName = getString("FileChooser.defaultSaveFileName", l, "Untitled"); - } - - /** - -3. Ensure XCode is installed, along with command line tools and the OSX developer packs - - you should have /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk - -4. Download the VAqua rendering library from violetlib.org and save to the VAqua source's lib folder as lib/VAquaRendering.jar - -5. change to the release directory and execute 'ant' - a few warnings are generated but providing a final jar is created, all is good! -