KiCad PCB EDA Suite
Loading...
Searching...
No Matches
common_settings.cpp File Reference
#include <set>
#include <fstream>
#include <sstream>
#include <paths.h>
#include <search_stack.h>
#include <settings/settings_manager.h>
#include <settings/common_settings.h>
#include <settings/json_settings_internals.h>
#include <settings/parameters.h>
#include <systemdirsappend.h>
#include <trace_helpers.h>
#include <wx/config.h>
#include <wx/log.h>
#include <wx/regex.h>

Go to the source code of this file.

Variables

const std::set< wxString > envVarBlacklist
 ! The following environment variables will never be migrated from a previous version More...
 
const int commonSchemaVersion = 3
 ! Update the schema version whenever a migration is required More...
 

Variable Documentation

◆ commonSchemaVersion

const int commonSchemaVersion = 3

! Update the schema version whenever a migration is required

Definition at line 49 of file common_settings.cpp.

◆ envVarBlacklist

const std::set<wxString> envVarBlacklist
Initial value:
=
{
wxT( "KICAD7_SYMBOL_DIR" ),
wxT( "KICAD7_FOOTPRINT_DIR" ),
wxT( "KICAD7_TEMPLATES_DIR" ),
wxT( "KICAD7_3DMODEL_DIR" )
}

! The following environment variables will never be migrated from a previous version

Definition at line 39 of file common_settings.cpp.

Referenced by COMMON_SETTINGS::MigrateFromLegacy().