Forum > Options

Importing Editor color settings

(1/1)

440bx:
Hello,

I currently have 2 Lazarus/FPC installations in separate virtual machines. 

From the first installation, I exported the Editor colors.  Now I would like to import those settings in the other installation but I don't see an "import" option anywhere (I'm sure it's there and I don't see it).

The question is: how do I import the settings I saved into another Lazarus installation ?

Thank you.

taazz:

--- Quote from: 440bx on August 13, 2018, 03:38:07 am ---Hello,

I currently have 2 Lazarus/FPC installations in separate virtual machines. 

From the first installation, I exported the Editor colors.  Now I would like to import those settings in the other installation but I don't see an "import" option anywhere (I'm sure it's there and I don't see it).

The question is: how do I import the settings I saved into another Lazarus installation ?

Thank you.

--- End quote ---
copy the exported file in ot your config directory more info http://wiki.lazarus.freepascal.org/UserSuppliedSchemeSettings#Adding_custom_schemes

440bx:

--- Quote from: taazz on August 13, 2018, 09:44:43 am ---copy the exported file in ot your config directory more info http://wiki.lazarus.freepascal.org/UserSuppliedSchemeSettings#Adding_custom_schemes

--- End quote ---
Thank you.  Got it to work :)

Martin_fr:

--- Quote from: 440bx on August 13, 2018, 03:38:07 am ---Hello,

I currently have 2 Lazarus/FPC installations in separate virtual machines. 

From the first installation, I exported the Editor colors.  Now I would like to import those settings in the other installation but I don't see an "import" option anywhere (I'm sure it's there and I don't see it).

--- End quote ---

If you do that once for each new install, you can also copy your entire EditorOptions.xml file (from the primary config path / see View > Ide Internals > About IDE).

Many of the xml files can be copied. But some contain file location (eg where fpc is). EnvironmentOptions is one that has file locations. Those are better not copied, but you can copy individual parts.

440bx:

--- Quote from: Martin_fr on August 13, 2018, 05:24:23 pm ---If you do that once for each new install, you can also copy your entire EditorOptions.xml file (from the primary config path / see View > Ide Internals > About IDE).

Many of the xml files can be copied. But some contain file location (eg where fpc is). EnvironmentOptions is one that has file locations. Those are better not copied, but you can copy individual parts.

--- End quote ---

Those are the "details" that are good to know upfront.  Thank you Martin.

Navigation

[0] Message Index

Go to full version