Search found 2 matches

by Mike_F
Wed Jun 08, 2011 4:09 pm
Forum: General
Topic: Selection\Cursor Movement using control
Replies: 1
Views: 205

Selection\Cursor Movement using control

How Do I tell Texpad to place the cursor in the space following a word, rather than at the end of several spaces between words when moving thru (selecting) text using cntrl rt arrow?

Thanks

Mike
by Mike_F
Thu May 19, 2011 3:35 pm
Forum: General
Topic: VHDL File Beautification
Replies: 5
Views: 726

VHDL File Beautification

Would like to beautify sections of code by aligning certain characters into columns.
For example I would like to beautify EX1 UGLY to look like EX2 NICE:



--EX1 UGLY
signal pattern_match_thres_array_of_arrays_tb: tSTIMARRAY;
signal lfsr_tb : unsigned(30 downto 0);
constant cTRAINING_ARRAY ...