[Lazarus] SynEdit free my TSynCompletion when freed

2012-03-03 Thread Zaher Dirkey
Hi i have global TSynCompletion for muliple synedit, i created it like this FCompletion := TSynCompletion.Create(nil); FCompletion.Width := 340; FCompletion.EndOfTokenChr := '{}()[]./\:!$*+-=%'; FCompletion.OnExecute := @OnExecuteCompletion; FCompletion.ShortCut := scCtrl + VK_SPACE;

Re: [Lazarus] SynEdit free my TSynCompletion when freed

2012-03-03 Thread Martin
On 03/03/2012 12:59, Zaher Dirkey wrote: Hi i have global TSynCompletion for muliple synedit, i created it like this FCompletion := TSynCompletion.Create(nil); FCompletion.Width := 340; FCompletion.EndOfTokenChr := '{}()[]./\:!$*+-=%'; FCompletion.OnExecute := @OnExecuteCompletion;

Re: [Lazarus] SynEdit free my TSynCompletion when freed

2012-03-03 Thread Martin
On 03/03/2012 13:29, Martin wrote: On 03/03/2012 12:59, Zaher Dirkey wrote: Hi i have global TSynCompletion for muliple synedit, i created it like this FCompletion := TSynCompletion.Create(nil); FCompletion.Width := 340; FCompletion.EndOfTokenChr := '{}()[]./\:!$*+-=%';

Re: [Lazarus] SynEdit free my TSynCompletion when freed

2012-03-03 Thread Martin
On 03/03/2012 13:33, Martin wrote: On 03/03/2012 13:29, Martin wrote: On 03/03/2012 12:59, Zaher Dirkey wrote: Hi i have global TSynCompletion for muliple synedit, i created it like this FCompletion := TSynCompletion.Create(nil); FCompletion.Width := 340; FCompletion.EndOfTokenChr :=

[Lazarus] Options dialog filter

2012-03-03 Thread Juha Manninen
Hi I added a FilterEdit control to the Options dialog which is used for IDE Options and for Project Options. It searches from all captions form all options pages, highlights the matching texts and hides pages without matches. Please check out. Juha --

Re: [Lazarus] Options dialog filter

2012-03-03 Thread Martin
On 03/03/2012 16:04, Juha Manninen wrote: Hi I added a FilterEdit control to the Options dialog which is used for IDE Options and for Project Options. It searches from all captions form all options pages, highlights the matching texts and hides pages without matches. Please check out. The

Re: [Lazarus] Options dialog filter

2012-03-03 Thread Martin
On 03/03/2012 16:04, Juha Manninen wrote: Hi I added a FilterEdit control to the Options dialog which is used for IDE Options and for Project Options. It searches from all captions form all options pages, highlights the matching texts and hides pages without matches. Please check out. Long

Re: [Lazarus] Options dialog filter

2012-03-03 Thread Martin
On 03/03/2012 16:04, Juha Manninen wrote: Hi I added a FilterEdit control to the Options dialog which is used for IDE Options and for Project Options. It searches from all captions form all options pages, highlights the matching texts and hides pages without matches. Please check out.

Re: [Lazarus] SynEdit free my TSynCompletion when freed

2012-03-03 Thread Zaher Dirkey
On Sat, Mar 3, 2012 Martin laza...@mfriebe.de wrote: Create the SynCompletion with an owner. Any owner will do. Thank you Martin. It is created it in global object i cant have an owner, but i resolved it by inherit it with override this OwnedByEditor function function

Re: [Lazarus] Debug inside other component in other package like SynEdit

2012-03-03 Thread Martin
On 03/03/2012 18:42, Zaher Dirkey wrote: Hi, I can't stepinto or show the source from call stack window referenced to SynEdit component, i think same to another components, what i missed to do that? Thanks in advance I am using last reversion of Lazarus, FPC 2.6 Recompile that package

Re: [Lazarus] Contribute to a book instead of wiki?

