sejerpz / vtg

Automatically exported from code.google.com/p/vtg
0 stars 0 forks source link

Completion window still visible #167

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use the completion feature
2. The completion window will appear
3. Move the cursor, or click at another place in the same file
4. The completion window is still visible

What is the expected output?
The completion window should be hidden.

What version of the product are you using? On what operating system?
vtg-0.10.3
Fedora 14
Vala 0.10.3

Please provide any additional information below.

A solution is to use the 'cursor-position' notify signal from the TextBuffer. 
Each time the property's value change, the completion window should be hidden.

Original issue reported on code.google.com by sebastie...@gmail.com on 19 Mar 2011 at 2:55

GoogleCodeExporter commented 9 years ago
Thanks for the bug report, but I can't reproduce it here with this 
gtksourceview version:

$ pkg-config --modversion gtksourceview-2.0
2.10.4

The completion window is correctly hidden when clicking around with the mouse 
or when I move the cursor with the keyboard.

Original comment by seje...@gmail.com on 20 Mar 2011 at 7:39

GoogleCodeExporter commented 9 years ago
OK. The bug comes from gtksourceview.

With Fedora 14, I don't know why but it's the 2.11.2 version. I don't have the 
bug with the 2.10 version.

I'll report this to the gnome bugzilla, after being sure the bug is not fixed 
in the master branch.

Original comment by sebastie...@gmail.com on 20 Mar 2011 at 12:34

GoogleCodeExporter commented 9 years ago
Ok, thanks, I will close this bug then, feel free to file another issue is 
required

Original comment by seje...@gmail.com on 20 Mar 2011 at 5:58