Community
    • Login

    Python console, Goto line appears to have stopped working

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    4 Posts 3 Posters 359 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Anthony BlincoA
      Anthony Blinco
      last edited by

      Previously my python console output would allow the user to click on console line and it would goto the line in the text file. This no longer appears to be the case.
      My console output looks like this;

      File "E:\WIN\VCOPY\FSFDITEM.PD", line 14,            PERFORM LOAD-VITMCRD
      File "E:\WIN\VCOPY\FSFDITEM.PD", line 43,                   PERFORM LOAD-VITMCRD
      File "E:\WIN\VCOPY\FSFDITEM.PD", line 57,            PERFORM LOAD-VITMCRD
      File "E:\WIN\VCOPY\FSFDITEM.PD", line 65,        LOAD-VITMCRD.
      

      Notepad++ v8.4.2 (32-bit)
      Build time : May 29 2022 - 16:45:17
      Path : C:\Program Files (x86)\Notepad++\notepad++.exe
      Command Line : $COMMAND_LINE_PLACEHOLDER$
      Admin mode : OFF
      Local Conf mode : OFF
      Cloud Config : OFF
      OS Name : Windows 10 Home (64-bit)
      OS Version : 21H2
      OS Build : 19044.1766
      Current ANSI codepage : 1252
      Plugins :
      LocationNavigate (0.4.7.7)
      mimeTools (2.8)
      NppConverter (4.4)
      NppExec (0.6.2)
      NppExport (0.4)
      PythonScript (1.5.4)
      _CustomizeToolbar (4.2)

      Alan KilbornA rdipardoR 2 Replies Last reply Reply Quote 0
      • Alan KilbornA
        Alan Kilborn @Anthony Blinco
        last edited by

        @anthony-blinco

        I believe the newish Scintilla components that have been integrated into Notepad++ recently have broken this. The Python console window is (again, I believe) a Scintilla window.

        It’s nothing Notepad++ itself can fix. I’d guess that the PythonScript developers are aware of this issue and are working on it, and they may need a released Notepad++ with THIS CHANGE integrated before something can be released in PythonScript to fix the console.

        By the way, the PythonScript version you are using is incompatible with the Notepad++ version you have. I’d have thought the recent version testing “compatibility thing” would have caught this and refused to load the plugin for you, but apparently this isn’t happening.

        Anthony BlincoA 1 Reply Last reply Reply Quote 4
        • Anthony BlincoA
          Anthony Blinco @Alan Kilborn
          last edited by

          @alan-kilborn Thank you very much. I will investigate

          1 Reply Last reply Reply Quote 0
          • rdipardoR
            rdipardo @Anthony Blinco
            last edited by

            It’s already been reported to the PythonScript devs: https://github.com/bruderstein/PythonScript/issues/234

            1 Reply Last reply Reply Quote 3
            • First post
              Last post
            The Community of users of the Notepad++ text editor.
            Powered by NodeBB | Contributors