From 7216fb878dfea790b1a14bc471a22e574106ad78 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Tue, 6 Aug 2024 13:29:17 +0100 Subject: [PATCH] JAL-3631 An attempt to add a Reset to defaults button on the File Associations screen, but no joy (yet). Useful changes to customizedIds left in --- .../file_associations_auto-install4j10.xml | 150 ++++++++++---------- .../file_associations_template-install4j10.xml | 6 +- utils/install4j/install4j10_template.install4j | 4 +- 3 files changed, 80 insertions(+), 80 deletions(-) diff --git a/utils/install4j/file_associations_auto-install4j10.xml b/utils/install4j/file_associations_auto-install4j10.xml index 4a87364..7364320 100644 --- a/utils/install4j/file_associations_auto-install4j10.xml +++ b/utils/install4j/file_associations_auto-install4j10.xml @@ -1,5 +1,5 @@ - + Jalview (.jvp) Creating file associations... @@ -8,13 +8,13 @@ - + - + Jalview File jvp @@ -44,7 +44,7 @@ - + Jalview Launch (.jvl) Creating file associations... @@ -53,13 +53,13 @@ - + - + Jalview Launch File jvl @@ -89,7 +89,7 @@ - + CIF (.cif) Creating file associations... @@ -98,13 +98,13 @@ - + - + CIF File cif @@ -134,7 +134,7 @@ - + mmCIF (.mcif, .mmcif) Creating file associations... @@ -143,13 +143,13 @@ - + - + mmCIF File mcif,mmcif @@ -179,7 +179,7 @@ - + PDB (.ent, .pdb) Creating file associations... @@ -188,13 +188,13 @@ - + - + PDB File ent,pdb @@ -224,7 +224,7 @@ - + AMSA (.amsa) Creating file associations... @@ -233,13 +233,13 @@ - + - + AMSA File amsa @@ -269,7 +269,7 @@ - + Jalview Annotations (.annotations, .jvannotations) Creating file associations... @@ -278,13 +278,13 @@ - + - + Jalview Annotations File annotations,jvannotations @@ -314,7 +314,7 @@ - + BioJSON (.biojson) Creating file associations... @@ -323,13 +323,13 @@ - + - + BioJSON File biojson @@ -359,7 +359,7 @@ - + BLC (.blc) Creating file associations... @@ -368,13 +368,13 @@ - + - + BLC File blc @@ -404,7 +404,7 @@ - + Clustal (.aln) Creating file associations... @@ -413,13 +413,13 @@ - + - + Clustal File aln @@ -449,7 +449,7 @@ - + Fasta (.fa, .fasta) Creating file associations... @@ -458,13 +458,13 @@ - + - + Fasta File fa,fasta @@ -494,7 +494,7 @@ - + Jalview Features (.features, .jvfeatures) Creating file associations... @@ -503,13 +503,13 @@ - + - + Jalview Features File features,jvfeatures @@ -539,7 +539,7 @@ - + Jalview Feature Settings File (.fc) Creating file associations... @@ -548,13 +548,13 @@ - + - + Jalview Feature Settings File File fc @@ -584,7 +584,7 @@ - + GenBank Flatfile (.gb, .gbk) Creating file associations... @@ -593,13 +593,13 @@ - + - + GenBank Flatfile File gb,gbk @@ -629,7 +629,7 @@ - + Generic Features Format v2 (.gff2) Creating file associations... @@ -638,13 +638,13 @@ - + - + Generic Features Format v2 File gff2 @@ -674,7 +674,7 @@ - + Generic Features Format v3 (.gff3) Creating file associations... @@ -683,13 +683,13 @@ - + - + Generic Features Format v3 File gff3 @@ -719,7 +719,7 @@ - + JnetFile (.concise, .jnet) Creating file associations... @@ -728,13 +728,13 @@ - + - + JnetFile File concise,jnet @@ -764,7 +764,7 @@ - + MSF (.msf) Creating file associations... @@ -773,13 +773,13 @@ - + - + MSF File msf @@ -809,7 +809,7 @@ - + PFAM (.pfam) Creating file associations... @@ -818,13 +818,13 @@ - + - + PFAM File pfam @@ -854,7 +854,7 @@ - + PHYLIP (.phy) Creating file associations... @@ -863,13 +863,13 @@ - + - + PHYLIP File phy @@ -899,7 +899,7 @@ - + PileUp (.pileup) Creating file associations... @@ -908,13 +908,13 @@ - + - + PileUp File pileup @@ -944,7 +944,7 @@ - + PIR (.pir) Creating file associations... @@ -953,13 +953,13 @@ - + - + PIR File pir @@ -989,7 +989,7 @@ - + RNAML (.rnaml) Creating file associations... @@ -998,13 +998,13 @@ - + - + RNAML File rnaml @@ -1034,7 +1034,7 @@ - + Substitution Matrix (.mat) Creating file associations... @@ -1043,13 +1043,13 @@ - + - + Substitution Matrix File mat @@ -1079,7 +1079,7 @@ - + Stockholm (.stk, .sto) Creating file associations... @@ -1088,13 +1088,13 @@ - + - + Stockholm File stk,sto diff --git a/utils/install4j/file_associations_template-install4j10.xml b/utils/install4j/file_associations_template-install4j10.xml index 8663ed9..078076f 100644 --- a/utils/install4j/file_associations_template-install4j10.xml +++ b/utils/install4j/file_associations_template-install4j10.xml @@ -1,5 +1,5 @@ - + $$NAME$$ ($$DISPLAYEXTENSION$$) Creating file associations... @@ -8,13 +8,13 @@ - + - + $$NAME$$ File $$EXTENSION$$ diff --git a/utils/install4j/install4j10_template.install4j b/utils/install4j/install4j10_template.install4j index c845583..0af9fd8 100644 --- a/utils/install4j/install4j10_template.install4j +++ b/utils/install4j/install4j10_template.install4j @@ -876,15 +876,15 @@ return console.askOkCancel(message, true); ${i18n:SelectAssociationsLabel} - + - showSelectionButtons selectionButtonPosition + showSelectionButtons -- 1.7.10.2