Thanks for your help, Jussi.
Regards,
Ciaran.
Search found 7 matches
- Wed Nov 05, 2014 9:22 am
- Forum: General
- Topic: Enabling jedi macros for Python
- Replies: 6
- Views: 17227
- Tue Nov 04, 2014 8:04 pm
- Forum: General
- Topic: Enabling jedi macros for Python
- Replies: 6
- Views: 17227
- Tue Nov 04, 2014 7:46 pm
- Forum: General
- Topic: Enabling jedi macros for Python
- Replies: 6
- Views: 17227
Hi,
I see what is happening now.
I installed the same version of Zeus on another machine and it works fine. i.e. I can see the jedi macros when I edit a .py file. When I view the source code of one of those macros, it is located in a directory somewhere in MyDocuments/AppData/Roaming/Xidicone. But ...
I see what is happening now.
I installed the same version of Zeus on another machine and it works fine. i.e. I can see the jedi macros when I edit a .py file. When I view the source code of one of those macros, it is located in a directory somewhere in MyDocuments/AppData/Roaming/Xidicone. But ...
- Tue Nov 04, 2014 12:40 pm
- Forum: General
- Topic: Enabling jedi macros for Python
- Replies: 6
- Views: 17227
- Tue Nov 04, 2014 10:20 am
- Forum: General
- Topic: Enabling jedi macros for Python
- Replies: 6
- Views: 17227
Enabling jedi macros for Python
Hi,
I've installed Zeus 3.97u and have been experimenting with Python workspaces. I'm interested in using the jedi auto-completion macros and have looked at the video link. However, when I click on macros in the workspace navigator, I don't see the jedi macros in the list. Do I need to download ...
I've installed Zeus 3.97u and have been experimenting with Python workspaces. I'm interested in using the jedi auto-completion macros and have looked at the video link. However, when I click on macros in the workspace navigator, I don't see the jedi macros in the list. Do I need to download ...
- Thu Jul 16, 2009 12:21 pm
- Forum: General
- Topic: Problem running macro
- Replies: 2
- Views: 9123
- Wed Jul 15, 2009 6:19 pm
- Forum: General
- Topic: Problem running macro
- Replies: 2
- Views: 9123
Problem running macro
Hi,
I have the following lines in an extract of verilog code:
/////////////////
in1,
in2,
in3,
in4,
out
/////////////////
which I'm attempting to transform (using a multiple playbacks of recorded keystroke macro) into the following:
/////////////////
.in1(in1),
.in2(in2),
.in3(in3),
.in4(in4 ...
I have the following lines in an extract of verilog code:
/////////////////
in1,
in2,
in3,
in4,
out
/////////////////
which I'm attempting to transform (using a multiple playbacks of recorded keystroke macro) into the following:
/////////////////
.in1(in1),
.in2(in2),
.in3(in3),
.in4(in4 ...