Align doesn't optimise space

Using edit align, if you have shortened some signal names, they colons are not align to the new lengths. It would also be nice to have the comments auto-aligned too

		clk               : in  std_logic; -- comment
		resetn_clk        : in  std_logic; -- comment
		i              : in  t_syncs; -- comment

running align on the above should result in
		clk        : in  std_logic; -- comment
		resetn_clk : in  std_logic; -- comment
		i          : in  t_syncs;   -- comment

But it doesn't, too much space is used and the comments stay put :(

Good point. Filed as

Good point. Filed as ticket:827
Thanks for the code snippet. This helps us create tests faster. Since we work (mostly) by a test-first methodology, you code snippets help in getting new features out sooner.

kind regards

Philippe

Fixed

ticket:827 has been fixed in this month's release.

Post new comment

The content of this field is kept private and will not be shown publicly.
By submitting this form, you accept the Mollom privacy policy.