Ignore:
Timestamp:
2021-11-03T15:24:04+13:00 (3 years ago)
Author:
cstephen
Message:

Add support for JSON response to direct input queries. Cleanup other components.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/the-macronizer/trunk/src/java/monogram/plugin/PluginConfiguration.java

    r29855 r35719  
    1717    private String charsetEncoding;
    1818    private boolean preserveExistingMacrons;
     19    private boolean markupChangedWorlds;
    1920   
    2021    public File getFile() {
     
    3233    public boolean getPreserveExistingMacrons() {
    3334        return preserveExistingMacrons;
     35    }
     36
     37    public boolean getMarkupChangedWords()
     38    {
     39        return markupChangedWorlds;
    3440    }
    3541
     
    5056    }
    5157
     58    public void setMarkupChangedWords(boolean value)
     59    {
     60        markupChangedWorlds = value;
     61    }
     62
    5263    @Override
    5364    public String toString() {
Note: See TracChangeset for help on using the changeset viewer.