notepad++ - UniversalIndentGUI plugin does not work without admin rights -


without running notepad++ admin, universalindentgui delete work or similar deleting chunk. administrator, performs fine.

i thought settings created re-installed notepad++ nothing seems have changed. perhaps didn't clean uninstall?

i'm running windows 8, , has problem notepad++ being in default c:\program files (x86) folder.

is there alternate or way troubleshoot?

here's error, reinstalled use %appdata% plugins, reason don't think is. may need instead. installed not use %appdata% before re-installs.

indenter returned exit code: 1 indent console output was: (stdout): (stderr):could not open options file c:\program files (x86)\notepad++\plugins\uigui\temp.astylerc

callstring was: "c:/program files (x86)/notepad++/plugins/uigui/indenters/astyle.exe" indentinput.cpp --options="c:/program files (x86)/notepad++/plugins/uigui/temp/.astylerc"

i have fixed (or similar) problem way:

  1. run notepad++ administrator rights.
  2. install/reinstall universalindentgui using plugin manager.
  3. go c:\program files (x86)\notepad++\plugins\uigui
  4. give modify , write permissions users "config" , "temp" directories:
    1. go properties -> security -> edit
    2. select users
    3. check modify
    4. click apply
  5. restart notepad++ user rights , use universalindentgui.

Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -