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
78 stars 35 forks source link

Keyboard shortcuts configuration is not respected #172

Closed pietmapa closed 7 years ago

pietmapa commented 7 years ago

Description of the Issue

Steps to Reproduce the Issue

See Description

Expected Behavior

Control over all 3P keyboard shortcuts.

Actual Behavior

Unexpectedly reappearing default configurations and missing settings.

Debug Information

3P v1.7.0

Notepad++ v7.4.1 (32-bit) Build time : May 18 2017 - 02:00:37 Path : C:\Program Files (x86)\Notepad++\notepad++.exe Admin mode : ON Local Conf mode : OFF OS : Windows 7 (64-bit) Plugins : 3P.dll ComparePlugin.dll mimeTools.dll NppConverter.dll NppExport.dll NppFTP.dll NppTextFX.dll PluginManager.dll XMLTools.dll

jcaillon commented 7 years ago

Hello,

The 1 and 2 are corrected in the latest version (beta), they were indeed bugs of the 1.7 stable version. You can get the beta version by checking "i want the beta version" in the options > update

As for number 3, CTRL+K is a notepad++ shortcut that toggle the single line comment. It appends &ANALYZE-SUSPEND" because i defined it as a line comment in the User Defined Language in order to correctly display the syntax color. You can disable it through the notepad++ shortcut menu :)

++