Hello all,
I want to use Zeus (3.95t) to edit a python project. I need some instructions on how to setup a workspace/project so that I can take advantage of code completion, code folding, etc. while editing Python files.
Any help would be appreciated.
Thanks.
Chris
Python project setup -- How To???
Hi Chris,
Firstly I would download the Zeus (3.95x) patch found here: http://www.zeusedit.com/forum/viewtopic.php?t=770
Next, I would setup the workpaces as follows:
For the code completion I would start by defining some Python code templates to help with common coding constructs likes if and while etc.
For the intellisensing you need to use the Tags, Database Builder menu. Here are some list that give some more details on how to use this utility: Cheers Jussi
I want to use Zeus (3.95t) to edit a python project. I need some instructions on how to setup a workspace/project
Firstly I would download the Zeus (3.95x) patch found here: http://www.zeusedit.com/forum/viewtopic.php?t=770
Next, I would setup the workpaces as follows:
- Use the Workspace, Workspace Builder menu to create a workspace containing your Python project files.
- Configure the workspace, project options, defining how to make, rebuild and run the project and also setup the workspace, compiler options to run the Python interpreter.
- Optionally configure the Python interpreter using the document type compiler options.
- Put your files under CVS Version Control (or any other SCC compliant version control).
so that I can take advantage of code completion, code folding, etc. while editing Python files.
For the code completion I would start by defining some Python code templates to help with common coding constructs likes if and while etc.
For the intellisensing you need to use the Tags, Database Builder menu. Here are some list that give some more details on how to use this utility: Cheers Jussi