Author Topic: Delphi problem  (Read 1860 times)

Graeme

  • Senior Community Member
  • Posts: 2793
  • Hero Points: 347
Delphi problem
« on: October 01, 2017, 10:34:39 AM »
I'm doing some Delphi / pascal at the moment and not being very experienced at it I probably do some unusual things.  One thing I noticed was that with auto surround turned off, auto surround seems to fire up and go wrong in the following situation.  The blank line before the line with arrows is empty, not even spaces on it.  Put the cursor at the start of that line and press the spacebar and slick fires up something that looks like auto-surround with two new lines as below - there's a space after the "b".  Happens in 21.0.3 as well.
b egin
end;

I don't care if you don't fix it, just letting you know.


Code: [Select]
procedure TFVoltageCurrent.BVoltageCurrentTestClick(Sender: TObject);
begin

end;   // <<<<<<<<<<<<

« Last Edit: October 01, 2017, 10:38:12 AM by Graeme »

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6826
  • Hero Points: 526
Re: Delphi problem
« Reply #1 on: October 01, 2017, 02:41:05 PM »
Fix for next build