Re: [Lazarus] debugger feature request created

2009-10-01 Thread dmitry boyarintsev
On Fri, Oct 2, 2009 at 10:45 AM, Graeme Geldenhuys wrote: > I found the other Object Pascal based debugger in > /debugger/fpdebug/  but that was a Windows specific project. > Which makes me think, why is 'fpdebug' in the lazarus repository if it > is Windows specific? It's Marc's project. He start

Re: [Lazarus] debugger feature request created

2009-10-01 Thread Graeme Geldenhuys
2009/10/1 dmitry boyarintsev : > I keep my work on pascal debugger > (https://sourceforge.net/projects/duby), but it goes slowly, because > of lack of time. Excellent. I'll fetching the repository now, to try it out. Because the project is so new, maybe now is an ideal time to track the changes an

Re: [Lazarus] debugger feature request created

2009-10-01 Thread dmitry boyarintsev
On Fri, Oct 2, 2009 at 2:12 AM, Paul Ishenin wrote: > Anyway, I am pleased to see that you are working both on linux, mac and > windows versions at the same time. Good start. Well, after all, as Marc said for thousands times: writing a proper debugger is not using system API, it's reading debug i

Re: [Lazarus] debugger feature request created

2009-10-01 Thread Paul Ishenin
dmitry boyarintsev wrote: I keep my work on pascal debugger (https://sourceforge.net/projects/duby), but it goes slowly, because of lack of time. I tried to debug lazarus.exe using it :) Well, it shows me info about dll loading, I can view registers, EIP. But after splash showing it catches a

Re: [Lazarus] wiki - problems ?

2009-10-01 Thread Paul Ishenin
Martin wrote: Has any one else problems accessing the wiki? As of the last 24 hours, I can no longer access the wiki - I get a time-out. (I use the link from the forum / main site) Yes, you are not alone with this problem. Best regards, Paul Ishenin. -- _

[Lazarus] wiki - problems ?

2009-10-01 Thread Martin
Has any one else problems accessing the wiki? As of the last 24 hours, I can no longer access the wiki - I get a time-out. (I use the link from the forum / main site) Martin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists

Re: [Lazarus] A broken dummy package was created

2009-10-01 Thread Mattias Gaertner
On Thu, 1 Oct 2009 11:20:17 +0200 Roland Turcan wrote: > <<< 30.09.2009 16:42 - Mattias Gärtner "nc-gaert...@netcologne.de" >>> > MG> Zitat von Roland Turcan : > > >> Hello Lazarus mailing list! > >> > >> I have updated my Lazarus to rev.21928 and I receive this error > >> message with this buil

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Graeme Geldenhuys
On 01/10/2009, Marco van de Voort wrote: > > > > How do I generate the FCL and RTL documentation in INF (actually IPF) > format? > > You tell me! I'm not the IPF expert. I assumed you had found some way to > export one of the existing formats to it. I meant with the existing Makefile in the f

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Marco van de Voort
On Thu, Oct 01, 2009 at 01:19:58PM +0200, Graeme Geldenhuys wrote: > > Do you have an overview of what works and what not, and practical aspects of > > the system? > > How do I generate the FCL and RTL documentation in INF (actually IPF) format? You tell me! I'm not the IPF expert. I assumed you

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Graeme Geldenhuys
2009/10/1 Andrew Haines : >> >> Is the TOC sorted or are the files appended together? > > Sorry I was thinking of an index not a toc That's the users choice... It can do alphabetically (mixed helpfiles) or grouped by help file. -- Regards, - Graeme - _

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Graeme Geldenhuys
2009/10/1 Andrew Haines : >> >> See attached image for some issues I just found. >> > > All of these are now fixed in r21950 Excellent service!!! :-) Thanks, I'll get an update tomorrow. -- Regards, - Graeme - ___ fpGUI - a cross-platform Free Pa

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Graeme Geldenhuys
2009/10/1 Graeme Geldenhuys : > --- > $ ../src/units/helpviewer > cppclsug.inf+cppvbref.inf+cppvbug.inf+evfeclsh.hlp+gpi3.inf+pm2.inf+pm3.inf > Elapsed time:   000:00:00:00.177130 > --- > > So that's not bad. :-) 0.177 milliseconds to load 10.3MB of help and Oops, t

Re: [Lazarus] qt45 lclwebkit2

2009-10-01 Thread Thomas Moritz
Am Mittwoch 30 September 2009 18:49:59 schrieb Den Jean: Hello Den Jean, > On Wednesday 30 September 2009 12:43:32 Thomas Moritz wrote: > > The demo "lclwebkit2" from the homepage of > > libqt4intf gives 10 errors, what is going wrong? > > Version 1.72 of the FreePascal Qt4 Binding improved Qt

Re: [Lazarus] debugger feature request created

2009-10-01 Thread dmitry boyarintsev
I keep my work on pascal debugger (https://sourceforge.net/projects/duby), but it goes slowly, because of lack of time. thanks, dmitry -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] debugger feature request created

2009-10-01 Thread Martin
Hans-Peter Diettrich wrote: Martin schrieb: Anyway no one has denied that features are missing. As for debugging there is a dis-consent about the wording or extend that those missing feature have (at least between me and you (Graeme). But not about the fact that it would be nice (essential f

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Andrew Haines
Andrew Haines wrote: > > Is the TOC sorted or are the files appended together? Sorry I was thinking of an index not a toc Regards, Andrew -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/li

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Andrew Haines
Graeme Geldenhuys wrote: > 2009/10/1 Marco van de Voort : >> - What is the time to load the LCL index file and merge it with the FCL and >> RTL files? > > So that's not bad. :-) 0.177 milliseconds to load 10.3MB of help and > display the TOC to the user. In total, that was 13,197 topics (pages

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Andrew Haines
Graeme Geldenhuys wrote: > > See attached image for some issues I just found. > All of these are now fixed in r21950 -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Graeme Geldenhuys
2009/10/1 Marco van de Voort : > - What is the time to load the LCL index file and merge it with the FCL and >   RTL files? I haven't managed to generate INF files for RTL, LCL or FCL yet, but I took 7 of the largest files from the IBM Visage C++ for OS/2 cd-rom. Copied them to my hard drive so th

Re: [Lazarus] debugger feature request created

2009-10-01 Thread Hans-Peter Diettrich
Martin schrieb: Like ABorka told me in a private email. Once Embarcadero brings out 64bit support and cross-platform compiler (latter is what they are working on now), then Lazarus will loose a large appeal from Delphi developers. At the moment FPC and Lazarus offers features Delphi doesn't have

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Graeme Geldenhuys
2009/10/1 Andrew Haines : > > ms help workshop a list can be specified of words not to index. likely > "are" was in that list as well as "the" "a" etc. I see. I tried a few other words and lhelp did seem to find things ok. I'll start using lhelp instead of xCHM, CHMSee etc.. to help bugtest things

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Andrew Haines
Graeme Geldenhuys wrote: > 2009/10/1 Paul Ishenin : >> What is wrong with lhelp? > > Searching sucks in any CHM viewer! See attached image and associated > help content as an example. One think pro about lhelp compared to > other CHM viewers under Linux - it includes a "search" tab, even > though

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Andrew Haines
Graeme Geldenhuys wrote: > 2009/10/1 Paul Ishenin : >> What is wrong with lhelp? > Thanks for the help in spotting these errors. Most of them have been fixed in r21945. Can you send me the chm which has the Indy License Agreement over and over in the TOC? I would like to fix this bug. Thanks,

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Graeme Geldenhuys
2009/10/1 Marco van de Voort : > > Do you have an overview of what works and what not, and practical aspects of > the system? How do I generate the FCL and RTL documentation in INF (actually IPF) format? $ make rtl.chk fcl.chk This generates the HTML output. Not what I want. > - what the "k

Re: [Lazarus] debugger feature request created

2009-10-01 Thread Mattias Gaertner
On Wed, 30 Sep 2009 23:40:50 +0200 Graeme Geldenhuys wrote: >[...] The IDE now passes the current expression string to the debugger for the "tool tip". For example: var r: TRect; begin r:=Rect(1,2,3,4); r.left:=4; end; r.left now evaluates to 1. Mattias -- ___

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Michael Van Canneyt
On Thu, 1 Oct 2009, Graeme Geldenhuys wrote: 2009/10/1 Michael Van Canneyt : Good. Maybe you can add a compiled INF format then as well... I'm will be working on a Object Pascal implementation of the IPF compiler. Currently I'm using the WIPFC complier from the the Open Watcom v1.9 (beta)

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Graeme Geldenhuys
2009/10/1 Marco van de Voort : > > There is no drawing in the FPC source. These diagrams are written by a > package. The PDF versions should be pretty hires. The png renderings for > html are bit less beautiful. I know the syntax diagrams are not Images in the PDF. But I am simply a pain in the bu

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Marco van de Voort
On Thu, Oct 01, 2009 at 12:02:21PM +0200, Graeme Geldenhuys wrote: > > By the way, why did you use line drawing in the syntax format > diagrams? There is no drawing in the FPC source. These diagrams are written by a package. The PDF versions should be pretty hires. The png renderings for html are

Re: [Lazarus] Lazarus on Ubuntu 9.10..

2009-10-01 Thread Graeme Geldenhuys
2009/10/1 Dians : > Dear all, > does lazarus last version inclunde in Ubuntu 9.10...? Don't know. Use the Synaptic package manager and enable the Universe repositories, and click Update. Then to browser the repository or do a quick search, which should reveal your answer. -- Regards, - Graem

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Marco van de Voort
On Thu, Oct 01, 2009 at 11:34:45AM +0200, Graeme Geldenhuys wrote: > > You plan to convert the FPC docs each time something is changed ? > > I hope you have a latex->something converter program :-) > > That would be stating the obvious. ;-) The new help format is a > hybrid INF format (from OS/2

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Graeme Geldenhuys
2009/10/1 Paul Ishenin : > > What is wrong with lhelp? Another bug I ran lhelp. Then opened the "Beyond Compare 2" CHM help file. Browsed around a bit in the help. Then I did "File > Open" and selected the PINs.CHM help file. The title of lhelp changed, but the content and the tab at the bott

[Lazarus] Lazarus on Ubuntu 9.10..

2009-10-01 Thread Dians
Dear all, does lazarus last version inclunde in Ubuntu 9.10...? Thanks -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] A broken dummy package was created

2009-10-01 Thread Roland Turcan
Hello Dmitry, <<< 01.10.2009 12:05 - dmitry boyarintsev "skalogryz.li...@gmail.com" >>> db> Roland, is rotursoft located at lazarus/components dir? db> if so, try to: db> - uninstall the package db> - move to some place other than lazarus/components dir. db> - install the package again. I have m

Re: [Lazarus] debugger feature request created

2009-10-01 Thread Graeme Geldenhuys
2009/10/1 waldo kitty : > also have a truely OSS side to them whereby the OSS side can be easily > handled and supported which also goes to enhance and further the commercial > side and visa versa... > > cannot this also be done with FPC/lazarus?? That would require a lot of administration and set

Re: [Lazarus] A broken dummy package was created

2009-10-01 Thread dmitry boyarintsev
Roland, is rotursoft located at lazarus/components dir? if so, try to: - uninstall the package - move to some place other than lazarus/components dir. - install the package again. Mattias, the bug has been introduced with r21923-21924 Prior with r21922 everything works fine. I guess it's related

Re: [Lazarus] package with LazIDEIntf and propedits probleme

2009-10-01 Thread Mattias Gaertner
On Thu, 01 Oct 2009 00:54:43 -0400 waldo kitty wrote: > Mattias Gaertner wrote: > > On Wed, 30 Sep 2009 17:56:17 +0200 > > wile64 wrote: > > > >> Don't work, don't work, don't work !!! > >> > >> After full test, I am desperate to make it work :( > >> I have some another message like "objectinsp

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Graeme Geldenhuys
2009/10/1 Michael Van Canneyt : > > Good. Maybe you can add a compiled INF format then as well... I'm will be working on a Object Pascal implementation of the IPF compiler. Currently I'm using the WIPFC complier from the the Open Watcom v1.9 (beta) project. They implemented their own IPF compiler

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Graeme Geldenhuys
2009/10/1 Paul Ishenin : > > What is wrong with lhelp? Searching sucks in any CHM viewer! See attached image and associated help content as an example. One think pro about lhelp compared to other CHM viewers under Linux - it includes a "search" tab, even though searching doesn't work. ;-) Regar

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Graeme Geldenhuys
2009/10/1 Paul Ishenin : > > What is wrong with lhelp? Please evaluate solution which lazarus will have > in the next release (0.9.30). See my comments regarding HTML help formats... OK, lhelp seems to have improved and now support Indexes - last time I checked, it did not. lhelp also seems to be

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Michael Van Canneyt
On Thu, 1 Oct 2009, Graeme Geldenhuys wrote: 2009/10/1 Michael Van Canneyt : You plan to convert the FPC docs each time something is changed ? I hope you have a latex->something converter program :-) That would be stating the obvious. ;-) The new help format is a hybrid INF format (from O

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Graeme Geldenhuys
2009/10/1 Michael Van Canneyt : > > You plan to convert the FPC docs each time something is changed ? > I hope you have a latex->something converter program :-) That would be stating the obvious. ;-) The new help format is a hybrid INF format (from OS/2 INF help files). INF is an excellent format

