al-object-designer icon indicating copy to clipboard operation
al-object-designer copied to clipboard

EventSubscribers- only one per codeunit and also commented ones

Open bostjanles opened this issue 5 years ago • 6 comments

  1. I have many EventSubscribers in one file. Only first one is in the list.
  2. Even if this first one is commented it will show in list

image image

bostjanles avatar Nov 15 '19 05:11 bostjanles

  1. This one should be fixed in 0.1.0-beta.3, thanks!

  2. This might take longer to figure out block/regular comments with regular expressions. I'll put this to "Known issues" list for now.

martonsagi avatar Nov 15 '19 13:11 martonsagi

  1. Yes now I can see all 4 subscribers :-)
  2. Ok.

bostjanles avatar Nov 16 '19 04:11 bostjanles

I have a possible fix to handle block comments, needs some internal testing before creating an alpha build.

martonsagi avatar Dec 02 '19 14:12 martonsagi

ok, when the alpha is ready let me know, so I can test it too.

bostjanles avatar Dec 03 '19 08:12 bostjanles

0.1.4-alpha.1 is ready for testing. It contains fix for the runtime package issue #46 as well.

martonsagi avatar Dec 04 '19 07:12 martonsagi

issue #46 is now skipped :-) issue #39 If event subscriber is commented with /* */ then is OK, but if lines are commented individual with // , then is not OK. I know it is tricky to parse.

bostjanles avatar Dec 04 '19 08:12 bostjanles