Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord

    New (?) syntax highlighting bug

    Bug Reporting (FUZE 4 Nintendo Switch)
    2
    2
    131
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      Nisse5 F last edited by

      I'm pretty sure this bug is new for the update that launched today:

      When using "/" to start a multi-line comment, an asterisk on a subsequent row will mean that "/" later on the row will not be discovered by the syntax highlighter.

      For example, this will not work now:

      /* comment
      * */
      loop
         update()
      repeat
      
      1 Reply Last reply Reply Quote 1
      • Martin
        Martin Fuze Team last edited by

        This is already a known issue but thanks for reporting it.

        I stumbled across it early on because I am used to adding JavaDoc to programs.

        The only way the multiline comments work at the moment is if the end is simply */

        So this will work:

        /*****
         *
         *
         */
        

        But this will not:

        /****
         *
         *
         ****/
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post