Author Topic: configurations in 'default.conf'  (Read 3636 times)

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 563
  • L'ami de l'homme.The friend of man.
    • LETARTARE
configurations in 'default.conf'
« on: February 13, 2013, 03:21:02 pm »
hello,
can I clean the file 'default.conf' old unused configurations ?
cordially
CB-13670, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-4.1.5
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-14.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3, gcc-13.3.0,
=> !! The messages are translated by 'Deepl'

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: configurations in 'default.conf'
« Reply #1 on: February 13, 2013, 03:39:34 pm »
What configurations?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 563
  • L'ami de l'homme.The friend of man.
    • LETARTARE
Re: configurations in 'default.conf'
« Reply #2 on: February 13, 2013, 03:49:16 pm »
examples with a script wizard :

Code
PathConfig <- _T("/avr_lib_target_wizard/")
AvrBoards <- ConfigManager.Read(PathConfig + _T("boards"), _T(""))
AvrLibs <- ConfigManager.Read(PathConfig + _T("libs"), _T(""))
and
Code
ConfigManager.Write(PathConfig + _T("boards"), AvrBoards);
ConfigManager.Write(PathConfig  + _T("libs"), AvrLibs)
CB-13670, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-4.1.5
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-14.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3, gcc-13.3.0,
=> !! The messages are translated by 'Deepl'