Re: [Lazarus] Go back when browsing code

2015-03-10 Thread Stephane Carre

Hi,

Try Ctrl-H in Lazarus.

Regards,

Stephane

On 10/03/15 10:35, aradeonas wrote:

Hi,

Does Lazarus support crtl-z when browsing code like Delphi?
For example you jump from function to its declaration and then you want
go back to that line,In Delphi hitting crtl-z do the job but in Lazarus
I couldn't find such this thing.

Regards,
Ara




--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] HTTP and POP3 client components

2012-12-03 Thread Stephane Carre
Did you have look at synapse ? http://synapse.ararat.cz/doku.php
Works fine under Linux and Windows, 32 and 64 bit, both with Lazarus and Delphi.
Stephane

- Original Message -
From: Michael Schnell mschn...@lumino.de
To: Lazarus mailing list lazarus@lists.lazarus.freepascal.org
Sent: Monday, 3 December, 2012 11:59:34 AM
Subject: [Lazarus] HTTP and POP3 client components

Hi,

Sorry for being a nuisance again :-[ 

We need to do a command line program to run n Linux (PC, later ARM), 
that  reads a mail via POP3 and then does some communication towards 
some HTTP server (reading some pages and setting a value with some cgi 
program running there.)

I do know that decent HTTP and POP3 components are available with Indy, 
but I am afraid of trying to use Indy on Lazarus/ARM/Linux.

As we already successfully did an FTP client program on Lazarus with 
lnet, I decided to try to use lnet, here again.

So I installed the latest lnet package and found that in fact a HTTP 
client component is available.

Up till now, I failed to find a decent documentation, so I was not able 
to read a page from a web server (in fact I would need a proxy for some 
environments, but - at least on Linux - I suppose there is a system wide 
proxy definition that might automatically apply.

In fact connect seems to work, but what now ?

Seemingly lnet does not provide a POP3 client component out of the box. 
So what to do ?

Thanks for any pointers,
-Michael

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus