News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

little bug

Started by epzh, January 11, 2012, 04:50:34 AM

Previous topic - Next topic

epzh

1.cursor to first col when ctrl+s to save the document. it should is currnet position;
2.format code hasn't quickly key;
3.open file in code not find file path. example
file test.h in /root/devel/test/test.h
#include <test.h> the open not question
but
test.h of content is
#include "outerincludefile.h" the open has question with mouse right key. the outerinclude file.h is same as the test.h;
4.hasn't c++ code format define

ollydbg

I can't understand your steps.....Can you be more specific?
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.