CSpell

Add Configurable Parameters

This page describes the procedures to add a new configurable parameter to CSpell:

  • Add the new parameter to the configuration file:
    • ${CSPELL_DIR}/data/Config/cSpell.properties
  • Update source code ${CSPELL_DIR_SRC}/Lib/Configuration.java
    • Add a new key at the bottom of file
    • Add the new parameter to the method of GetInformation( )
  • Update source code ${CSPELL_DIR_SRC}/Api/CSpellApi.java
    • Add the new data member at the bottom of file
    • Add to the method of Init( )
    • Add associated getter method
  • Add to the source code that use this configurable parameter: