You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2023/01/03 12:50:41 UTC

[GitHub] [netbeans] NReib opened a new issue, #5184: Javascript Modules: export Keyword disables hightlighting within classes

NReib opened a new issue, #5184:
URL: https://github.com/apache/netbeans/issues/5184

   ### Apache NetBeans version
   
   Apache NetBeans 16
   
   ### What happened
   
   While browsing JS Modules with exported classes, there is no Highlighting within a directly exported class. Also the methods of that class do not show in the navigator.
   
   ### How to reproduce
   
   `
   // this does not show in navigator / highlighting does not work
   export class test {
   	method(param){
   		param;
   	}
   };
   
   // this shows in navigator / highlighting works
   class test2{
   	method(param){
   		param;
   	}
   }
   
   // no highlighting, Go to declaration does not work
   export {test2};`
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Mageia 8 (Linux)
   
   ### JDK
   
   javac 11.0.17
   
   ### Apache NetBeans packaging
   
   Apache NetBeans binary zip
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing closed issue #5184: Javascript Modules: export Keyword disables hightlighting within classes

Posted by "matthiasblaesing (via GitHub)" <gi...@apache.org>.
matthiasblaesing closed issue #5184: Javascript Modules: export Keyword disables hightlighting within classes
URL: https://github.com/apache/netbeans/issues/5184


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing commented on issue #5184: Javascript Modules: export Keyword disables hightlighting within classes

Posted by "matthiasblaesing (via GitHub)" <gi...@apache.org>.
matthiasblaesing commented on issue #5184:
URL: https://github.com/apache/netbeans/issues/5184#issuecomment-1511911983

   @NReib no problem. NetBeans 18 is reaching its freeze date. Testing is always appreciated and double checking, that the issue is indeed fixed at least confirms the fix.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] NReib commented on issue #5184: Javascript Modules: export Keyword disables hightlighting within classes

Posted by "NReib (via GitHub)" <gi...@apache.org>.
NReib commented on issue #5184:
URL: https://github.com/apache/netbeans/issues/5184#issuecomment-1510943674

   Thank you for the fix, sadly, I was on vacation. I suppose the feature does not require further testing?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing commented on issue #5184: Javascript Modules: export Keyword disables hightlighting within classes

Posted by "matthiasblaesing (via GitHub)" <gi...@apache.org>.
matthiasblaesing commented on issue #5184:
URL: https://github.com/apache/netbeans/issues/5184#issuecomment-1502069369

   @NReib could you please check the referenced PR and/or the dev build available from the CI/CD summary page:
   
   https://github.com/apache/netbeans/actions/runs/4658661222
   
   or directly via:
   
   https://github.com/apache/netbeans/suites/12134425195/artifacts/639862034


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists