Author Topic: Help mac with "{" and "[" please is serious.  (Read 6224 times)

Offline malibumanya

  • Single posting newcomer
  • *
  • Posts: 5
Help mac with "{" and "[" please is serious.
« on: October 31, 2015, 02:28:29 pm »
Working with the Mac operating system, and I can not place the brackets "{" and "[" the other if they work.
I try all possible key combinations but I can not.
Thank you very much and sorry for my English. ;D ;D ;D ;D

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Help mac with "{" and "[" please is serious.
« Reply #1 on: October 31, 2015, 03:54:28 pm »
Search the forum. This issue is pretty common on OSX.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline malibumanya

  • Single posting newcomer
  • *
  • Posts: 5
Re: Help mac with "{" and "[" please is serious.
« Reply #2 on: October 31, 2015, 05:40:21 pm »
I've searched and can not find a solution on the forum so I again ask if anyone can help me I would appreciate.


Offline malibumanya

  • Single posting newcomer
  • *
  • Posts: 5
Re: Help mac with "{" and "[" please is serious.
« Reply #4 on: November 01, 2015, 02:53:48 am »
http://forums.codeblocks.org/index.php?topic=19510.0
http://forums.codeblocks.org/index.php?topic=16978.0
http://forums.codeblocks.org/index.php?topic=8390.0
In none of these three forums there were solution. The keyboard I have in Spanish works perfectly but I see it's a code error: blocks because nobody has a solution, find another better than this thanks compiler.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: Help mac with "{" and "[" please is serious.
« Reply #5 on: November 01, 2015, 03:59:24 am »
http://forums.codeblocks.org/index.php?topic=19510.0
http://forums.codeblocks.org/index.php?topic=16978.0
http://forums.codeblocks.org/index.php?topic=8390.0
In none of these three forums there were solution. The keyboard I have in Spanish works perfectly but I see it's a code error: blocks because nobody has a solution, find another better than this thanks compiler.

So, another Mac user refuses to say what they tried.

Did you at least try turning off the KeyBinder plugin?

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 malibumanya

  • Single posting newcomer
  • *
  • Posts: 5
Re: Help mac with "{" and "[" please is serious.
« Reply #6 on: November 01, 2015, 04:15:36 am »
http://forums.codeblocks.org/index.php?topic=19510.0
http://forums.codeblocks.org/index.php?topic=16978.0
http://forums.codeblocks.org/index.php?topic=8390.0
In none of these three forums there were solution. The keyboard I have in Spanish works perfectly but I see it's a code error: blocks because nobody has a solution, find another better than this thanks compiler.

So, another Mac user refuses to say what they tried.

Did you at least try turning off the KeyBinder plugin?

Tim S.

Tim
Not as disabling the plugin if I can help thanks

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Help mac with "{" and "[" please is serious.
« Reply #7 on: November 02, 2015, 08:17:37 am »
In none of these three forums there were solution. The keyboard I have in Spanish works perfectly but I see it's a code error: blocks because nobody has a solution, find another better than this thanks compiler.

i honestly don't have read the replies. I don't understand your reply: you dont't have a spanish keyboard or do you have a spanish keyboard?
If you don't have a spanish keyboard, what layout do you have, french?

So lets sum up what is written in the topics:
1) There is no active mac developer on codeblocks (you can join, if you want), so testing and fixing bugs is quite hard
2) This bug seems to be a problem of wxWidgets with mac and spanish, french or swiss keyboard layouts
3) Because this is a wxWidgets bug the c::b developer can't do much about it, especially if they don't have a layout what has this bug
4) This bug may be fixed in wx3.0. It would be great if you could test it, but i don't think that there are any mac builds with wx3.0 out there at the moment.
5) You could try SciLite and report us if this bug is there ( http://www.scintilla.org/SciTE.html )
6) The easiest fix would be to switch your layout to english...

i hope this helps

greetings

PS
Tim
Not as disabling the plugin if I can help thanks
honestly i also can't understand what you have written here too:
Have you disabled the plugin and it doesn't work either?

Offline malibumanya

  • Single posting newcomer
  • *
  • Posts: 5
Re: Help mac with "{" and "[" please is serious.
« Reply #8 on: November 02, 2015, 11:01:14 pm »
BLUEHAZARD

The keyboard is Spanish and it works perfectly and that other programs can write "{" and "[". In code: blocks to start a new job I can not write these symbols, which are required to write code. But if I can write "}" and "]".

to write "{" is the combination alt + '    (does not work in code: blocks)
to write "[" The combination is Alt + `   (does not work in code: blocks)

Thank you.

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Help mac with "{" and "[" please is serious.
« Reply #9 on: November 03, 2015, 12:24:39 am »
The keyboard is Spanish
Ok, like i tought...

it works perfectly and that other programs can write "{" and "[". In code: blocks to start a new job I can not write these symbols, which are required to write code. But if I can write "}" and "]".

to write "{" is the combination alt + '    (does not work in code: blocks)
to write "[" The combination is Alt + `   (does not work in code: blocks)
Here you are probably right...

BUT:
In none of these three forums there were solution. The keyboard I have in Spanish works perfectly but I see it's a code error: blocks because nobody has a solution, find another better than this thanks compiler. <- Code:Blocks IS NOT a compiler

So lets sum up what is written in the topics:
1) There is no active mac developer on codeblocks (you can join, if you want), so testing and fixing bugs is quite hard <- still a problem
2) This bug seems to be a problem of wxWidgets with mac and spanish, french or swiss keyboard layouts <- we know now that you have a spanish keyboard, so you are facing this bug
3) Because this is a wxWidgets bug the c::b developer can't do much about it, especially if they don't have a layout what has this bug <- It is a wxWidgets bug
4) This bug may be fixed in wx3.0. It would be great if you could test it, but i don't think that there are any mac builds with wx3.0 out there at the moment.
5) You could try SciLite and report us if this bug is there ( http://www.scintilla.org/SciTE.html ) <- CAN YOU TRY SCILITE AND LOOK IF THIS PROGRAM WORKS?
6) The easiest fix would be to switch your layout to english... <- CAN YOU TRY THIS AND LOOK IF IT WORKS?