codyopel / collide

Automatically exported from code.google.com/p/collide
Apache License 2.0
0 stars 0 forks source link

Ctrl+Space vs. Ctrl+Shift+Space #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
James Nelson

Scott, the docs said Ctrl+space would do lexical lookup, but it isn't working 
for me in a java test project I'm playing with.

(I think it's mapped to Ctrl+Shift+Space currently?)

Anyway, Ctrl+Space should do all completions.

Original issue reported on code.google.com by dragonsinth on 4 Jul 2012 at 10:29

GoogleCodeExporter commented 9 years ago
Should fix this

Original comment by alex.lu...@gmail.com on 19 Jul 2012 at 6:52

Attachments:

GoogleCodeExporter commented 9 years ago
I think this just pops up the "real" completions with ctrl+space (which right 
now are empty except for the code snippet completions).

I dont think this includes the lexical completions.

I might be mistaken though since I haven't looked at this in a while.

Original comment by jaime...@gmail.com on 19 Jul 2012 at 6:55

GoogleCodeExporter commented 9 years ago
Hrmm what I did seemed to work.  I see what you're saying though.

I think there may be some fall back code if there are no suggestions.
Regardless I'll change it to trigger the other menu.

Original comment by alu...@google.com on 19 Jul 2012 at 8:36

GoogleCodeExporter commented 9 years ago
Actually looking at it again I think I have it right.

Before if shift wasn't held down it triggered the proposal builder (legit
full out completer) but now unless you hold alt down you get context free
builder which is the one used by Ctrl+shift+space.

Let me know if you still think something is wrong with it.

Original comment by alu...@google.com on 19 Jul 2012 at 8:39

GoogleCodeExporter commented 9 years ago
Na I think you got it right. Ship it!

Original comment by jaime...@gmail.com on 19 Jul 2012 at 9:26