KiCad PCB EDA Suite
Loading...
Searching...
No Matches
common_settings.cpp File Reference
#include <set>
#include <fstream>
#include <sstream>
#include <env_vars.h>
#include <paths.h>
#include <search_stack.h>
#include <settings/settings_manager.h>
#include <settings/common_settings.h>
#include <settings/json_settings.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.

Functions

const wxRegEx versionedEnvVarRegex (wxS("KICAD[0-9]+_[A-Z0-9_]+(_DIR)?"))
 ! The following environment variables will never be migrated from a previous version More...
 

Variables

const int commonSchemaVersion = 3
 ! Update the schema version whenever a migration is required More...
 

Function Documentation

◆ versionedEnvVarRegex()

const wxRegEx versionedEnvVarRegex ( wxS("KICAD[0-9]+_[A-Z0-9_]+(_DIR)?")  )

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

Variable Documentation

◆ commonSchemaVersion

const int commonSchemaVersion = 3

! Update the schema version whenever a migration is required

Definition at line 43 of file common_settings.cpp.