Hi All, Maybe this can has already been discussed but I try anyway. I'm used to write Verilog code and I miss a long line marker in PSPad. It's a very simple but useful stuff that just shows a vertical line at the 80th column. So that I try to avoid writing beyond this limit for friendly-printing purposes...
Another stuff that can be useful is the indentation guide. It shows a mark for the indentation as shown below: always @(posedge clk) ...|if (foo) ......|reg <= 1'b1; ...|else ......|reg <= 1'b0; where the "|" is the indentation guide and the dots indicates a space as I explain below. Also I found the View>Special Characters in PSPad, but I could not find any way to show me the spaces and tabs. This is useful when I get a code written by someone else that has put tabs instead of spaces. Why not a way to show them? Maybe a light dot for spaces and ">" for the tabs. For instance: >>>assign.foo.=.notfoo; Thanks in advance. -- <http://forum.pspad.com/read.php?2,34177,34177> PSPad freeware editor http://www.pspad.com
