Jean YNE

Results 8 issues of Jean YNE

Hi, I'm running uncrustify 0.78.1_f under Windows 11. According to files config.txt, default.cfg and uigui_uncrustify.ini these 3 options `sp_return` `sp_case_label` and `sp_after_type`, can take 5 values: ignore/add/remove/force/not_defined. But when I...

Hi, Look at how the variable `first_text` is used in the function output_text() in the file output.cpp ``` 1063: for (size_t track = 0; track < pc->GetTrackingData()->size(); track++) ... 1069:...

Engineering

Demo (with WIndows) ``` > uncrustify.exe --version Uncrustify-0.78.1_f > echo float f1(int); | uncrustify.exe -c - -l cpp main(1028): Parsing: 17 bytes (17 chars) from stdin as language CPP float...

Engineering

Hi, In the README I read: > To install this module, run the following commands: > > perl Build.PL > ./Build > ./Build test > ./Build install But the file...

Hi, I used mingwInstaller.exe to install mingw64 in D:/APPS The path in mingw.bat is set like this `set PATH=D:/APPSmingw64/bin/;%PATH%` A `/` is missing after APPS Maybe the root cause is...

Hello, I'm using nppGitSCM 1.4.8.2 with Notepad++ 8.5.8 Here what the Git panel looks like depending on the mode: Light mode: ok. > ![LightMode](https://github.com/vinsworldcom/nppGitSCM/assets/129407921/da33b57d-0af2-4f63-b7fe-ab3f9d675322) Dark mode: difficult to read. >...

enhancement
help wanted

Uncrustify-0.78.1_f downloaded from github, running on Windows 11. Remainder: Explanation for option 'align_assign_decl_func' > How to apply align_assign_span to function declaration "assignments", > i.e. 'virtual void foo() = 0' or...

C and C++11

Hi, I'm using Uncrustify-0.78.1_f (downloaded from Github), with Windows 11. In the examples below I'm using an empty configuration. 1) When I submit this kind of code to uncrustify `...

C and C++11