3P
3P copied to clipboard
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, pr...
### Description of the Issue Update list of NormedVariables prefixes. ### Expected Behavior I used to update the list in the user defined language. Our company uses dashes (-) instead...
https://documentation.progress.com/output/ua/OpenEdge_latest/index.html#page/dvref/{-}-preprocessor-name-reference.html
In the case: - you type `{` and invoke auto-completion, it should propose files only according to PROPATH instead of all known tokens - you type `{&` and invoke auto-completion,...
```openedge TRIGGER PROCEDURE FOR event OF object [ options ] ```
It is a bit boring to have to search by hand for the definitions of the browse queries The graphic world is clearly not the strength of 3P. Thanks in...
Via auto-completion automatically poped, it would be a great feature! Thanks.
Considering this file, the code explrer remains empty. Moreover, keywords are not auto-converted to uppercase and auto-completion fails. ``` CLASS org.ccleaud.coolClass INHERITS org.ccleaud.aClass : DEFINE PRIVATE VARIABLE hSomething AS HANDLE...
### Description of the Issue Write code to declare a new variable. `DEFINE VAR x` The auto completion triggers at x; however, we know that this word will be unknown...
### Description of the Issue It would be nice if the table's auto-completion displays the index together with the fields. When you press enter, assemble all fields of the indices....
### Description of the Issue After deploying an application, we cannot scroll down to the end of the report : the cursor is moving down but not the text. To...