Page 1 of 2

Notepad++ Auto-Completion

Posted: Sat Aug 10, 2013 1:38 am
by Pablo César
Probably most of you know that some good editors has a ressource of auto-completion during edit. In Notepad++ you need to install it and to enable it. Here is step by step:

1. To see if CCompletion is installed. Go to Tab "Installed" of "Show Plugin Manager", if not go to Tab "Available" of "Show Plugin Manager".
Screen.PNG
Screen.PNG (29.01 KiB) Viewed 6799 times
2. To install CCompletion click in check box and run install button.
3. Enable CCompletion in Settings/Preferences as show image below:
Screen3.PNG
Screen3.PNG (25.53 KiB) Viewed 6799 times
Close it and restart Notepad++
4. To use it, just write first character and will be displayed like this:
Screen1.PNG
Screen1.PNG (39.23 KiB) Viewed 6799 times
Confirm by slecting and Enter.

That's all ! Enjoy it ! :)

Re: Notepad++ Auto-Completion

Posted: Sat Aug 10, 2013 2:42 am
by Rathinagiri
Thanks a lot Pablo. I will try.

Notepad++ Auto-Completion

Posted: Mon Aug 12, 2013 4:15 pm
by Pablo César
You can also access Auto-completion by pressing Ctrl+SpaceBar (at any time during your edition).

Notepad++ Auto-Completion

Posted: Tue Aug 13, 2013 1:07 am
by Pablo César
In the configuration for auto-completion, there is an option for "Function Completion":

Image

But for this working, you will need to unpack xBase.rar (here attached file) and put in
C:\Arquivos de programas\Notepad++\plugins\APIs folder.

Re: Notepad++ Auto-Completion

Posted: Tue Aug 13, 2013 2:28 am
by Rathinagiri
Thank you Pablo.

If everything goes well, we can include these features default in our next release.

Notepad++ Auto-Completion

Posted: Tue Aug 13, 2013 11:17 am
by Pablo César
Let us know if is working for you. I will work on in this xBase file to update and I will try to put the sintax of each item

at the step as I could update with a new version I also will change the file comment version for downloading, by this means always will be the latest version of the file. ;)

Notepad++ Auto-Completion

Posted: Tue Aug 13, 2013 12:20 pm
by Pablo César
=== VERY IMPORTANT ===

I just started to re-edit xBase file for "Function completion" and I could not show function sintax without the function name. So I do not know if all of you prefer with or with sintax, see image below:
Screen.PNG
Screen.PNG (18.73 KiB) Viewed 6639 times
The main problem when is opted with function sintax that is that is bringing it all together for souce editor.

Without function sintax only function name is bringing.
Screen1.PNG
Screen1.PNG (16.17 KiB) Viewed 6639 times
I will need your prompt responses soon as posible, because I am in doubt what is better for all of us.
(with sintax or without it)

In my opinion, I prefer with sintax, because with it we can making use of the variable names (in standard format) into source editor. ;)

Re: Notepad++ Auto-Completion

Posted: Tue Aug 13, 2013 2:35 pm
by Rathinagiri
I get the auto completion working in my system.

It will be helpful if we have the function name along with the syntax.

Thanks Pablo for your wonderful guidance.

Re: Notepad++ Auto-Completion

Posted: Tue Aug 13, 2013 2:46 pm
by Pablo César
Rathinagiri wrote:I get the auto completion working in my system.

It will be helpful if we have the function name along with the syntax.

Thanks Pablo for your wonderful guidance.
Good ! So I will continue working on "with sintax". But remember, when user make his choice by auto-completion will write function name+sintax on the edition of source.

Re: Notepad++ Auto-Completion

Posted: Tue Aug 13, 2013 3:57 pm
by srvet_claudio
Rathinagiri wrote:It will be helpful if we have the function name along with the syntax.
+1
Pablo César wrote:But remember, when user make his choice by auto-completion will write function name+sintax on the edition of source.
In my case the syntax is more important.