How to use DrPython plugins

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Laszlo Zsolt Nagy

    #1

    How to use DrPython plugins


    Hi All!

    I have DrPython installed. I see there are cool plugins but I cannot
    user them. For example, I installed the "CodeCompletion " and "CodeMark"
    plugins. I have enabled the "CodeCompletion " plugin by default. I
    assigned the shortcut CTRL+SPACE to <Plugin>:CodeCo mpletion "Toggle Code
    Completion". However, when I'm editing a file nothing happens. No matter
    if I hit CTRL+SPACE or not. I have the same problem with CodeMark too. I
    setup the shortcuts but nothing happens. What am I doing wrong?

    Thanks,

    Les



  • RunLevelZero

    #2
    Re: How to use DrPython plugins

    Well I think you should post in this forum and you will get your answer
    more quickly.

    http://sourceforge.net/forum/?group_id=83074

    I'm not sure which version you are using? The developer for DrPython
    is rather busy right now but someone else there might be able to help
    you a bit more than me. Have you tried using the period for code
    completion? That works fine for me. I use alt enter for find and
    complete. It almost sounds like you should manually remove the plugins
    you have installed and reinstall them. Did you download the plugins
    manually or did you use the plugin installer?

    Comment

    • Franz Steinhaeusler

      #3
      Re: How to use DrPython plugins

      On Sat, 06 Aug 2005 13:38:24 +0200, Laszlo Zsolt Nagy
      <gandalf@geoche msource.com> wrote:
      [color=blue]
      >
      > Hi All![/color]

      Hello Laszlo,
      [color=blue]
      >
      >I have DrPython installed. I see there are cool plugins but I cannot
      >user them.[/color]

      I'm glad, you like DrPython and the plugins.
      What Platform do you have?

      Python, WxPython Version, latest DrPython 3.10.3 Version?
      You see this, when you call Help => About DrPython => System Info.
      [color=blue]
      >For example, I installed the "CodeCompletion " and "CodeMark"
      >plugins. I have enabled the "CodeCompletion " plugin by default. I
      >assigned the shortcut CTRL+SPACE to <Plugin>:CodeCo mpletion "Toggle Code
      >Completion".[/color]


      The code completition plugin is special, it is hardcoded
      to use the '.' char to launch the completion.

      [color=blue]
      >However, when I'm editing a file nothing happens. No matter
      >if I hit CTRL+SPACE or not. I have the same problem with CodeMark too.[/color]

      I could duplicate it.
      In codemark there there was a bug.

      updated Codemarks to 0.0.6.
      https://sourceforge.net/forum/forum....orum_id=382892

      Download:
      http://sourceforge.net/project/showf...group_id=83074
      [color=blue]
      >I
      >setup the shortcuts but nothing happens. What am I doing wrong?[/color]

      Could you try again?

      Cheers,
      --
      Franz Steinhaeusler

      Comment

      • Franz Steinhaeusler

        #4
        Re: How to use DrPython plugins

        On 6 Aug 2005 08:03:59 -0700, "RunLevelZe ro" <Aiwass333@gmai l.com>
        wrote:
        [color=blue]
        >Well I think you should post in this forum and you will get your answer
        >more quickly.
        >
        >http://sourceforge.net/forum/?group_id=83074
        >[/color]

        Hi RunLevelZero,

        I have changed the Codemarks meanwhile.

        For testing, one could edit:
        plugins\default .idx

        and add manually the plugins:
        for example

        plugins\default .idx:
        CodeCompletion

        --
        Franz Steinhaeusler

        Comment

        Working...