Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Procedure not detected when using abbreviated keywords #18

Closed
ccleaud opened this issue Dec 19, 2015 · 2 comments
Closed

Procedure not detected when using abbreviated keywords #18

ccleaud opened this issue Dec 19, 2015 · 2 comments

Comments

@ccleaud
Copy link

ccleaud commented Dec 19, 2015

Hi,

When using PROC instead n RPOCEDURE to declare a rocedure, it is not detected in the code explorer.
Before considering this issue, I have to ensure "PROC xxx :" tells ABL to declare a new procedure.

Regards,
C.CLEAUD

@jcaillon
Copy link
Owner

The documentation for OenEdge v11.1 specifies the minimum abbreviation for PROCEDURE to be PROCE

Added in the next release (v1.0.1)

@ccleaud
Copy link
Author

ccleaud commented Dec 19, 2015

Nice, sorry for missing E.

jcaillon added a commit that referenced this issue Dec 20, 2015
- You can now choose to compile your code in the same folder as the source
- You can now set extra command line parameters for the compile/check syntax/run actions
- New **options** window to edit the application settings from a user interface

**Improvements :**
- The ABL lexer now reads character-string descriptor (i.e. `"characters" [ : [ R | L | C | T ] [ U ] [ max-length ] ]`) as a whole and created a special token instead of creating symbol+word tokens
- now prevents spam of 3P features
- The toggle comment feature now works differently :
 * if there is not selection, toggle on/off the current line
 * if there is a selection, toggle on/off the selected BLOCK
 * Now also works for multiple selections
- Improved notifications, they are now displayed on the same screen of Npp's window

**Corrected issues :**
- #12 : added a vertical scroll to tool-tips when the content is too important
- #8 : Now takes into account character-string as well as keywords for event-list and widget-list
- #13 : Tool-tips are not activated when the mouse hovers a comment section
- #10 : Creating a new file and saving as progress file now correctly allows the user to execute 3P features
- #20 : now reads a keyword if split on several lines by a ~
- #18 : now correctly detects a new procedure if defined with the abbreviation "PROCE"
- #17 : Closing the "File Explorer" panel when un-docked now updates the toolbar button status
- #11 : A "private" flag is now shown in the code explorer for private procedures
- #10 : now correctly identifies new files saved with a progress .ext as progress files
- #4 : typo on tool-tip fixed
- #7 : changed file explorer icon to differentiate it easily with the code explorer
- #23 : Improved behavior for multiple screen, now always searching on which screen Npp is displayed before showing a notif, auto-completion and so on...

*Kudos to [ccleaud](https://github.com/ccleaud) for his feedback*
jcaillon referenced this issue Oct 21, 2017
- missing keyword : "FILE-INFO" as an abbreviation of "FILE-INFORMATION"
- Corrected a bug that caused the plugin to be enable to run normally when the user modified a file from an external editor and then reloaded it in npp

**New features**

Adding a disclaimer in the about page
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants