Activity for UniversalIndentGUI

  • Mark Beard Mark Beard posted a comment on discussion Help

    Hi, I'm trying to configure Uncrustify-0.80.1_f for use with an embedded coding standard based on BARR-C:2018. I've downloaded and am using UniversalIndentGUI Version 1.2.0 rev.1070 to explore the config settings. I have managed to load a reference code file that doesn't quite convert correctly with Uncrustify, and I've managed to check the behaviour of a few config settings by using the click boxes on the left of the screen. To check my own config file, I used the menu option Indenter -> Load Indenter...

  • Thomas Schweitzer Thomas Schweitzer posted a comment on discussion Help

    Hi PYC, Time being UniversalIndentGUI is unmaintained since a couple of years. I just don't have time for it anymore. But regarding the formatting style that you'd like to have, that should be doable. UniversalIndentGUI itself does not perform the formatting directly. Instead it utilizes a couple of different source code formatting tools, like e.g. uncrustify or astyle. For different programming languages, different formatters exist, so you'd need to check whether your language is among them and...

  • Anonymous posted a comment on discussion Help

    Hello, I have a basic question before to download and use this application. Ok .. I'm a old fashion IT guy (30 years of IT) and .... I DO NOT LIKE AT ALL in code this style or opening and closing parenthesis which are not vertically aligned ... this style of openign parenthesis which is written at the end of the if line just because in the stoneage of IT we were in teh need to gain some lines on printer is make the code display poor if (.............) { do this do that } I rather prefer to use more...

  • oxk4r oxk4r posted a comment on discussion Help

    Using the plugin in Notepad++ , this code: .hr0 { border: 0; height: 1px; background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); } Turns into this, after apply the formatter: .hr0 { border:0; height:1px; background-image:0; background-image:0; background-image:0;...

  • Tanzinul Islam Tanzinul Islam modified a comment on discussion General Discussion

    I've got the following minified 3-line piece of C++ (note the last line may show up wrapped in this post): #include<map> #include<iostream> int main(){std::map<int,char>myMap;for(std::map<int,char>::iterator it=myMap.begin();it!=myMap.end();++it){std::cout<<it->first<<"\t"<<it->second<<std::endl;}} Inside Notepad++, if I have the Edit -> EOL Conversion mode set to Windows Format (CR-LF), then running any indenter on this text results in unnecessary blank lines between the above lines. This is happening...

  • Anonymous posted a comment on discussion Help

  • Rich Painter Rich Painter modified a comment on discussion Help

    I'm running Ubuntu 14 with uncrustirfy 059 and uigui rev 1.2.0 1070 both from the Ubuntu repos. I'm an original K&R C guy. In fact I had a beer with Dennis Ritchie at a Unix Wizzards party in Calif in the mid 80s. I have 3 areas of questions on how to use these together. Where is the uigui .ini to be found? Are there multiple locations in which the .ini can be found and if so what is the discovery order? Does it read just one or does it read all in some order? Other than manually editing (some) .ini...

  • Rich Painter Rich Painter posted a comment on discussion Help

    I'm running Ubuntu 14 with uncrustirfy 059 and uigui rev 1.2.0 1070 both from the Ubuntu repos. I'm an original K&R C guy. In fact I had a beer with Dennis Ritchie at a Unix Wizzards party in Calif in the mid 80s. I have 3 areas of questions on how to use these together. Where is the uigui .ini to be found? Are there multiple locations in which the .ini can be found and if so what is the discovery order? Does it read just one or does it read all in some order? Other than manually editing (some) .ini...

  • Astara Astara posted a comment on discussion General Discussion

    Is it configurable somewhere (or can it be made so) as to (mainly) how to set the background from a bright-white to black? Using "pastel code-hilighting" on top of bright-white is less than ideal for contrast (looking at some of the colors I see an over 70% brightness value, where the recommended value for reading is 46% (http://uxmovement.com/content/why-your-gray-text-should-never-exceed-46-brightness/, https://www.w3.org/TR/WCAG/#visual-audio-contrast). Thanks!

  • Astara Astara posted a comment on discussion Help

    Why does "universalindentgui" (at SF.net) try to take you to a sf site under ".io" (which gives a 404 error), but "universalindent.sourceforget.net" works & gives the 'gui' website? Also, tried to report incident (this one being one), from the sf.net site, and that also tried to go to the .io site -- and also 404'd. Seems like the links are "way" messed up... :-)...? but these weren't my original question/incident. Will post that separatingly (really more of an enhancement, but maybe it's already...

  • stan stan posted a comment on discussion General Discussion

    I had to patch two files in the UniversalIndentGUI.xcodeproj directory to get the project to compile. Once I did that, it built without issue. The two files were qt_preprocess.mak and qt_makeqmake.mak. I think it is because there are now also corresponding qt5 files, and so the scripts need to use the qt4 qualifier. $ cat qt_preprocess.mak.patch --- UniversalIndentGUI.xcodeproj/qt_preprocess.mak 2017-06-02 09:33:59.349826697 -0700 +++ UniversalIndentGUI.xcodeproj/qt_preprocess.mak 2017-06-02 09:32:44.678173668...

  • Eric Chamberland Eric Chamberland posted a comment on discussion General Discussion

    Hi, I've found that the limit of 79 for the "max-statement-indent" astyl parameter...

  • Compsystems Compsystems posted a comment on discussion General Discussion

    Hello I want to translate to Spanish, your program UniversalIndentGUI, what are the...

  • Tanzinul Islam Tanzinul Islam modified a comment on discussion General Discussion

    For anyone else who encountered this problem, my workaround is to not use the UniversalIndentGUI.exe...

  • Tanzinul Islam Tanzinul Islam modified a comment on discussion General Discussion

    I've got the following minified 3-line piece of C++ (note the last line shows up...

  • Tanzinul Islam Tanzinul Islam modified a comment on discussion General Discussion

    I've got the following minified 3-line piece of C++ (note the last line shows up...

  • Tanzinul Islam Tanzinul Islam modified a comment on discussion General Discussion

    For anyone who encountered this problem, my workaround is to not use the UniversalIndentGUI.exe...

  • Tanzinul Islam Tanzinul Islam posted a comment on discussion General Discussion

    For anyone who encountered this problem, my workaround is to not use the UniversalIndentGUI.exe...

  • Tanzinul Islam Tanzinul Islam posted a comment on discussion General Discussion

    I've got the following minified 3-line piece of C++ (note the last line shows up...

  • Anonymous posted a comment on discussion Help

    I have looked high and low for answers, an the documentation is nearly non existant,...

  • Anonymous posted a comment on discussion Help

    This might have to do with Administrative priveledges for the "Program Files (x86)/"...

  • Drakonas Drakonas posted a comment on discussion Help

    I am getting the following error when running CSSTidy, and your GUI won't let me...

  • Anonymous posted a comment on discussion Help

    Are there something news for commandline support?

  • Thomas Schweitzer Thomas Schweitzer posted a comment on discussion Help

    Hi Luda, within the shell run this "./uncrustify -c your_uncrustify_cfg_file.cfg...

  • Dmytro Ovdiienko Dmytro Ovdiienko posted a comment on discussion Open Discussion

    Attached

  • Dmytro Ovdiienko Dmytro Ovdiienko posted a comment on discussion Open Discussion

    Fixed deprecated parameters. New parameters are added https://yadi.sk/i/COwLFqig...

  • Roland Illig Roland Illig posted a comment on ticket #76

    +1. This is exactly what I would like to have. Before even downloading the program,...

  • UniversalIndentGUI UniversalIndentGUI released /OldFiles/universalindentgui_0.8.0_beta_mac.zip

  • UniversalIndentGUI UniversalIndentGUI released /OldFiles/UniversalIndentGUI-0.4.2_Beta-Setup.exe

  • UniversalIndentGUI UniversalIndentGUI released /OldFiles/UniversalIndentGUI_0.2.1.1_Alpha_win32.zip

  • UniversalIndentGUI UniversalIndentGUI released /OldFiles/UniversalIndentGUI_0.1.1_src_preAlpha.tar.gz

  • Basirk Basirk posted a comment on discussion Open Discussion

    I have updated the uigui_uncrustify.ini file for Uncrustify 0.60 using: uncrustify.exe...

1