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

Event name mis-detected #8

Closed
ccleaud opened this issue Dec 18, 2015 · 1 comment
Closed

Event name mis-detected #8

ccleaud opened this issue Dec 18, 2015 · 1 comment

Comments

@ccleaud
Copy link

ccleaud commented Dec 18, 2015

Hi,

Following code is detected in EVENT section but the event name is U instead of CLOSE.
Can you fix this, please?

King regards,
C.CLEAUD

/* *************************** Main Block *************************** */
ON "CLOSE":U OF THIS-PROCEDURE DO:
UNSUBSCRIBE TO "LogError".
UNSUBSCRIBE TO "Sleep".
DELETE PROCEDURE THIS-PROCEDURE.
END.

@jcaillon
Copy link
Owner

Ok

Corrected in the next release (v1.0.1)

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