Menu

Is there a workaround to drag function list?

2007-05-18
2012-11-13
  • Nobody/Anonymous

    On Vista64 I am running Notepad++ 4.1. As another user reported, if you try & drag the function list window to a different position that window flashes and gives a keyboard hook error, you lose mouse input, then crashes.

    There must be a manual way of specifying the position of the window in a config file or registry. I want to put that window on the left side, rather than the default of it being on the right side of the screen.  I guessed (wrongly?) to change curr="1" to curr="0" in this line in config.xml, but that didnt change anything:
    <PluginDlg pluginName="FunctionList.dll" id="0" curr="1" prev="-1" isVisible="yes" />

     
    • Nobody/Anonymous

      found the answer. Instead I had to change curr=xx item in config.xml in this folder:
      C:\Users\{username}\AppData\Roaming\Notepad++

      instead of the app folder.