highlight text vertically

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

highlight text vertically

Jump to solution
484 Views
jacewalton
Contributor III

in other words how do i highlight  a block of text? 

int array[5][5] = { 0, 1, 2, 3 ,4 },

                          { 0, 1, 2, 3 ,4 },

                          { 0, 1, 2, 3 ,4 },

                          { 0, 1, 2, 3 ,4 },

                          { 0, 1, 2, 3 ,4 } };

how would I highlight all of the numbers in the backates without highlighting the barckets themselves?

I an do this in other ide variants of eclipse as well as ms word. how do I configure kinetis to do allow this? 

0 Kudos
1 Solution
378 Views
BlackNight
NXP Employee
NXP Employee

Hi Jace,

use the block selection:

pastedImage_1.png

Then you can select any block of text:

pastedImage_2.png

I hope this helps,

Erich

View solution in original post

0 Kudos
1 Reply
379 Views
BlackNight
NXP Employee
NXP Employee

Hi Jace,

use the block selection:

pastedImage_1.png

Then you can select any block of text:

pastedImage_2.png

I hope this helps,

Erich

0 Kudos