Re: [fpc-pascal] Release of Lazarus 1.4

2015-04-22 Thread Juha Manninen
On Wed, Apr 22, 2015 at 2:41 PM, Rainer Stratmann wrote: > Are there screenshots? Screenshots of some new features : http://wiki.freepascal.org/New_IDE_features_since#v1.4_.282015-04-22.29 > Is it with the new layout, one Window only? Anchordocking is not really "new" but it still does not wo

Re: [fpc-pascal] Release of Lazarus 1.4

2015-04-22 Thread Mattias Gaertner
On Wed, 22 Apr 2015 13:41:18 +0200 Rainer Stratmann wrote: > Are there screenshots? > Is it with the new layout, one Window only? No. You can install anchordockdsgn package to get one window. Mattias ___ fpc-pascal maillist - fpc-pascal@lists.freepa

Re: [fpc-pascal] Release of Lazarus 1.4

2015-04-22 Thread Rainer Stratmann
Are there screenshots? Is it with the new layout, one Window only? On Wednesday 22 April 2015 11:07:47 you wrote: > The Lazarus team is glad to announce the release of Lazarus 1.4. > > This release was built with FPC 2.6.4, same as the previous > release Lazarus 1.2.6. > > Here is the list of c

Re: [fpc-pascal] Discussion of mantis #27923 & #27927, esp. for Michael van Canneyt

2015-04-22 Thread leledumbo
> I can see where you got the idea that "action" is the default action variable name, so maybe it is best to edit that page and add a note to that section. Done, I would need to change the wikipedia article, too. -- View this message in context: http://free-pascal-general.1045716.n5.nabble.c

[fpc-pascal] Release of Lazarus 1.4

2015-04-22 Thread Mattias Gaertner
The Lazarus team is glad to announce the release of Lazarus 1.4. This release was built with FPC 2.6.4, same as the previous release Lazarus 1.2.6. Here is the list of changes for Lazarus and Free Pascal: http://wiki.lazarus.freepascal.org/Lazarus_1.4.0_release_notes http://wiki.lazarus.freepasca

Re: [fpc-pascal] Measure used memory of a process using TProcess.

2015-04-22 Thread Michael Van Canneyt
On Tue, 21 Apr 2015, Kiên Nguyễn Tiến Trung wrote: I want to execute a command using TProcess and get the amount of memory used by the command. Is it possible? I'm finding a solution working on both Linux and Windows. I have no knowledge of pascal code that accomplishes this. Under Linux