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

Double forward slash to be considered as a commentary by autocompletion #296

Open AlbusPortucalis opened 2 years ago

AlbusPortucalis commented 2 years ago

I have the check box "show list in comments" unselected and it works fine for the double-line comments (/ /), but this is ignored for the single-line comments (// ), can you look into it? The syntax highlighting knows that it is a comment

image

image

Thanks and keep the good work ;)