Lazarus

Programming => Packages and Libraries => SynEdit => Topic started by: AlexTP on December 25, 2018, 10:58:30 am

Title: Visual glitch in SynEdit in IDE
Post by: AlexTP on December 25, 2018, 10:58:30 am
i have function
Code: Pascal  [Select][+][-]
  1. procedure TTestComp.DoHandleClick;
  2. var
  3.   Action: TATTabActionOnClose;
  4.   R: TRect;
  5. begin
  6.   if FMouseDownButton=mbMiddle then
  7.   ...
  8.  
- I fold block with vars by clicking + on gutter
- i click on gutter, line index, near folded block (note: dont drag mouse down, ONLY click)
- i see that all folded block is selected
- i press Del

expected: all folded block is deleted until begin of function.
reality: only part of folded text is deleted.
Title: Re: Visual glitch in SynEdit in IDE
Post by: Martin_fr on December 25, 2018, 11:16:14 am
Please report on the bug tracker. Thanks
TinyPortal © 2005-2018