On Mon, Dec 17, 2012 at 1:38 AM, Hans-Peter Diettrich
wrote:
>
> IMO an Undo (history) list is the state of the art. E.g. Version Control
> Systems are based on differences, but they may add snapshots of the last
> file state(s) for better performance.
Actually, it is the other way around. Modern
Probably to avoid interference with any Menu defined for the Form.
A. G.
- Original Message -
> From: "Crone, Thomas J."
> To: "Lazarus mailing list [lazarus@lists.lazarus.freepascal.org]"
>
> Cc:
> Sent: Saturday, December 15, 2012 12:01 PM
> Subject: [Lazarus] Right clicking bu
Sven Barth wrote:
On 15.12.2012 18:50, Mark Morgan Lloyd wrote:
I've got a program here which works fine on Linux but has started to
fail on Windows after running fine for years. This doesn't appear to
depend on the version of Lazarus, version of FPC or version of Windows,
but since I've now got
On 16/12/2012 15:12, Hans-Peter Diettrich wrote:
Martin schrieb:
As before, if you set align, it also changes anchors. Changing align
back, may *not* restore the anchors.
Align is a special property, which ideally should be write-only (a
procedure). Every alignment is equivalent to an set of
Hi
When I click the "Save all" button, don't Lazarus save only the files
that have changed since the last save? In that case, a "snapshot"
needs only store the information that will be saved when the "Save
all" button is clicked (and this information should be known somewhere
in Lazarus). AFAIK th
Martin schrieb:
As before, if you set align, it also changes anchors. Changing align
back, may *not* restore the anchors.
Align is a special property, which ideally should be write-only (a
procedure). Every alignment is equivalent to an set of anchors, but
there exist patterns (sets of ancho
Alexander Klenin schrieb:
I'd like to note that Alexander Strokach is my student, and I have
given him this
task as a course work assignment (which is a kind of lighter version
of bachelor's thesis).
We had quite a lot of discussion with him about the implementation method.
I favored storing a
On Sun, 16 Dec 2012 14:22:31 +
Martin wrote:
>[...]
> - It can be used as a trigger to take snapshots. Maybe snapshots can be
> taken on idle.
+1
> (That however would mean that some steps would only have
> "action undo". And it needs to enssure, that a snapshot is taken at
> least every
On Sun, 16 Dec 2012 14:08:22 +
Martin wrote:
> On 16/12/2012 08:51, Juha Manninen wrote:
>[...]
> 1) Monitor all properties/ property editors. This allows to detect
> changes to individual properties, made by the user. Such as name height,
> caption, align, options
>
> This is not comp
On 16/12/2012 11:21, Alexander Klenin wrote:
We had quite a lot of discussion with him about the implementation method.
I favored storing a series of snapshots too, while he preferred a
"list of reversible actions" design.
Main arguments were: storing snapshots is much simpler to implement
and m
On 16/12/2012 08:51, Juha Manninen wrote:
I am still thinking of the most important case: undo for delete operation.
It is also the most difficult one. Anchors and alignment depend on the
order of creation. It is not enough to just insert a deleted control
back. Maybe the whole form must be recre
2012/12/16 Reinier Olislagers
> On 16-12-2012 2:22, silvioprog wrote:
> > Guys, this is the repository of Brook site sources:
> >
> > https://github.com/silvioprog/brook-site
> >
> > You can make a fork and change it directly. Changed these codes, it's
> > only to apply to the site.
>
> Thanks, S
On Sun, 16 Dec 2012 22:21:26 +1100
Alexander Klenin wrote:
>[...]
> We had quite a lot of discussion with him about the implementation method.
> I favored storing a series of snapshots too, while he preferred a
> "list of reversible actions" design.
>
> Main arguments were: storing snapshots is
>Yes, you need snapshots.
Manager of anchors is not supported in the current version. I will decide
the issue in the future. Could you describe the current situation?
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.fr
On Sun, Dec 16, 2012 at 8:37 PM, Mattias Gaertner
wrote:
> On Sun, 16 Dec 2012 10:51:20 +0200
> Juha Manninen wrote:
>
>> I am still thinking of the most important case: undo for delete operation.
>> It is also the most difficult one. Anchors and alignment depend on the
>> order of creation. It i
On 16-12-2012 11:47, Mattias Gaertner wrote:
> On Sun, 16 Dec 2012 11:02:38 +0100
> Reinier Olislagers wrote:
>
>> Synedit newb here...
>>
>> Win, Laz trunk, FPC x86 2.7.1
>>
>> uses
>> ...SynEdit,SynMemo,SynEditTypes,SynHighlighterIni
>>
>> With a synmemo, trying to add an OnStatusChange event,
On Sun, 16 Dec 2012 11:02:38 +0100
Reinier Olislagers wrote:
> Synedit newb here...
>
> Win, Laz trunk, FPC x86 2.7.1
>
> uses
> ...SynEdit,SynMemo,SynEditTypes,SynHighlighterIni
>
> With a synmemo, trying to add an OnStatusChange event, I get "Unable to
> create method" and
> C:\Development\l
Synedit newb here...
Win, Laz trunk, FPC x86 2.7.1
uses
...SynEdit,SynMemo,SynEditTypes,SynHighlighterIni
With a synmemo, trying to add an OnStatusChange event, I get "Unable to
create method" and
C:\Development\lazarus_fpctrunk\components\synedit\synedit.pp(325,24)
Error: method type definition
On Sun, 16 Dec 2012 10:51:20 +0200
Juha Manninen wrote:
> I am still thinking of the most important case: undo for delete operation.
> It is also the most difficult one. Anchors and alignment depend on the
> order of creation. It is not enough to just insert a deleted control
> back. Maybe the wh
I am still thinking of the most important case: undo for delete operation.
It is also the most difficult one. Anchors and alignment depend on the
order of creation. It is not enough to just insert a deleted control
back. Maybe the whole form must be recreated. Maybe there must be a
snapshot history
On 16-12-2012 2:22, silvioprog wrote:
> Guys, this is the repository of Brook site sources:
>
> https://github.com/silvioprog/brook-site
>
> You can make a fork and change it directly. Changed these codes, it's
> only to apply to the site.
Thanks, Silvio & thanks for all the hard work.
Enjoy y
21 matches
Mail list logo