Как линковать папки в проект

Можно ли в проект на PyCharm линковать внешние папки с иходниками как это делается в PyDev и NetBeans ?

Проект лежит в "C:\Documents and Settings\casufi\PycharmProjects\SomePrj\" а папка с исходниками проекта лежит в D:\PROJECTS\IKISPFU\_DB\IKIS_Queue\trunc\

Суть в том, чтобы все настройки проекта хранились отдельно от исходников

0
8 comments
Avatar
Permanently deleted user

Забыл добавить, OS - Windows XP

0

Hello Volodymyr,

Note that this is an English language forum. Please ask your questions in

English.

The answer is Settings | Project Structure | Add content root.

Можно ли в проект на PyCharm линковать внешние папки с иходниками как

это делается в PyDev и NetBeans ?

Проект лежит в "C:\Documents and

Settings\casufi\PycharmProjects\SomePrj\" а папка с исходниками

проекта лежит в D:\PROJECTS\IKISPFU\_DB\IKIS_Queue\trunc\

Суть в том, чтобы все настройки проекта хранились отдельно от

исходников

--

Dmitry Jemerov

Development Lead

JetBrains, Inc.

http://www.jetbrains.com/

"Develop with Pleasure!"

0
Avatar
Permanently deleted user

Is it possible to link external source folder in project like NetBeans and Eclipse PyDev ?

0
Avatar
Permanently deleted user

If you use buildout support and correctly set development sources, pycharm will fetch those paths and use them for autocompletion.

I think it's a wise choice, since zc.buildout is the only pseudo-standard way of specifying external deps/paths in the python world, right now.

0

Hello Volodymyr,

Is it possible to link external source folder in project like NetBeans

and Eclipse PyDev ?

Settings | Project Structure | Add content root.

--

Dmitry Jemerov

Development Lead

JetBrains, Inc.

http://www.jetbrains.com/

"Develop with Pleasure!"

0
Avatar
Permanently deleted user

I apologize for my bad English. Looks like you have not properly understood. I want to keep the project settings in one place, but sources in the other. In Eclipse, I add a folder with the source code of my project as follows: Right click on the Project Icon -> New -> Folder  - > Advanced -> Link to alternate location (Linked Folder)

0
Avatar
Permanently deleted user

Thank you very much.

Tell me the same way whether it is possible to hide folders with a point at the beginning of the name (.bzr for example)

0

Hello Volodymyr,

Thank you very much.

Tell me the same way whether it is possible to hide folders with a

point at the beginning of the name (.bzr for example)

Settings | File Types | Files and folders to ignore

--

Dmitry Jemerov

Development Lead

JetBrains, Inc.

http://www.jetbrains.com/

"Develop with Pleasure!"

0

Please sign in to leave a comment.