pop up when writting code

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

pop up when writting code

1,742 Views
stevec
Contributor III
I have a mystery window pop up when I am writting code. If i type the name  of a function e.g
 read_isc_test_resp(
(this calls an already written function)
I get a window pop up when I type the '('/ Ithe window has two parts, the top one has a little 'barbers pole' and the words 'Method:read_isp_test_resp' with
{}void
underneath

The lower part has 'No variables avail'

When I continue typing, the window changes and displays 'Searching for'

This is annoying and also seems to cause a 'CR with no LF' error, which is even more annoying . I have to close the file and open it again for the editor to correct this.

Is there some way of disabling this pop up?

Steve
Labels (1)
0 Kudos
2 Replies

239 Views
CrasyCat
Specialist III
Hello
 
Not sure which version of CodeWarrior you are using and which CPU you are targeting.
 
Anyway it looks like a Code Completion window popping up.
 
Can you try the following:
  - Start the IDE
  - Select Edit -> "Preferences"
  - Switch to Code Completion" panel in "Editor" tree
  - Uncheck all boxes in that panel.
  - Close the IDE Preferences dialog clicking on OK
 
Does that solve the problem?
 
CrasyCat
0 Kudos

239 Views
stevec
Contributor III
Yes it seems to sort it. Thanks very much. Can't understand what was happening but it's gone now. Most grateful.
0 Kudos