Recent

Author Topic: TSynEdit - can't hide gutter  (Read 4019 times)

Dibo

  • Hero Member
  • *****
  • Posts: 1048
TSynEdit - can't hide gutter
« on: October 07, 2010, 01:16:52 am »
Hi,

Can I somehow hide left silver border with line numbers? Is called gutter? Because when I change Gutter.Visible property to False, it is still visible. I want to make it look like TMemo/TRichEdit.

Regards.

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9794
  • Debugger - SynEdit - and more
    • wiki
Re: TSynEdit - can't hide gutter
« Reply #1 on: October 07, 2010, 01:20:41 am »
Well you have discovered a bug there.

but in the meantime:

Gutter.Autosize := False;
Gutter.Size := 0;

Dibo

  • Hero Member
  • *****
  • Posts: 1048
Re: TSynEdit - can't hide gutter
« Reply #2 on: October 07, 2010, 09:23:02 am »
Thanks! Is it a well-known bug? Because I can't find it in bugtracker. Should I post it?

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9794
  • Debugger - SynEdit - and more
    • wiki
Re: TSynEdit - can't hide gutter
« Reply #3 on: October 07, 2010, 11:38:41 am »
INo it wasn't well known, newly discovered by you.

Yes, you can post it.

 

TinyPortal © 2005-2018