Re: [Lazarus] Another update sound shop

2019-05-20 Thread Anthony Walter via lazarus
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/listinfo/lazarus


Re: [Lazarus] Displaying additional chm help files in the IDE for other packages

2019-05-20 Thread Sergey Bodrov via lazarus
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, too. The new hints do show up in the code
> editor, and now I am able also to build the chm file from the xml files
> using fpdoc. But I cannot convince the IDE to display the help files
> when F1 (or Ctrl+F1 in classic keyboard mode) is pressed. I thought I'd
> have to register the new help file somehow in "Tools" > "Options" >
> "Help Options" > "Databases", but there's nothing to add a new package.
>
> Any help would be appreciated.
>
> --
> ___
> lazarus mailing list
> lazarus@lists.lazarus-ide.org
> https://lists.lazarus-ide.org/listinfo/lazarus
>


-- 
*Bodrov Sergey*
software development, IT consulting
http://www.serbod.com
*Phone (Belarus):* +375(25)794-21-58
*Skype:* sergey.bodrov1
*e-mail:* ser...@gmail.com, oxot...@yandex.ru
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Jedi Code Formatter (JCF) issues

2019-05-20 Thread Tom Lisjac via lazarus
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 combination of settings I try, JCF insists on doing
either this:

if something then
  begin
  statement;
  statement
  end

or this:

if something then
begin
  statement;
  statement
end

I'd like to get this working out of the ide rather then having to break out
to run ptop from the command line. Any suggestions would be greatly
appreciated.

Thanks,

-Tom


On Tue, Feb 28, 2017 at 11:45 AM Graeme Geldenhuys via Lazarus <
lazarus@lists.lazarus-ide.org> wrote:

> Hi,
>
> Is there an actual JCF (included with Lazarus) maintainer? I've recently
> been using it quite a bit and noticed a couple of problems. I'll
> obviously try and fix them myself (free time is very limited, but I'll
> try my best).
>
> The two most important ones for me:
>
> * Some code formatting is not applied (ignored) based on configuration
>   settings.
> * Some configuration changes are not persisted, so user defined options
>   can't actually be applied in the code formatting.
>
> Regards,
>   Graeme
>
> --
> fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
> http://fpgui.sourceforge.net/
>
> My public PGP key:  http://tinyurl.com/graeme-pgp
> --
> ___
> Lazarus mailing list
> Lazarus@lists.lazarus-ide.org
> http://lists.lazarus-ide.org/listinfo/lazarus
>
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus