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

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.

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

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

[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] 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

Re: [Lazarus] Dark themed lazarus

2018-04-05 Thread Mattias Gaertner via Lazarus
On Thu, 5 Apr 2018 02:04:15 -0400 Anthony Walter via Lazarus wrote: > I finally got an acceptable darked themed version of Lazarus setup. > > http://cache.getlazarus.org/images/lazarus-dark.png > > Running Linux Cinnamon > Theme is named Arc Darkest > Maxmimus

Re: [Lazarus] Dark themed lazarus

2018-04-05 Thread Maciej Izak via Lazarus
2018-04-05 8:04 GMT+02:00 Anthony Walter via Lazarus < lazarus@lists.lazarus-ide.org>: > I finally got an acceptable darked themed version of Lazarus setup. > Looks good for me :) any link to patch/tests? -- Best regards, Maciej Izak -- ___ Lazarus

[Lazarus] Dark themed lazarus

2018-04-05 Thread Anthony Walter via Lazarus
I finally got an acceptable darked themed version of Lazarus setup. http://cache.getlazarus.org/images/lazarus-dark.png Running Linux Cinnamon Theme is named Arc Darkest Maxmimus extension added to remove titlebars Code editor colors mostly ripped from VS Code Btw, if anyone runs Linux Gtk2