I have a very strange problem atm.
Example code:
int *ret; //Here can I write () without any problems
//Here I also can write () without any problems
ret = (int*) malloc (throw_size); //Here it is impossible to create the cast brackets
It doesnt matter if I press Shift + 8 or Shift + 9 or Shift + Ctrl + 8. They simply dont appear. I already searched for a solution, but I could not find anything about it (Maybe because it is very hard to find a matching search phrase). Thank you for your help.
I have sent a bug report. I will let you know, when it got fixed or resolved.