Search found 7 matches

by Ciaran1
Wed Nov 05, 2014 9:22 am
Forum: General
Topic: Enabling jedi macros for Python
Replies: 6
Views: 17227

Thanks for your help, Jussi.

Regards,
Ciaran.
by Ciaran1
Tue Nov 04, 2014 8:04 pm
Forum: General
Topic: Enabling jedi macros for Python
Replies: 6
Views: 17227

Hi,
I've resolved my file protection issue and I can see the jedi macros now. It's working fine. Thanks for your help.
Regards,
Ciaran.
by Ciaran1
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 ...
by Ciaran1
Tue Nov 04, 2014 12:40 pm
Forum: General
Topic: Enabling jedi macros for Python
Replies: 6
Views: 17227

Yes I've got a .py file open and active in the editor, but I don't see the jedi macros. Should I check for the existence of some jedi-related file in the zeus installation to see if it installed correctly?
by Ciaran1
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 ...
by Ciaran1
Thu Jul 16, 2009 12:21 pm
Forum: General
Topic: Problem running macro
Replies: 2
Views: 9123

Hi Jussi,

Thanks for your prompt reply. I'm using Zeus 3.96s on Windows XP Pro.

When I tried the existing macro in a .txt file, as you suggested, it worked fine. The strange thing is, that when I then tried it in the .v file it worked fine then also :o. Now I can't get it to fail at all anymore ...
by Ciaran1
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 ...