3P icon indicating copy to clipboard operation
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...

Results 57 3P issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

https://documentation.progress.com/output/ua/OpenEdge_latest/index.html#page/dvref/{-}-preprocessor-name-reference.html

enhancement

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,...

enhancement

```openedge TRIGGER PROCEDURE FOR event OF object [ options ] ```

enhancement

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...

enhancement

Via auto-completion automatically poped, it would be a great feature! Thanks.

enhancement
Normal priority

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...

enhancement
Normal priority

### 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...

enhancement

### 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....

enhancement

### 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...

bug