Author Topic: ThreadSearch : documentation + others  (Read 807 times)

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 560
  • L'ami de l'homme.The friend of man.
    • LETARTARE
ThreadSearch : documentation + others
« on: May 13, 2025, 11:37:21 am »
Cb-13662 + wx-328 + gcc-14.2, Win-7

I wanted to create the documentation with 'Doxygen' and I had to correct forgetfulness in the comments,
so I made the following changes :
1- omission for comments 'Doxygen' ...
2- all single words 'NULL' => 'nullptr'
3- in manisfest.xml: version '1.14' => 1.15'
4- 'END_EVENT_TABLE();' => 'END_EVENT_TABLE()'
5- event 'EVT_TEXT' not used in ''ThreadSearch.cpp' : see
     
Quote
'void ThreadSearch::OnCboSearchExprEnter(wxCommandEvent &event)'
6- in 'ThreadSearch::OnAttach()' with LOGGING string translation

So I dropped a ticket to https://sourceforge.net/p/codeblocks/tickets/1532/
CB-13667, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-4.1.5
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-14.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3, gcc-13.3.0,
=> !! The messages are translated by 'Deepl'

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 560
  • L'ami de l'homme.The friend of man.
    • LETARTARE
Re: ThreadSearch : documentation + others
« Reply #1 on: May 21, 2025, 11:40:40 am »
Thank you for the correction in 'r-13665'.
CB-13667, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-4.1.5
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-14.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3, gcc-13.3.0,
=> !! The messages are translated by 'Deepl'