Ok, but still the behaviour is weird, if autocomplete common prefix is on.
here is what I exactly get, when pressing ctrl-space when caret is as indicated below: setS|electionMode -> setSelectionelectionMode ---------------------------------- Michael, Try checking off Tools | IDE Options | Code Completion | Autocomplete common prefix. Best regards, Mike Aizatsky. ------------------------------ JetBrains, Inc / IntelliJ Software http://www.intellij.com "Develop with pleasure!" > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On > Behalf Of [EMAIL PROTECTED] > Sent: Monday, March 25, 2002 3:33 PM > To: [EMAIL PROTECTED] > Subject: [Eap-list] 612 ctr-space Bug > > JDK1.3.1, NT4, build 612 > reproducable with this code: > > public class Test > { > public Test() > { > JTable table; > > table.getSelectionModel().setS|electionMode(ListSelectionModel.SINGL > E_SELECTION); > } > } > > cursor is at |, if I press ctrl-space some text is instantly > inserted, which is not desired. ______________________________________________________________________________ Ohne Risiko spielend zum B�rsenguru werden. Haben Sie schon eine Strategie? Spekulieren und tolle Preis gewinnen http://boersenspiel.web.de _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
