Word Completion

Post any comments, suggestions, annoyances or ideas for future releases here. Please do not post bug reports or questions here.
Post Reply
amif2000
Posts: 14
Joined: Sun Dec 10, 2006 3:14 pm

Word Completion

Post by amif2000 »

Hi Jussi,

I would like to ask for a new feature in Zeus.
Instead of the project-wide word completion based on ctags, I would like to be able to perform word completion based on words defined in the current document only. The search for possible completions can be dynamic and not based on a database of pre-searched words.

Thanks, Amit
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Hi Amit,
I would like to be able to perform word completion based on words defined in the current document only. The search for possible completions can be dynamic and not based on a database of pre-searched words.

There is the WordComplete keyboard function that should already do this. This function is tied to the Edit, Auto Complete Word menu but naturally can also be bound to any keyboard key combination.

If you find a problem with the WordComplete keyboard function, just post a bug report ;)

Cheers Jussi
alexalex
Posts: 14
Joined: Thu Jul 12, 2007 9:16 am

Post by alexalex »

Hi Jussi,

I encountered with a problem during auto word completion, while having 2 parameters with the same name (same string), but with different case, the auto word complete function return only one option, I would be glad to have the both options, since I am coding verilog HDL, which is a case sensitive language.

I have one more suggestion for the auto word completion function. When the result of the auto word completion function is a single option, make the completion automatically, with popping up the auto word complete options window choice.

Thanks,
Alex
alexalex
Posts: 14
Joined: Thu Jul 12, 2007 9:16 am

Post by alexalex »

Hi Jussi,

Sorry for the concatenated suggestions replies.
I have one more suggestion for the auto word completion function.
Please enable the operation of the function while the cursor is standing in the middle of the word that required completion.

Thanks,
Alex.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

When the result of the auto word completion function is a single option, make the completion automatically

That should be easy enough to do. Consider it done ;)
Please enable the operation of the function while the cursor is standing in the middle of the word that required completion
So I assume by this you mean the auto complete should use the text from the start of word to the cursor for the completion search or should it use the whole word :?:

Also how do you see this completing :?:

Is the current word replaced with the completed word selected :?:

Cheers Jussi
alexalex
Posts: 14
Joined: Thu Jul 12, 2007 9:16 am

Post by alexalex »

Hi Jussi,

I meant that the auto complete function should complete the whole word even if the cursor stands somewhere in the middle of the word, and consider the auto completin as it works when the cursor is in the end of the word.

Thanks,
Alex
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

This and your other word complete suggestions will be in the next Zeus patch due out shortly ;)

Cheers Jussi
alexalex
Posts: 14
Joined: Thu Jul 12, 2007 9:16 am

Post by alexalex »

10x a lot :D
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

The latest Zeus 3.96i patch adds these new features and can be found here:

http://www.zeusedit.com/forum/viewtopic.php?t=1231

Cheers Jussi
rola
Posts: 2
Joined: Fri Jan 04, 2008 7:12 am

Post by rola »

jussij,You are so kind,Thank you so much.
Post Reply