Am Dienstag, 21. Juni 2005 14:41 schrieb Guest007: > hi! > > Some questions: > > 1) How can I change current tab in editor trhough keyboard, not mouse? Ctrl+Alt+Tab next tab Ctrl+Alt+Shift+Tab prev tab
This is configurable in the keyboard setup dialog. > 2) Are you planning to make context-sensitive help for Python, PyQt? > 3) Are you planning to make context-sensitive autocompletion? For example: > I type class name, press dot and receive all methods of that class in > drop-down list. Eric3 uses the QScintilla widget and its features. This isn't among them. If you would like to see them, you have to ask Phil to implement it. But I doubt he will. > > thanks Detlev -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