2012-03-03 Thread Graeme Geldenhuys
I've have to check the version for you when I am back at work on Monday, but I think I have LibreOffice 3.5.0 (not 100% sure though). -- Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit http://fpgui.sourceforge.net --

Re: [Lazarus] Contribute to a book instead of wiki?

2012-03-03 Thread Graeme Geldenhuys
On 03/03/2012, Alexsander Rosa alexsander.r...@gmail.com wrote: The problem with secretary's editors like MS Word or Open/LibreOffice is that they waste user's time with formatting and other non-content related activities. With LaTeX and derivatives such as LyX, the user is free to be

Re: [Lazarus] Contribute to a book instead of wiki?u

2012-03-03 Thread Marco van de Voort
In our previous episode, Graeme Geldenhuys said: I can honestly say, in my experience LaTeX just made me slower. I had to fight to figure out how to get certain text to display correctly, because it was constantly some or other reserved LaTeX tag some something. For me it is the other way

[Lazarus] ttgload broken

2012-03-03 Thread waldo kitty
cannot compile lazarus from trunk :? Compiling ttgload.pas ttgload.pas(126,73) Hint: Local variable advance does not seem to be initialized ttgload.pas(126,63) Hint: Local variable left_bearing does not seem to be initialized ttgload.pas(256,40) Error: Identifier not found i

Re: [Lazarus] Contribute to a book instead of wiki?

2012-03-03 Thread Michael Van Canneyt
On Sat, 3 Mar 2012, Graeme Geldenhuys wrote: On 03/03/2012, Alexsander Rosa alexsander.r...@gmail.com wrote: The problem with secretary's editors like MS Word or Open/LibreOffice is that they waste user's time with formatting and other non-content related activities. With LaTeX and

Re: [Lazarus] ttgload broken

2012-03-03 Thread Felipe Monteiro de Carvalho
It was caused because you added the define DEBUG to your IDE and it activated freetype debug info which seams to be wrong. Do svn up and try again, I renamed the freetype debug define. -- Felipe Monteiro de Carvalho -- ___ Lazarus mailing list

Re: [Lazarus] Contribute to a book instead of wiki?

2012-03-03 Thread Andrew Haines
On 03/03/2012 03:37 PM, Michael Van Canneyt wrote: If you want everything placed just there with just that width and whatnot, then LaTeX is indeed not your tool, you need a desktop publishing tool. I type text, and latex makes a layout that is 99% perfect; I really don't care about the last

Re: [Lazarus] Contribute to a book instead of wiki?

2012-03-03 Thread Rich Saunders
On 3/3/12 4:14 PM, Andrew Haines wrote: I of course recommend WordPerfect though the Windows version never achieved the same usability as the dos version :) +1000 I've even found the recent Windows versions to be equal to the DOS version. Ignoring WordPerfect has been one of the biggest

Re: [Lazarus] Contribute to a book instead of wiki?

2012-03-03 Thread Hans-Peter Diettrich
Michael Van Canneyt schrieb: I type text, and latex makes a layout that is 99% perfect; I really don't care about the last 1%. I've never been able to achieve the same speed with any wordprocessor. I don't see a difference here. In a wordprocessor I define templates which can be applied to

[Lazarus] Lazarus 0.9.30.4 release candidate 1 available for download

2012-03-03 Thread Vincent Snijders
The Lazarus team is happy to announce that Lazarus 0.9,30,4RC1 is available for download from: http://sourceforge.net/projects/lazarus/files/ Choose your CPU / OS / distro and then the 0.9.30.4RC1 directory. The Lazarus testing repository at

Re: [Lazarus] Lazarus 0.9.30.4 release candidate 1 available for download

2012-03-03 Thread silvioprog
2012/3/3 Vincent Snijders vincent.snijd...@gmail.com: The Lazarus team is happy to announce that Lazarus 0.9,30,4RC1 is available for download from: http://sourceforge.net/projects/lazarus/files/ Choose your CPU / OS / distro and then the 0.9.30.4RC1 directory. The Lazarus testing

