From 946d8cbc7261df8bfd612f84037ba4a1a5721e25 Mon Sep 17 00:00:00 2001 From: dchandler Date: Sat, 29 Nov 2003 16:22:26 +0000 Subject: [PATCH] Updated the code I used for testing to generate the file containing all glyphs in TM and all glyphs but one in TMW. --- source/org/thdl/tib/input/Jskad.java | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/org/thdl/tib/input/Jskad.java b/source/org/thdl/tib/input/Jskad.java index d0c090a..0452625 100644 --- a/source/org/thdl/tib/input/Jskad.java +++ b/source/org/thdl/tib/input/Jskad.java @@ -609,16 +609,16 @@ public class Jskad extends JPanel implements DocumentListener { // I used this when I validated the TM<->TMW mappings; I made // dp.romanAttributeSet public to do so: // -// if (ThdlOptions.getBooleanOption("thdl.add.developer.options.to.menu")) { -// toolsMenu.addSeparator(); -// JMenuItem DevelItem = new JMenuItem("Insert All TM Glyphs in Doc"); -// DevelItem.addActionListener(new ThdlActionListener() { -// public void theRealActionPerformed(ActionEvent e) { -// ((TibetanDocument)dp.getDocument()).insertAllTMGlyphs2(dp.romanAttributeSet); -// } -// }); -// toolsMenu.add(DevelItem); -// } +// if (ThdlOptions.getBooleanOption("thdl.add.developer.options.to.menu")) { +// toolsMenu.addSeparator(); +// JMenuItem DevelItem = new JMenuItem("Insert All TM Glyphs in Doc"); +// DevelItem.addActionListener(new ThdlActionListener() { +// public void theRealActionPerformed(ActionEvent e) { +// ((TibetanDocument)dp.getDocument()).insertAllTMGlyphs2(); +// } +// }); +// toolsMenu.add(DevelItem); +// } if (ThdlOptions.getBooleanOption("thdl.add.developer.options.to.menu")) { toolsMenu.addSeparator();