jcaillon / 3P

3P (short for Progress Programmers Pal), is a notepad++ plugin designed to help writing progress 4GL (OpenEdge ABL) code. It transforms notepad++ into a full featured IDE for openedge code editor, providing syntax checking, compilation, auto-completion, tool-tips and much more!
https://jcaillon.github.io/3P/
GNU General Public License v3.0
80 stars 35 forks source link

Auto Completion - Always does it even when I disabled the keys #290

Closed DakotaMcCutch closed 2 years ago

DakotaMcCutch commented 2 years ago

I don't know if this is a bug or just a not documented feature. But I have disabled the autocompletion keys for both entering and tab, but it still does the autocomplete when pressed, as well as the space bar does the auto-completion as well. The last one is more annoying than the other things.

Just cause I want to type press space, and it autocompletes to something I don't want it to.

jcaillon commented 2 years ago

Hi,

The correct option is the following:

image

Found in autocompletion options page.

This should fix your issue :)

DakotaMcCutch commented 2 years ago

Thank you, I probably went up and down that list 20 times and never even saw that toggle