Re: [Lazarus] Lazarus 0.9.30.4 release candidate 1 available for download

2012-03-03 Thread Vincent Snijders
Op 3 maart 2012 23:07 heeft silvioprog silviop...@gmail.com het volgende geschreven: There is only option for those using cross-compile? I don't understand what you mean. Functionally it is almost the same as 0.9.30.2. Vincent -- ___ Lazarus mailing

Re: [Lazarus] Options dialog filter

2012-03-03 Thread Martin
On 03/03/2012 22:32, Juha Manninen wrote: 2012/3/3 Martin laza...@mfriebe.de mailto:laza...@mfriebe.de 1) It keeps the current frame visible, even if it does not match. That means a frame, that is not in the Tree is visible I improved it. There is still a bug in TreeView. A Node's

Re: [Lazarus] Options dialog filter

2012-03-03 Thread Juha Manninen
2012/3/4 Martin laza...@mfriebe.de Why do we need SynEdit? I thought it is used in some options frames. I am not sure. Hints are not searched That would be confusing wouldn't it? Why? Hints can be long and there would be no immediate feedback about what triggered the filter's match.

[Lazarus] External help dialog

2012-03-03 Thread Howard Page-Clark
The work being done to improve the Help functionality in Lazarus is much appreciated. One part of the newer interface that currently seems inadequate to me is the naming of the Macrofy button (Tools¦Options¦Help¦External). I think it is OK to name the underlying string function Macrofy, as a

Re: [Lazarus] Options dialog filter

2012-03-03 Thread Martin
On 03/03/2012 23:02, Juha Manninen wrote: 2012/3/4 Martin laza...@mfriebe.de mailto:laza...@mfriebe.de Why do we need SynEdit? I thought it is used in some options frames. I am not sure. Hints are not searched That would be confusing wouldn't it? Why? Hints can be

Re: [Lazarus] Lazarus 0.9.30.4 release candidate 1 available for download

2012-03-03 Thread William Oliveira Ferreira
Hi vincent, i think silvio wants to say that for Win32, there is only the cross-compile setup that has 17 MB http://sourceforge.net/projects/lazarus/files/Lazarus%20Windows%2032%20bits/Lazarus%200.9.30.4RC1/ Setup for Win64 has the correct installer... 2012/3/3, Vincent Snijders

Re: [Lazarus] Options dialog filter

2012-03-03 Thread Juha Manninen
2012/3/4 Martin laza...@mfriebe.de The feature is already great. And I do by no means want to make it look like I do not like it. I like it a lot. I just expect users may not search or the terms we use for description... We anyway have very few hints currently... MAybe wait for feedback

Re: [Lazarus] Lazarus 0.9.30.4 release candidate 1 available for download

2012-03-03 Thread Bernd
2012/3/3 Vincent Snijders vincent.snijd...@gmail.com: This release candidate has been build with fpc 2.6.0 (0.9.30.2 was built with fpc 2.4.4). Will 0.9.30.4 (with fpc 2.6) be released early enough to be included into the next Ubuntu longterm support version or is it too late already? --

Re: [Lazarus] ttgload broken

2012-03-03 Thread waldo kitty
On 3/3/2012 15:51, Felipe Monteiro de Carvalho wrote: It was caused because you added the define DEBUG to your IDE and it activated freetype debug info which seams to be wrong. yes, from what i saw when i looked, it seems that certain vars are really missing Do svn up and try again, I

Re: [Lazarus] Lazarus 0.9.30.4 release candidate 1 available for download

2012-03-03 Thread Richard Mace
On 3 March 2012 23:52, Bernd prof7...@googlemail.com wrote: 2012/3/3 Vincent Snijders vincent.snijd...@gmail.com: This release candidate has been build with fpc 2.6.0 (0.9.30.2 was built with fpc 2.4.4). Will 0.9.30.4 (with fpc 2.6) be released early enough to be included into the next