News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Angle backets

Started by Genom, November 28, 2010, 04:24:22 PM

Previous topic - Next topic

Genom

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)

Genom

I have use a CodeBlocks 10.05 in Win Vista Ultm...

Joe

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

Genom

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...

Joe

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

stahta01

Quote from: Joe on December 10, 2010, 06:32:53 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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

stahta01

Quote from: Genom on November 28, 2010, 05:20: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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Jenna

Quote from: stahta01 on December 10, 2010, 08:06:41 PM
Quote from: Genom on November 28, 2010, 05:20: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.

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.