News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The first character was shown truncated in the cbeditor

Started by ollydbg, November 16, 2010, 02:30:03 PM

Previous topic - Next topic

ollydbg

See the image of cb editor (last debugger branch nightly, windows xp), it seems the first char was truncated.



You can see, in the notepad++, the first char shown quite well.


any comments??

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.

xunxun

You mean the first character should be auto indent in C::B editor and Astyle?
Regards,
xunxun

Jenna

I don't have such issues on linux.

Which font (name, style, size) do you use ?

xunxun

Quote from: xunxun1982 on November 16, 2010, 03:31:16 PM
You mean the first character should be auto indent in C::B editor and Astyle?
Sorry for my comprehension.
I use Consolas font in C::B on win7, and no truncated.
Regards,
xunxun

ollydbg

Quote from: jens on November 16, 2010, 03:37:47 PM
I don't have such issues on linux.

Which font (name, style, size) do you use ?

hi, jens, thanks for the reply.
everything is setting by default. see the attachment

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.