Re: [Lazarus] New menu designer. which style do you prefer?

2016-01-12 Thread Howard
On 11/01/2016 21:51, Anthony Walter wrote: Howard, good job on the new menu designer. It's working very nicely right now. I'll take a look at modifying TShadowMenu to be a scrolling control without the need for a TScrollBox. Thanks. Yes, Ondrej's introduction of TSiblingFake and TFirstFake

Re: [Lazarus] Lazarus trunc and fpc 2.6.4

2016-01-12 Thread John Landmesser
my own fix: added unit winspool :   unit RLPrinters; {$MODE DELPHI}{$H+} interface uses   {$ifdef LCLWin32}Windows, WinUtilPrn, winspool,{$else}process,{$endif}   Classes, SysUtils, Math, Forms, Dialogs,   Graphics, Printers, RLConsts, RLTypes, RLUtils;    --

Re: [Lazarus] New menu designer. which style do you prefer?

2016-01-12 Thread Ondrej Pokorny
On 12.01.2016 9:39, Howard wrote: Yes, Ondrej's introduction of TSiblingFake and TFirstFake are a neat improvement. Thanks! You did a nice job with the menu designer! I would ask you to omit the with statement, though. IIRC there are even nested with statements in the code. Withs can

Re: [Lazarus] New menu designer

2016-01-12 Thread Howard
On 12/01/2016 13:44, Péter Gábor wrote: Please use complete sentences as much as possible and avoid storing > of partial sentences in resourcestrings. I mean don't compose > complete sentences in run/compile time from words or partial > sentences. Such resourcestrings makes localization harder

Re: [Lazarus] New menu designer

2016-01-12 Thread Péter Gábor
2015-12-26 20:37 keltezéssel, Howard Page-Clark írta: > I was waiting for more feedback about the design/functionality, and for > responses to settle into some sort of consensus about what needs to be > changed/improved/removed. > The resourcestrings, for instance, need the attention Peter >

Re: [Lazarus] Who "killed" TDBGrid? Ondrej?

2016-01-12 Thread Gabor Boros
2016.01.11. 19:25 keltezéssel, Ondrej Pokorny írta: http://bugs.freepascal.org/view.php?id=29191 This particular one seems to be caused by r49016 by Jesus. Source of my problem is this commit too. Switched back to the latest fixes_1_6. Moved back SelectEditor; to the original position

Re: [Lazarus] New menu designer

2016-01-12 Thread Howard
On 12/01/2016 14:37, Péter Gábor wrote: 2016-01-12 15:26 keltezéssel, Howard írta: OK, point taken. I will amend the offending resourcestrings in a patch. I'm not a linguist nor a translator, so did not appreciate that this would cause difficulty. My motive was simply to reduce the overall

Re: [Lazarus] New menu designer. which style do you prefer?

2016-01-12 Thread Corpsman
Hello i testet SVN Revision 51256 of the Menu designer and it looks really cool. But i miss the Feature "If you doubleclick on the Menu Entry the IDE Jumps to the corresponding OnCLick Event" Which worked in the old version e.g. 50469 Could you please reactivate this ? Corpsman --

Re: [Lazarus] Lazarus trunc and fpc 2.6.4

2016-01-12 Thread Juha Manninen
On Tue, Jan 12, 2016 at 10:32 AM, John Landmesser wrote: > unit RLPrinters; Where is that unit? I don't find it in Lazarus trunk. Juha -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] New menu designer

2016-01-12 Thread Péter Gábor
2016-01-12 15:26 keltezéssel, Howard írta: > OK, point taken. I will amend the offending resourcestrings in a patch. > I'm not a linguist nor a translator, so did not appreciate that this > would cause difficulty. > My motive was simply to reduce the overall number of resourcestrings > required

Re: [Lazarus] Who "killed" TDBGrid? Ondrej?

2016-01-12 Thread Gabor Boros
2016.01.11. 19:25 keltezéssel, Ondrej Pokorny írta: It can be in the recent commits. Please try to find the revision that broke it. First, tried with trunk 49015 but got streaming error with my project. Next, tried with trunk 50454 and my problem (lookup combobox displayed on a normal string

Re: [Lazarus] Elastic Tabstop - what would the bounty be worth?

2016-01-12 Thread Dmitry Boyarintsev
Isn't it already there? It seems like it replaced column selection (in terms of shortcuts). thanks, Dmitry On Tue, Jan 12, 2016 at 10:47 AM, Graeme Geldenhuys < mailingli...@geldenhuys.co.uk> wrote: > If I was to create a bounty to have this implemented in Lazarus (and > hopefully somebody has

Re: [Lazarus] Elastic Tabstop - what would the bounty be worth?

2016-01-12 Thread Martin Frb
Just a tech note. All that should be needed is one new unit, that replaces "SynEditTextTabExpander" (and then in SynEdit an option to use it (synedit.create does that)). Must be based on TSynEditStringsLinked like the existing. It has access to all lines, so it can calculate each tab. It

Re: [Lazarus] Elastic Tabstop - what would the bounty be worth?

2016-01-12 Thread Dmitry Boyarintsev
On Tue, Jan 12, 2016 at 10:53 AM, Graeme Geldenhuys < mailingli...@geldenhuys.co.uk> wrote: > On 2016-01-12 15:51, Dmitry Boyarintsev wrote: > > Isn't it already there? > > It seems like it replaced column selection (in terms of shortcuts). > > > I'm afraid I don't know what you mean. > Ugh.

[Lazarus] Elastic Tabstop - what would the bounty be worth?

2016-01-12 Thread Graeme Geldenhuys
Hi, If I was to create a bounty to have this implemented in Lazarus (and hopefully somebody has the skill and time to implement it), what would the cost be? I'll be funding this personally as Elastic Tabstop support has been on my Lazarus wishlist for years. The algorithm of Elastic Tabstops is

Re: [Lazarus] Elastic Tabstop - what would the bounty be worth?

2016-01-12 Thread Graeme Geldenhuys
On 2016-01-12 15:51, Dmitry Boyarintsev wrote: > Isn't it already there? > It seems like it replaced column selection (in terms of shortcuts). I'm afraid I don't know what you mean. Regards, - Graeme - -- ___ Lazarus mailing list

Re: [Lazarus] Lazarus trunc and fpc 2.6.4

2016-01-12 Thread John Landmesser
Am 12.01.2016 um 11:59 schrieb Juha Manninen: On Tue, Jan 12, 2016 at 10:32 AM, John Landmesser wrote: unit RLPrinters; Where is that unit? I don't find it in Lazarus trunk. Juha -- ___ Lazarus mailing list