highlight text vertically

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

highlight text vertically

跳至解决方案
976 次查看
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 项奖励
回复
1 解答
870 次查看
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 项奖励
回复
1 回复
871 次查看
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 项奖励
回复