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

Support linefeed in function descriptions #271

Closed csoren closed 4 years ago

csoren commented 4 years ago

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

jcaillon commented 4 years ago

You are on fire :)