Menu

Problem using auto-completion

schmude
2006-08-29
2012-11-13
  • schmude

    schmude - 2006-08-29

    I have tried to use the auto completion feature and have this problem:

    c, css, java, lisp, php and vb are working fine

    flash, javascript, pearl , python are not working
    (No message box appears when pressing strg+blank).

    What is wrong ? Any idea ?

     
    • Jerol Harrington

      For version 4.01, for Python, I had to re-sort the python.api. The sort order should disregard the upper-case lower-case distinction, and put the double underscores at the end. I found that the following re-sort works for me (I added 3 or 4 keywords):

      abs
      and
      append
      appendleft
      apply
      ArithmeticError
      array
      assert
      AssertionError
      AST
      atexit
      AttributeError
      BaseHTTPServer
      Bastion
      break
      callable
      CGIHTTPServer
      chr
      class
      cmd
      cmp
      codecs
      coerce
      commands
      compile
      compileall
      Complex
      complex
      continue
      copy
      dbhash
      def
      del
      delattr
      deque
      dir
      dircmp
      dis
      divmod
      dospath
      dumbdbm
      elif
      else
      emacs
      EOFError
      eval
      except
      Exception
      exec
      execfile
      filter
      finally
      find
      float
      FloatingPointError
      fmt
      fnmatch
      for
      from
      ftplib
      getattr
      getopt
      glob
      global
      globals
      gopherlib
      grep
      group
      hasattr
      hash
      hex
      htmllib
      httplib
      id
      if
      ihooks
      imghdr
      import
      ImportError
      imputil
      in
      IndentationError
      IndexError
      input
      int
      intern
      IOError
      is
      isinstance
      issubclass
      iter
      joinfields
      KeyboardInterrupt
      KeyError
      lambda
      len
      linecache
      list
      local
      lockfile
      long
      LookupError
      macpath
      macurl2path
      mailbox
      mailcap
      map
      match
      math
      max
      MemoryError
      mimetools
      Mimewriter
      mimify
      min
      mutex
      NameError
      newdir
      ni
      nntplib
      None
      not
      ntpath
      nturl2path
      oct
      open
      or
      ord
      os
      ospath
      OverflowError
      Para
      pass
      pdb
      pickle
      pipes
      poly
      pop
      popen2
      popleft
      posixfile
      posixpath
      pow
      print
      profile
      pstats
      pyclbr
      pyexpat
      Queue
      quopri
      raise
      rand
      random
      range
      raw_input
      reduce
      regex
      regsub
      reload
      repr
      return
      rfc822
      round
      RuntimeError
      sched
      search
      self
      setattr
      setdefault
      sgmllib
      shelve
      SimpleHTTPServer
      site
      slice
      sndhdr
      snmp
      SocketServer
      splitfields
      StandardError
      str
      string
      StringIO
      struct
      SyntaxError
      sys
      SystemError
      SystemExit
      TabError
      tb
      tempfile
      Tkinter
      toaiff
      token
      tokenize
      traceback
      try
      tty
      tuple
      type
      TypeError
      types
      tzparse
      unichr
      unicode
      unicodedata
      urllib
      urlparse
      UserDict
      UserList
      util
      uu
      ValueError
      vars
      wave
      webbrowser
      whatsound
      whichdb
      while
      whrandom
      xdrlib
      xml
      xmlpackage
      xrange
      ZeroDivisionError
      zip
      zmod
      __abs__
      __add__
      __and__
      __bases__
      __call__
      __class__
      __cmp__
      __coerce__
      __del__
      __delattr__
      __delitem__
      __delslice__
      __dict__
      __div__
      __divmod__
      __float__
      __getattr__
      __getitem__
      __getslice__
      __hash__
      __hex__
      __iadd__
      __iand__
      __idiv__
      __ilshift__
      __imod__
      __import__
      __init__
      __int__
      __invert__
      __ior__
      __ipow__
      __irshift__
      __isub__
      __ixor__
      __len__
      __long__
      __lshift__
      __members__
      __methods__
      __mod__
      __mul__
      __name__
      __neg__
      __nonzero__
      __oct__
      __or__
      __pos__
      __pow__
      __radd__
      __rand__
      __rdiv__
      __rdivmod__
      __repr__
      __rlshift__
      __rmod__
      __rmul__
      __ror__
      __rpow__
      __rrshift__
      __rshift__
      __rsub__
      __rxor__
      __setattr__
      __setitem__
      __setslice__
      __str__
      __sub__
      __version__
      __xor__

       
Auth0 Logo