[Lazarus] Installing Lazarus

2013-03-10 Thread Arí Ricardo Ody
I have an application developed for WinCe. I compile and run it with Lazarus 0.9.30. I'm planning to migrate to Lazarus 1.0.6. I downloaded and installed Lazarus 1.06 and lazarus1.0.6 for ARM devices, successfully. When I try to compile te project the first time it asks for sqlite.dll adn

[Lazarus] [SynEdit] FR: Add hcCodeFolding to TSynHighlighterCapability

2013-03-10 Thread Zaher Dirkey
Hi, Would please add hcCodeFolding to TSynHighlighterCapability in SynEditHighlighter and to Pascal Highlighter (at least) to check in my editor. ​Thanks in advance​ Zaher Dirkey -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] [SynEdit] FR: Add hcCodeFolding to TSynHighlighterCapability

2013-03-10 Thread Martin
On 10/03/2013 20:07, Zaher Dirkey wrote: Hi, Would please add hcCodeFolding to TSynHighlighterCapability in SynEditHighlighter and to Pascal Highlighter (at least) to check in my editor. Thanks in advance Done. You can also check inheritance from TSynCustomFoldHighlighter --

Re: [Lazarus] [SynEdit] FR: Add hcCodeFolding to TSynHighlighterCapability

2013-03-10 Thread Zaher Dirkey
Thanks and ​One more ​to be completed for me, in SynPas also ​class function TSynPasSyn.GetCapabilities: TSynHighlighterCapabilities; begin Result := inherited GetCapabilities + [hcUserSettings, hcCodeFolding]; end; Zaher Dirkey ​ -- I am using last revision of Lazarus, FPC 2.6 on Windows

Re: [Lazarus] [SynEdit] FR: Add hcCodeFolding to TSynHighlighterCapability

2013-03-10 Thread Martin
On 10/03/2013 21:43, Zaher Dirkey wrote: Thanks and One more to be completed for me, in SynPas also class function TSynPasSyn.GetCapabilities: TSynHighlighterCapabilities; begin Result := inherited GetCapabilities + [hcUserSettings, hcCodeFolding]; end; That should be covered by inherited?

Re: [Lazarus] Installing Lazarus

2013-03-10 Thread leledumbo
Where did you search? It's 0.6.5 in Lazarus-CCR (I have 0.6.6 from svn): http://sourceforge.net/projects/lazarus-ccr/files/lNet/ -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Installing-Lazarus-tp4029785p4029790.html Sent from the Free Pascal -

Re: [Lazarus] Installing Lazarus

2013-03-10 Thread Arí Ricardo Ody
Believe me: I seek exhaustively via Google and the Lazarus CCR doesn't appear. I swear. I would like to understand why. I am not familiar with Lazarus environment. Thank you very much. Cheers Ricardo - Original Message - From: leledumbo Sent: 03/10/13 06:54 PM To:

Re: [Lazarus] [SynEdit] FR: Add hcCodeFolding to TSynHighlighterCapability

2013-03-10 Thread Zaher Dirkey
Ah, Thanks. On Sun, Mar 10, 2013 at 11:45 PM, Martin laza...@mfriebe.de wrote: On 10/03/2013 21:43, Zaher Dirkey wrote: Thanks and ​One more ​to be completed for me, in SynPas also ​class function TSynPasSyn.GetCapabilities: TSynHighlighterCapabilities; begin Result := inherited

[Lazarus] IDE Feature Request - Can Select All be added to the right-click menu in the editor?

2013-03-10 Thread Frank Church
IDE Feature Request - Can Select All be added to the right-click menu in the editor Thanks -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

[Lazarus] Help need with streaming components to disk on forum?

2013-03-10 Thread Frank Church
I am trying to develop a component whose purpose is to enable me to stream some data to the disk and load it back runtime, and I posted a question on the forum - http://www.lazarus.freepascal.org/index.php/topic,20199.msg116352.html#msg116352. It isn't a component as such, more a means of using