-
Currently there is no graphical user interface way to change the font. Things you can do is, open the file config\UniversalIndentGUI.ini and adapt the fonts there.
A graphical user interface for doing this will be added at some time.
Since this ticket is nearly equal to an older one, it get closed. See ticket...
2009-11-29 16:25:07 UTC by thomas_-_s
-
Currently there is no graphical user interface way to change the font. Things you can do is, open the file config\UniversalIndentGUI.ini and adapt the fonts there.
A graphical user interface for doing this will be added at some time.
2009-11-29 16:23:56 UTC by thomas_-_s
-
Already done this some time ago.
2009-11-29 16:20:20 UTC by thomas_-_s
-
Notepad plugin v1.0.2 messes international characters in files when processing php files, no matter what encodig the file is in (tried ANSI and UTF without BOM).
All php indenters are flawed. If the same files is parsed using some other random indenters (intended for other languages, like C or COBOL) everything works as expected.
My guess is that system call for php as executable is the...
2009-11-27 10:42:15 UTC by nobody
-
Hi.
Can I change font for c++ source code?.
2009-11-25 05:58:12 UTC by nobody
-
For Windows 2008, Vista, 7 it's not enough to just copy files to appropriate folders. According to security it's not available to write to Program files folder without special administrative rights. But plugin trying to create temp folder there and I receive error message:
> Returned error message: Process failed
> to start Reason could be: The process
> failed to start. Either the invoked...
2009-11-24 08:34:19 UTC by pxx
-
The NPP plugins code is here:
http://universalindent.svn.sourceforge.net/viewvc/universalindent/trunk/src/UniversalIndentGUI_NPP/
Enjoy!
Thomas.
2009-11-03 11:40:46 UTC by thomas_-_s
-
Hi Oren,
it's a late reply, but however it is better than no reply ;-)
UiGUI just uses JsDecoder and offers all parameters that JsDecoder or any other indenter can handle. For JsDecoder that means, there are no further parameters to control it.
Perhaps you can write to its author at http://code.gosu.pl/. Maybe he offers you some help and enhances the functionality of it.
Have a nive...
2009-11-03 11:38:39 UTC by thomas_-_s
-
Hi,
Just started using your program and really like it. I'm from the Java/Eclipse world so it's been most useful in shifting to XCode/ObjectiveC.
I'd like to suggest some new features for the next release:
1. The UI seems to be based around the loading and formatting of files. Yet I mostly use it for configuring an indenter. Can it be modified to also remember the last loaded indenter...
2009-10-27 03:44:21 UTC by nobody
-
Is the plugin's source code available?
Particularly, I'd like to find out if it's possible to change the cursor placement behaviour. Currently, the cursor is placed to the beginning of the last visible line (which is rather crappy). I'd very much like to change this.
2009-10-12 13:22:22 UTC by nobody