How to disable User repositories for Processor Expert?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to disable User repositories for Processor Expert?

跳至解决方案
2,053 次查看
epileftric
Contributor II

Is there a way to disable the user repositories or at least change the folders? Since it's really annoying that the IDE creates 2 folders in my HOME folder.

 

 

I've already unchecked them on the  "repositories and paths" section over Processor Expert in Preferences. But still every time I open KDS it creates those folders again.

 

 

This might not be as painful as it seams for Windows users, but in Linux it is. It's like somebody coming to your house and leaving a box full of unwanted stuff in the middle of the living room.

 

 

Thanks.

标签 (1)
1 解答
1,909 次查看
liborukropec
NXP Employee
NXP Employee

Hi,

the MyComponents directory creation can be fixed by two steps:

1. disabling the Repository in Window | Preferences | Processor Expert | Repositories and Paths

2. editing file eclipse/ProcessorExpert/Config/Repositories/My_Components.cfg  - in the XML tag CreateRepositoryDirectory change value true->false.

Regarding the "Processor Expert" directory. You have to create environment variable ALLUSERSPROFILE with the name of existing directory and always be exported. e.g. creating small one liner script like this:

ALLUSERSPROFILE=/writable/dir/something ./kinetis-design-studio

Regards,

Libor

在原帖中查看解决方案

4 回复数
1,907 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

hi,

processor expert use its own file structure to manage files. user can not modify this structure arbitrarily.

however CW has setting that allowed user to modify the folder name.

please see attached video of how to change "Source" folder to "Source1" as an example.

can this help you?


Have a great day,
Zhang Jun

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复
1,907 次查看
epileftric
Contributor II

I was talking about this two folders: http://imgur.com/BdXEpTh

0 项奖励
回复
1,910 次查看
liborukropec
NXP Employee
NXP Employee

Hi,

the MyComponents directory creation can be fixed by two steps:

1. disabling the Repository in Window | Preferences | Processor Expert | Repositories and Paths

2. editing file eclipse/ProcessorExpert/Config/Repositories/My_Components.cfg  - in the XML tag CreateRepositoryDirectory change value true->false.

Regarding the "Processor Expert" directory. You have to create environment variable ALLUSERSPROFILE with the name of existing directory and always be exported. e.g. creating small one liner script like this:

ALLUSERSPROFILE=/writable/dir/something ./kinetis-design-studio

Regards,

Libor

1,907 次查看
epileftric
Contributor II

Thank you so much! It worked like charm!

0 项奖励
回复