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!
Description of the pull request
Notepad++ supports as a linebreak in function descriptions - this is a documented feature in the autocomplete functionality (https://npp-user-manual.org/docs/auto-completion/#auto-completion-file-format)
This PR extends the linefeed functionality to the 3P plugin.
Check List