Menu

#2 notepad.prompt crashes right away

closed-fixed
5
2010-08-07
2010-08-07
Anonymous
No

notepad.prompt('a', 'b', 'c') will crash N++, no matter if run from console or script.. at least on my Win7 x64

Discussion

  • Dave Brotherstone

    • assigned_to: nobody --> davegb3
     
  • Dave Brotherstone

    Thanks - I've managed to reproduce this on WinXP, but not on Win7x64, curiously. Investigating....

     
  • Dave Brotherstone

    Fixed in next version.

    There was a missed check in the WNDPROC for early messages - before WM_INITDIALOG. Didn't catch it as I didn't see it on my development system.

     
  • Dave Brotherstone

    • status: open --> closed-fixed