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

The auto-completion should be turned off when typing in a comment. It is the case for multi line comments `/* */` but not for single line comments `//`

Indentation doesn't appear to consider brackets, so this code block: ![image](https://user-images.githubusercontent.com/44868543/53633729-3520dc00-3c10-11e9-8215-5049e164d604.png) Gets indented to this: ![image](https://user-images.githubusercontent.com/44868543/53633746-45d15200-3c10-11e9-8c95-fb5a278ac6f1.png) Whereas I would suggest it should line up the brackets, to easily show the...

Added parsing of OOABL and displaying it in CodeExplorer. I've never used C# before so please review my changes with extra care.

BetterMultiSelection is a great Notepad++ Plugin to improve the default multi-selection: https://github.com/dail8859/BetterMultiSelection The problem arises when both 3P auto-complete and BetterMultiSelection are active: When trying to select the previous or...

### Description of the Issue 3P error message when dragging a file tab from one instance of Notepad++ "out of Notepad++" to be shown in separate instance of Notepad++ ###...

### Description of the Issue 3P fails to find an internel procedure when "Click bouletting" ### Steps to Reproduce the Issue 1. Open a program (.w) with Notepadd ++ 2....

Hi, Considering this piece of code: ``` CREATE tt_someting. ASSIGN tt_something.field_something = 42. RELEASE tt_someting. ``` Shouldn't 3P able to know that `tt_someting` is a buffer / table / temp-table...

enhancement
Normal priority
0 - Backlog

### Description of the Issue ### Steps to Reproduce the Issue 1. 2. 3. ### Expected Behavior ### Actual Behavior ### Debug Information

enhancement

``` &Scoped-Define DISPLAYED-OBJECTS cm-searchopt fm-search fm-dpid fm-dpdate ~ fm-supkd fm-supname cm-Class fm-depositvalue cm-currency cm-potype ~ cm-importer rm-fqq em-note fm-usercreate fm-datecreate fm-timecreate ~ fm-usrconfirm fm-dateconfirm fm-timeconfirm fm-usrdump fm-datedump ~ fm-timedump ```...

![image](https://user-images.githubusercontent.com/11553075/38309623-c78f251a-381a-11e8-8bf3-2559591de016.png)