Menu

Python 3 & autocompletition

korsakow
2009-06-02
2013-03-15
  • korsakow

    korsakow - 2009-06-02

    hi community!
    i added python3 binary to system path... all fine... but when i use autocompletition (ctrl+enter) for f.e. print i get a suggestion for old print wihtout brackets, not the new print() how i can add the new python things from 3.x to auto-completition?

     
    • Fabio Zadrozny

      Fabio Zadrozny - 2009-06-09

      Please enter that as a bug.

      Cheers,

      Fabio

       
    • korsakow

      korsakow - 2009-06-09

      done fabioz. so it's a bug, i thought i would make smth. wrong...

      maybe it's going wrong in other functions too, i am python-beginner and just wanted to make "hello world"-program, further i did not no "research" on pydev and/or python3, because i have not much time at the moment.

       
    • Martin Mecera

      Martin Mecera - 2009-06-10

      Maybe offtopic but: I want to create a plugin that does syntax highlighting and autocompletition of my own programming language. Can sb. send me a link to tutorial on this topic or explanation of pydev highlighting/autocompletition? I appreciate any help.