Author Topic: The first character was shown truncated in the cbeditor  (Read 4468 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
The first character was shown truncated in the cbeditor
« on: November 16, 2010, 02:30:03 pm »
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.

Offline xunxun

  • Almost regular
  • **
  • Posts: 187
Re: The first character was shown truncated in the cbeditor
« Reply #1 on: November 16, 2010, 03:31:16 pm »
You mean the first character should be auto indent in C::B editor and Astyle?
Regards,
xunxun

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The first character was shown truncated in the cbeditor
« Reply #2 on: November 16, 2010, 03:37:47 pm »
I don't have such issues on linux.

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

Offline xunxun

  • Almost regular
  • **
  • Posts: 187
Re: The first character was shown truncated in the cbeditor
« Reply #3 on: November 16, 2010, 04:09:53 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

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The first character was shown truncated in the cbeditor
« Reply #4 on: November 17, 2010, 04:47:22 am »
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.