Author Topic: Angle backets  (Read 8288 times)

Offline Genom

  • Single posting newcomer
  • *
  • Posts: 3
Angle backets
« on: November 28, 2010, 04:24:22 pm »
Hi all, I have little bit a problem with angle brackets - <>
In CodeBlocks I have can insert only one angle bracket - openning "<" via (Alt + ,), but closing - ">" I don't insert via (Alt + .)

How I can setting CodeBlocks?

(Sorry for my english)

Offline Genom

  • Single posting newcomer
  • *
  • Posts: 3
Re: Angle backets
« Reply #1 on: November 28, 2010, 05:20:41 pm »
I have use a CodeBlocks 10.05 in Win Vista Ultm...

Offline Joe

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: Angle backets
« Reply #2 on: December 02, 2010, 12:57:46 am »
With a standard QWERTY keyboard, you use [Shift - ,] to produce a '<' bracket, and [Shift - .] to produce a '>' bracket.

If this information did not help you, or if I am misunderstanding your question, please make another post. I will check back.
Joe Long
WinXP Home/SP3
Code::Blocks/10.05
Borland 5.5/SP2
C++ Student

Offline Genom

  • Single posting newcomer
  • *
  • Posts: 3
Re: Angle backets
« Reply #3 on: December 10, 2010, 02:24:24 pm »
Joe: thanks for your reply...
Primarily I use a my nation layout of keyboard...now must only switch to the US keyboard layout, then works ok...

Offline Joe

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: Angle backets
« Reply #4 on: December 10, 2010, 06:32:53 pm »
Genom:

Glad to hear you figured out the issue. Keyboard layouts can really get complicated from region to region. Anyway, have a great day!

Joe
Joe Long
WinXP Home/SP3
Code::Blocks/10.05
Borland 5.5/SP2
C++ Student

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: Angle backets
« Reply #5 on: December 10, 2010, 08:02:41 pm »
Glad to hear you figured out the issue.

I read it as he found a work around that is not very good.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: Angle backets
« Reply #6 on: December 10, 2010, 08:06:41 pm »
I have use a CodeBlocks 10.05 in Win Vista Ultm...

Turn off ALL C::B plugins except for Compiler; then see if the problem went away.

If it still exists, state the information needed to duplicate the issue and submit a bug report on the Code::Blocks Belios Bug area.

If it went away with the Plugins off, enable them one at a time to see which plugin is causing the problem.
Post in this thread, which plug-in is the cause.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Angle backets
« Reply #7 on: December 10, 2010, 08:28:11 pm »
I have use a CodeBlocks 10.05 in Win Vista Ultm...

Turn off ALL C::B plugins except for Compiler; then see if the problem went away.

If it still exists, state the information needed to duplicate the issue and submit a bug report on the Code::Blocks Belios Bug area.

If it went away with the Plugins off, enable them one at a time to see which plugin is causing the problem.
Post in this thread, which plug-in is the cause.

Tim S.

If I see it right, it's because he don't have the brackets on his native keyboard and has to use key-combinations to get them.
And Alt+. is assigned to "Find references" per default, but it can be changed with the keybinder-plugin of course.