google-code-export / notepad2-mod

Automatically exported from code.google.com/p/notepad2-mod
Other
2 stars 1 forks source link

Code completion using space key is annoying #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are a number of keys that I've tried (space, tab, and enter) which accept 
a code completion suggestion. I believe the space key should be removed from 
this list. The space key should dismiss the code completion suggestions list 
and enter an actual space at the caret location in the editor.

I see there were two people in issue 13 who brought this up. I think a new 
issue is the proper way to report this, rather than keep going on a closed 
issue?

Original issue reported on code.google.com by drewkell...@gmail.com on 12 Jan 2012 at 4:18

GoogleCodeExporter commented 9 years ago
I totally agree with the space key. Unfortunately, we'll have to wait for 
al.lekov to have a look.

Original comment by XhmikosR on 12 Jan 2012 at 4:55

GoogleCodeExporter commented 9 years ago
I'm a very impatiant person, so I made a patch on my own.
If you want to wait for al.lekov to make an "official" patch I respect that, 
but maybe someone like me want's to use it to make his own build until a 
official patch is applied.

Original comment by Volk...@gmail.com on 13 Jan 2012 at 9:24

Attachments:

GoogleCodeExporter commented 9 years ago
I totally missed that freaking space in SCI_AUTOCSETFILLUPS when I had a look 
yesterday. :P

Anyway, I'll commit that later, thanks for your contribution.

Original comment by XhmikosR on 13 Jan 2012 at 9:49

GoogleCodeExporter commented 9 years ago
Never mind, I had to look triple to see it ;)

Original comment by Volk...@gmail.com on 13 Jan 2012 at 10:05

GoogleCodeExporter commented 9 years ago
Committed in r698.

Original comment by XhmikosR on 13 Jan 2012 at 10:25

GoogleCodeExporter commented 9 years ago
I approve of this change :)
I actually found this quite annoying myself. I was planning a patch, but it 
looks like you guys were faster. 

Original comment by al.le...@gmail.com on 13 Jan 2012 at 12:09