Syntax completer not working for me

Asked by Didier Roche-Tolomelli

First, thanks for your project. It seems to be the killer missing feature for me in python + gedit

The only annoying this for me is that I can't have access to syntax completer.
The other plugins (PEP8, bzr-gtk integration, find and replace) works well and the syntax completer plugin is activated in gedit.

If I open a foo.py file containing:
import sys

var = "Hello"

then, sys.<Shift><Control>Space doesn't do anything
and well as va<Shift><Control>Space (to complete as "var")

Do you have any idea of what's missing? Opening gedit in a terminal doesn't give any trace.
0.3.1-0ubuntu0 installed on karmic from your ppa.

BTW, I see that you have a class wizard in http://curtis.hovey.name/gallery/Sinzui/gdp-2-26-1/format.png, how is named this plugin, please? :)

Thanks again for your work!

Question information

Language:
English Edit question
Status:
Solved
For:
Gedit Developer Plugins Edit question
Assignee:
No assignee Edit question
Solved by:
Curtis Hovey
Solved:
Last query:
Last reply:
Revision history for this message
Best Curtis Hovey (sinzui) said :
#1

The 3.x+ version of gdp uses Ctrl+/ because the <Shift><Control>Space combination confilcts with HTML snippets. I did not disocver the conflict until I addrd markup auto completion a few months ago. The Menu > Tools > 'Compelete word' should show Ctrl+/ as the accellerator

I thought I updated all the documents about the key change. Where did you read about the old keys?

I am using classbrowser available at http://www.stambouliote.de/projects/gedit_plugins.html The project has stalled. I am running a modifiled version. I was considering packaging this plugin in my gedit PPA, or incorporating the plugin into my project.

Revision history for this message
Curtis Hovey (sinzui) said :
#2

I packaged classbrowser and added it to my PPA as gedit-class-browser:
    https://launchpad.net/~sinzui/+archive/ppa

Revision history for this message
Didier Roche-Tolomelli (didrocks) said :
#3

Thanks Curtis Hovey, that solved my question.

Revision history for this message
Didier Roche-Tolomelli (didrocks) said :
#4

Thanks a lot for your information :)

I can't find anymore where I've taken those info from

(sorry for the late feedback, was very busy by the beginning of the year)