Author Topic: codeblocks x64 wxWidgets-3.1.0 svn11039  (Read 17561 times)

Offline luoganda

  • Single posting newcomer
  • *
  • Posts: 3
    • ws tools
codeblocks x64 wxWidgets-3.1.0 svn11039
« on: April 01, 2017, 08:27:32 pm »
Build and tested on w7, but should work on others(i hope).

With some most usefull extra plugins.
Bracket highlight works ok now.

Known issues:
   toolbar is being redrawn better than in previous release, now almost perfectly,
   it happens when list box or edit box are shown,
   setting toolbar size to 22 works perfectly.



Download and screenshots:
https://ws-tools.000webhostapp.com/

Offline luoganda

  • Single posting newcomer
  • *
  • Posts: 3
    • ws tools
Re: codeblocks x64 wxWidgets-3.1.0 svn11039
« Reply #1 on: April 01, 2017, 11:19:02 pm »
This pack was updated:
  3 - plugins - extra.7z  <=  Includes wxSmithContributedItems

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: codeblocks x64 wxWidgets-3.1.0 svn11039
« Reply #2 on: April 02, 2017, 04:05:39 am »
great work! thanks
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.