Как линковать папки в проект
Можно ли в проект на PyCharm линковать внешние папки с иходниками как это делается в PyDev и NetBeans ?
Проект лежит в "C:\Documents and Settings\casufi\PycharmProjects\SomePrj\" а папка с исходниками проекта лежит в D:\PROJECTS\IKISPFU\_DB\IKIS_Queue\trunc\
Суть в том, чтобы все настройки проекта хранились отдельно от исходников
Please sign in to leave a comment.
Забыл добавить, OS - Windows XP
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.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Is it possible to link external source folder in project like NetBeans and Eclipse PyDev ?
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.
Hello Volodymyr,
Settings | Project Structure | Add content root.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
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)
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)
Hello Volodymyr,
Settings | File Types | Files and folders to ignore
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"