News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

codeblocks x64 wxWidgets-3.1.0 svn11039

Started by luoganda, April 01, 2017, 08:27:32 PM

Previous topic - Next topic

luoganda

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/

luoganda

This pack was updated:
  3 - plugins - extra.7z  <=  Includes wxSmithContributedItems

ollydbg

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.