Questions tagged [universalindentgui]

5 questions
6
votes
2 answers

UniversalIndentGUI plugin does not work without admin rights

Without running Notepad++ as admin, UniversalIndentGUI will delete my work or do something similar to deleting a good chunk. With administrator, it performs fine. I thought it was some settings I created so I re-installed Notepad++ but nothing seems…
whiteboo
  • 61
  • 1
  • 4
4
votes
1 answer

Can Uncrustify and/or Universal Indent GUI split string literals?

I'm using the Universal Indent GUI and Uncrustify for my C++ project. The code width is set to 80 characters and the code format is almost satisfying. This seems to work fine for regular code, but string literals are not split, and I would like that…
janr
  • 3,664
  • 3
  • 24
  • 36
2
votes
2 answers

UniversalindentGUI "(STDERR):Cannot find file indentinput.cpp" Error

I wanted to know if anyone have used UniversalindentGUI. I am trying to use and when run it get the following error. There is no proper documentation or tutorial how to use it, if any one have used it please help me. Indenter returned with exit…
rkb
  • 10,933
  • 22
  • 76
  • 103
1
vote
1 answer

Can I customize auto-formatting (like using UniversalIndentGUI) with Visual Studio?

So, I'm trying to create my own code formatting since the way Visual Studio auto-formats doesn't work exactly how I want. I was able to get the exact code format I wanted using UniversalIndentGUI. However, I don't know how to (or if there's a way…
1
vote
1 answer

Uncrustify to align cascaded "if conditions"

the combination of UniversalIndentGUI and Uncrustify works for me very fine and saves me lots of time to format the C source codes. But I have a small extra question and want to know whether someone can help. Is it possible to correct the combined…
OISS
  • 97
  • 10