Updated the code I used for testing to generate the file containing all glyphs in TM and all glyphs but one in TMW.
This commit is contained in:
parent
16bfeac641
commit
946d8cbc72
1 changed files with 10 additions and 10 deletions
|
@ -614,7 +614,7 @@ public class Jskad extends JPanel implements DocumentListener {
|
||||||
// JMenuItem DevelItem = new JMenuItem("Insert All TM Glyphs in Doc");
|
// JMenuItem DevelItem = new JMenuItem("Insert All TM Glyphs in Doc");
|
||||||
// DevelItem.addActionListener(new ThdlActionListener() {
|
// DevelItem.addActionListener(new ThdlActionListener() {
|
||||||
// public void theRealActionPerformed(ActionEvent e) {
|
// public void theRealActionPerformed(ActionEvent e) {
|
||||||
// ((TibetanDocument)dp.getDocument()).insertAllTMGlyphs2(dp.romanAttributeSet);
|
// ((TibetanDocument)dp.getDocument()).insertAllTMGlyphs2();
|
||||||
// }
|
// }
|
||||||
// });
|
// });
|
||||||
// toolsMenu.add(DevelItem);
|
// toolsMenu.add(DevelItem);
|
||||||
|
|
Loading…
Reference in a new issue