Menu

#514 Indenter: Issues moving lines through multi-line comments

v1.0_(example)
closed-fixed
nobody
None
5
2017-12-07
2017-12-05
StevenAZ
No

Found in 2.0.7:
2 bugs here, possibly related:

When moving lines through multi-line comments (Alt Up/Down) code it gets mangled as it moves through the ML comment

When moving lines near top of file ... similar result

~~~~~~~~~~~
module t();
logic a;
logic b; // ERROR1: Move this up and down near line 1
always_comb
begin
a = b;
if (1) //
begin
// comment
/*
* MLC
/
c = d; // ERROR2: Move this to above the MLC
end
end
endmodule

Discussion

  • StevenAZ

    StevenAZ - 2017-12-06
     
  • StevenAZ

    StevenAZ - 2017-12-06

    Error 1 fixed in 2.0.9

     
  • StevenAZ

    StevenAZ - 2017-12-07

    Fix completed in 2.0.9

     
  • StevenAZ

    StevenAZ - 2017-12-07
    • status: open --> closed-fixed
     

Log in to post a comment.