Menu

Small Bug Found

2008-09-07
2012-11-13
  • Bojan Radojevic

    Bojan Radojevic - 2008-09-07

    I have made small C# program that should help me to use some stupid IDE for microBasic. I am forced to work in that  environment  witch has terrible editor. My program just copy file that i edit to the file that microBasic need to compile, i can't just use same file because microBasic reedit all tabs and white spaces when compile and insert space chars there. So, i nead to have edit and compile version of file.
    My program copy file whenever it change its size, but the problem is that Notepad++ wont update file until loose focus and get it back. So i need to click some other window and then return to Notepad++.
    Window that i need to click is some other program it can't be Notepad++ another tab !!!!

    I hope u will fix this soon.

    Best regards. 

     
    • Magra

      Magra - 2008-09-10

      Hi, just tried it - but it worked.
      OS:Win XP
      NPP 5.0.3
      Open: NPP and the explorer / CMD command showing the file

      edited a log file and changed it: size as well as date was updated without having to change the focus to another window or changing the tabs in NPP.

      The CMD command file myfile.cmd:

      :start
      dir _myfile.log
      ping -n 3 127.0.0.1 1>NUL
      goto start

      Now whats going wrong ?