- Posted by
- I upgraded to v13.00a+2 and haven't seen this funkiness, until TODAY! (no, I didn't upgrade to 13.10 yet). Seems a pretty simple bug 1abc 2abc 3abc In column mode, I put my cursor on the first 2 lines and add 1 space, it'll be: 1abc 2abc 3abc so far so good.. BUT now the cursor is moved to the nex...Posted in UltraEdit General Discussion
-   Topics
-   Views
- dmk11
Sep 07, 2007
- I just want to add that I've been experiencing the same thing for the past few years also. Here are some tidbits of what I do: 0. I constantly toggle between column and normal mode. 1. I use UE with Verilog files with syntax highlighting (with code folding). 2. I don't use macros. 3. I don't use aut...Posted in UltraEdit General Discussion
-   Topics
-   Views
- dmk11
Mar 09, 2007
- I don't know the Verilog syntax. Can you explain it more detailed. Maybe I can find a solution. In regular Verilog, you need to specify individual signals used in an always block. Example: always @(sig1 or sig2 or sig3) OR always @(sig1, sig2, sig3) In addition to the above, System Verilog also sup...Posted in Syntax Highlighting
-   Topics
-   Views
- dmk11
Mar 09, 2007
- Mine is similar to the above, but I added the following: /Open Brace Strings = "{" "(" "[" /Close Brace Strings = "}" ")" "]" That is useful for matching braces. Is there an UltraEdit keystroke that will bring me to the matching brace (like % in vi)? And the Verilog2001 file on this website has a be...Posted in Syntax Highlighting
-   Topics
-   Views
- dmk11
Feb 07, 2007