Author Topic: byg mess when selecting with double clicking  (Read 2171 times)

Offline benkenobi01

  • Multiple posting newcomer
  • *
  • Posts: 64
byg mess when selecting with double clicking
« on: April 20, 2011, 08:01:31 pm »
if i try to select this with double clicking , selection results are quite a big mess, you never get one character selected(and yes i am not using spaces between characters but this is a syntax choice ).

Code
int t_d[2][3]={{1,2,3},{4,2,3}};

putting my cursor inside the bracket before the integer then double clicking should select the integer, and the list could go on...
Code
t_d[2]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: byg mess when selecting with double clicking
« Reply #1 on: April 20, 2011, 08:16:28 pm »
I just copied your examples, placed the mouse over the integer, double-clicked and voilĂ , the integer is selected nothing else.

Debian 64 bit, wxWidgets 2.8.10, C::B svn r7082 from my repo.

Offline benkenobi01

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: byg mess when selecting with double clicking
« Reply #2 on: April 20, 2011, 10:00:11 pm »
does not work for me, the OS should not be relevant here, c::b 10.5 win 7.