Update
I added a piano roll control and a note designer to allow notes to be
created and edited on the roll:
http://cache.getlazarus.org/videos/player-piano.mp4
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/lis
It's hardcoded in:
lazarus/ide/idehelpmanager.pas
procedure TIDEHelpManager.RegisterIDEHelpDatabases;
вс, 19 мая 2019 г. в 19:23, Werner Pamler via lazarus <
lazarus@lists.lazarus-ide.org>:
> Motivated by Don Siders' updates to lcl xml help files I began to add to
> the help files for TAChart,
Waking up an old thread as I'm also having trouble getting some basic
formatting options to work with JCF in 2.0.2. I want the code to look like
the following, which the fpc tools ptop formatter does by default:
if something then
begin
statement;
statement
end
But no matter what com