highlight text vertically

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

highlight text vertically

ソリューションへジャンプ
978件の閲覧回数
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 解決策
872件の閲覧回数
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 返信
873件の閲覧回数
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 件の賞賛
返信