XhmikosR / notepad2-mod

LOOKING FOR DEVELOPERS - Notepad2-mod, a Notepad2 fork, a fast and light-weight Notepad-like text editor with syntax highlighting
https://xhmikosr.github.io/notepad2-mod/
Other
1.45k stars 270 forks source link

Remember my File Change Notification Setting #76

Closed saciervo closed 10 years ago

saciervo commented 10 years ago

Steps to reproduce:

  1. Open Notepad2
  2. Navigate to Settings > File Change Notification... (Or press Alt+F5)
  3. Choose Display Message or Auto-reload (unmodified).
  4. Click OK to activate File Change Notification
  5. Navigate to Settings > Save Settings Now (Or press F7)
  6. Close Notepad2 and reopen it
  7. Notice that File Change Notification is deactivated again
XhmikosR commented 10 years ago

You should report such issues upstream.

XhmikosR commented 10 years ago

On a side note, it works fine here.

QWp6t commented 10 years ago

I'm guessing you have a notepad2.ini alongside notepad2.exe and it's overriding the one in the user directory, or something similar.

Or notepad2 doesn't have write access to the ini file, which might be the case on some systems.

saciervo commented 10 years ago

@XhmikosR I tried it on three different computers 2x Windows 8.1 and 1x Windows 7.

@QWp6t I do have a notepad2.ini alongside notepad2.exe. It looks like this:

[Notepad2]
Notepad2.ini=%APPDATA%\Notepad2\Notepad2.ini

When I change a setting, the %APPDATA%\Notepad2\Notepad2.ini changes accordingly. So I guess that works how it should...

oezgueremir commented 10 years ago

Hi!

Could it be, that you have the option "Reset if new file is opened." in the File Change Notification Dialog active?

This with this switch active, any new opened notepad-session is forced to mode "none"...

Regards

saciervo commented 10 years ago

@oezgueremir Yes, that was it. I didn't get that... Thank you!