Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

ThreadSearch layout modification

<< < (2/5) > >>

dje:
Hi,

thanks for the work.
I'll look at it this WE.

Jérôme

yesno:
Hi,

forget my last post, i have modified the log and the toolbar once again.
The changes are:

* Scope selection is now with wxBitmapButton with boolean state variables included to emulate checkboces/switchbuttons
* The toolbar has now tools rather than bitmapbutons (the look is like the other toolbars and the bitmaps fit)
* The bitmap size can be switched from 16x16 to 22x22 via settings-environment-view-toolbar icons size
* Some typo changes due to doxygen warnings (the doxyfile is included)
Since the diff file is longer than 1000 lines, i did'nt put it into a code section in this post but into the attached zipfile (and the screenshots too).

With kind regards

[attachment deleted by admin]

plee3:

--- Quote from: yesno on February 27, 2009, 10:28:02 pm ---Hi,

forget my last post, i have modified the log and the toolbar once again.
The changes are:

* Scope selection is now with wxBitmapButton with boolean state variables included to emulate checkboces/switchbuttons
* The toolbar has now tools rather than bitmapbutons (the look is like the other toolbars and the bitmaps fit)
* The bitmap size can be switched from 16x16 to 22x22 via settings-environment-view-toolbar icons size
* Some typo changes due to doxygen warnings (the doxyfile is included)
Since the diff file is longer than 1000 lines, i did'nt put it into a code section in this post but into the attached zipfile (and the screenshots too).

With kind regards

--- End quote ---

I download the zipfile, but it did not contain any of the source code or diff, just the batch fill to generate the diff. Am I missing something?

Thanks... Patrick

ollydbg:

--- Quote from: yesno on February 27, 2009, 10:28:02 pm ---Hi,

forget my last post, i have modified the log and the toolbar once again.
The changes are:

* Scope selection is now with wxBitmapButton with boolean state variables included to emulate checkboces/switchbuttons
* The toolbar has now tools rather than bitmapbutons (the look is like the other toolbars and the bitmaps fit)
* The bitmap size can be switched from 16x16 to 22x22 via settings-environment-view-toolbar icons size
* Some typo changes due to doxygen warnings (the doxyfile is included)
Since the diff file is longer than 1000 lines, i did'nt put it into a code section in this post but into the attached zipfile (and the screenshots too).

With kind regards

--- End quote ---
Thank you very much. It's good news for a small computer screen. :D

Edit:
Where is the source code or patch?

yesno:
Oops, shame on me  :(, but now i've really attached the diff. OK forget the .bat and use this attached file.
It contains the modified files too.

With kind regards

PS There is a bug: if you use the options button from the toolbar, codeblocks crashes immediately. The options button from the log window is normal.

PPS Found the bug.
in ThreadView.cpp replace in line 79 EVT_BUTTON by EVT_TOOL and in line 628 (former 623) ProcessEvent by OnBtnOptionsClick

[attachment deleted by admin]

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version