Author Topic: svn 10188, bug in Astyle plugin  (Read 6926 times)

Offline gd_on

  • Lives here!
  • ****
  • Posts: 796
svn 10188, bug in Astyle plugin
« on: April 07, 2015, 10:29:43 am »
When extracting chains (to translate them), xgettext has problems in \trunk\src\plugins\astyle\resources\configuration.xrc which contains strange characters at line 98 :
Quote
The option ????add??one??line??brackets can also be used with this style.

The ?? are probably bad encoded.

gd_on
Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: svn 10188, bug in Astyle plugin
« Reply #1 on: April 07, 2015, 02:41:48 pm »
The ?? are probably bad encoded.
Yes. Should be fixed in trunk. Thanks for the report. My bad. ::)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