Re: [Lazarus] debugger feature request created

2009-10-01 Thread Marc Weustink
waldo kitty wrote: Martin wrote: Graeme Geldenhuys wrote: working debugger will benefit everybody! I really think a working & integrated debugger must be one of the high priorities for the IDE - more that say new IDE eye-candy. :-) Like ABorka told me in a private email. Once Embarcader

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Michael Van Canneyt
On Thu, 1 Oct 2009, Graeme Geldenhuys wrote: Hi, I've been working on a new help system for fpGUI and Lazarus (IDE & apps). Attached is a screenshot of the Help Viewer I am working on. (please ignore the floating button - it's only there for debugging) It is showing the FPC Language Reference

Re: [Lazarus] A broken dummy package was created

2009-10-01 Thread Roland Turcan
<<< 30.09.2009 16:42 - Mattias Gärtner "nc-gaert...@netcologne.de" >>> MG> Zitat von Roland Turcan : >> Hello Lazarus mailing list! >> >> I have updated my Lazarus to rev.21928 and I receive this error >> message with this build: >> >> The package "rotursoft" is installed, but no valid package (.l

Re: [Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Paul Ishenin
Graeme Geldenhuys wrpte: I've been working on a new help system for fpGUI and Lazarus (IDE & apps). Attached is a screenshot of the Help Viewer I am working on. What is wrong with lhelp? Please evaluate solution which lazarus will have in the next release (0.9.30). http://wiki.lazarus.freep

[Lazarus] New Help System & Viewer - sneak preview

2009-10-01 Thread Graeme Geldenhuys
Hi, I've been working on a new help system for fpGUI and Lazarus (IDE & apps). Attached is a screenshot of the Help Viewer I am working on. (please ignore the floating button - it's only there for debugging) It is showing the FPC Language Reference documentation (not fully converted from LaTeX yet

Re: [Lazarus] debugger feature request created

2009-10-01 Thread Graeme Geldenhuys
2009/10/1 Martin : > > Well then help extending the wiki page with the loops I try and update wiki pages where I know about the subject (even though I do not agree that the wiki is a good help system). But it's hard to write help on a subject I know nothing about. I do not have tips and tricks

Re: [Lazarus] debugger feature request created

2009-10-01 Thread Graeme Geldenhuys
2009/10/1 waldo kitty : > the 3rd party coder's stances... the major thing i see is that FPC/Lazarus > could easily become the largest coding platform if more assistance was > available from the built in help stuffs... that's first and foremost... I agree. The more developers we can attract, then