Re: [Lazarus] Suggestion for Pascal SynEdit syntax from SublimeText

2018-04-05 Thread Martin Frb via Lazarus
On 05/04/2018 12:04, AlexeyT via Lazarus wrote: Sublime hilites names after procedure/function (also need: constructor/destructor) with special color. Good to have in Lazarus. It's nice. Screenshot: https://postimg.org/image/iho2n957b/ Feel free to add a feature request on mantis. It wont b

Re: [Lazarus] Dark themed lazarus

2018-04-05 Thread Anthony Walter via Lazarus
Maceij, I get the same lag both in the docked form designer and the normal form designer when it comes to dragging controls around the form. My idea is to create a bit, and not actually move the controls when you are dragging, but rather move or resize an overlay window previewing the new shape. On

Re: [Lazarus] Dark themed lazarus

2018-04-05 Thread Maciej Izak via Lazarus
2018-04-05 12:16 GMT+02:00 Anthony Walter via Lazarus < lazarus@lists.lazarus-ide.org>: > Next I might tackle the lagginess in drag moving controls on the form > designer. Does that seem like a laggy problem to anyone else? > Probably you mean : https://bugs.freepascal.org/view.php?id=33486 I wa

Re: [Lazarus] Dark themed lazarus

2018-04-05 Thread Anthony Walter via Lazarus
About the patch, I am still making some changes, but what I've done is the this. Currently the object inspector draws every row even if it doesn't need redrawing. I modified the SetItemIndex method to InvalidateRect the OldIndex and NewIndex, then only redraw those two rows in DoPaint. I added a pu

[Lazarus] Suggestion for Pascal SynEdit syntax from SublimeText

2018-04-05 Thread AlexeyT via Lazarus
Sublime hilites names after procedure/function (also need: constructor/destructor) with special color. Good to have in Lazarus. It's nice. Screenshot: https://postimg.org/image/iho2n957b/ -- Regards, Alexey -- ___ Lazarus mailing list Lazarus@lists.

[Lazarus] TIdleTimer doc

2018-04-05 Thread AlexeyT via Lazarus
>AutoEnabled - if True, Timer is automatically enabled >Interval - The Interval (in milliseconds) for which the timer is to run (Interval : TTimer, TIdleTimer) I suggest to change: AutoEnabled - allows to use properties AutoStartEvent, AutoEndEvent, i.e. automatically start/stop timer, when e