[Lazarus] Question about debug evaluate/modify window

2008-10-02 Thread Tom Verhoeff
This repeats my earlier question, for which I got no replies yet, but I would still be interested in a response (it is relevant for use of Lazarus in our introductory programming course): (3) The debug window to evaluate/modify expressions/variables seems to have some limitations. I would

[Lazarus] Extending the editor's hinting functionality

2008-10-02 Thread Tom Verhoeff
I would like to throw up a suggestion for extending the editor's hinting functionality. We use Lazarus in a first-year introductory programming course. One of the rules in our coding standard is that every variable declaration needs to be accompanied by an explanatory comment. It would be nice

Re: [Lazarus] Debug: evaluate/modify window not working well

2008-10-02 Thread Marc Weustink
Tom Verhoeff wrote: I would still be interested in a response to: (3) The debug window to evaluate/modify expressions/variables seems to have some limitations. I would like to have some confirmation that this is on purpose and not a bug for 0.9.24: (3a) The expression syntax

Re: [Lazarus] Question about debug evaluate/modify window

2008-10-02 Thread Mattias Gärtner
Zitat von Tom Verhoeff [EMAIL PROTECTED]: This repeats my earlier question, for which I got no replies yet, but I would still be interested in a response (it is relevant for use of Lazarus in our introductory programming course): (3) The debug window to evaluate/modify expressions/variables

Re: [Lazarus] Bug in keyboard shortcut in Search Replace dialog

2008-10-02 Thread Luk Vandelaer
On Wednesday 01 October 2008 15:44, Graeme Geldenhuys wrote: Hi, Can anybody else confirm this before I submit a bug report. When you open the Search Replace dialog. Pressing Alt+A for replace all doesn't work. I'm using Lazarus v0.9.25 r16644M i386-linux-gtk It works when the cursor is

Re: [Lazarus] Exception when I change betwen forms

2008-10-02 Thread Reenen Laurie
You may need to post your application's .lpr as well... We don't know if the forms are created in there or not. I am not sure you can assign Appliction as the parent of a form... isn't it just null or self? Smarter people will know that... ie. Form2 := TForm2.Create (self); or Form2 :=

Re: [Lazarus] Extending the editor's hinting functionality

2008-10-02 Thread Reenen Laurie
That is an AWESOME idea... I'd love to have a bit more information that just the syntax, (which doesn't always even fit into the box that pops up) but I don't know how one would modify the pop-up to do it... Maybe only show the comment once you've settled on a specific command/variable... and

Re: [Lazarus] Extending the editor's hinting functionality

2008-10-02 Thread Mattias Gärtner
Zitat von Tom Verhoeff [EMAIL PROTECTED]: I would like to throw up a suggestion for extending the editor's hinting functionality. We use Lazarus in a first-year introductory programming course. One of the rules in our coding standard is that every variable declaration needs to be

Re: [Lazarus] Exception when I change betwen forms

2008-10-02 Thread Mattias Gärtner
Zitat von Reenen Laurie [EMAIL PROTECTED]: You may need to post your application's .lpr as well... We don't know if the forms are created in there or not. I am not sure you can assign Appliction as the parent of a form... isn't it just null or self? Smarter people will know that... You

Re: [Lazarus] Question about debug evaluate/modify window

2008-10-02 Thread Marc Weustink
Mattias Gärtner wrote: Zitat von Tom Verhoeff [EMAIL PROTECTED]: This repeats my earlier question, for which I got no replies yet, but I would still be interested in a response (it is relevant for use of Lazarus in our introductory programming course): (3) The debug window to

Re: [Lazarus] CodeTools restore editor window

2008-10-02 Thread Graeme Geldenhuys
On Wed, Oct 1, 2008 at 8:47 PM, ik [EMAIL PROTECTED] wrote: I'm using revision 16830 on Linux with GTK2, and when I either use CTRL+Shift+C or alt+space, code tools takes my editor window out of maximized into a normal size. Is that something I can tweak, or should I report it as a bug ?

[Lazarus] BUG in Synedit

2008-10-02 Thread Brad Campbell
Steps to reproduce : Project - New Project - Application Synedit Tab - TSynEdit (1st icon) and click form to drop it on. Edit Lines property of TSynEdit to be empty. Run application. Cursor should be flashing in Synedit box Hit enter.. Boom. v0.9.27 r16831M i386-linux-gtk 2 (beta) [EMAIL

Re: [Lazarus] BUG in Synedit

2008-10-02 Thread Martin Friebe
can be reproduced in the IDE as well File-new : then choose text an empty synedit is created. - inserting a space or char into the empty line works - but if you press return, before inserting anything else,it will fail. please create a bug report for it. Brad Campbell wrote: Steps to

[Lazarus] Lazarus Übersetzung - Suche/Ersetzen

2008-10-02 Thread Benito van der Zander
Hallo, Die deutsche Übersetzung setzt die Tastenkombinationen so, dass man Alles Ersetzen nicht über die Tastatur starten kann. Siehe: http://bugs.freepascal.org/view.php?id=12243 Benito ___ Lazarus mailing list Lazarus@lazarus.freepascal.org

Re: [Lazarus] BUG in Synedit

2008-10-02 Thread Brad Campbell
Martin Friebe wrote: can be reproduced in the IDE as well File-new : then choose text an empty synedit is created. - inserting a space or char into the empty line works - but if you press return, before inserting anything else,it will fail. please create a bug report for it.

Re: [Lazarus] Exception when I change betwen forms

2008-10-02 Thread Marc Weustink
Bart wrote: Should you free the form if you set Application as the owner? Will not then Application try to free it again if the app closes, and throw an AV at you? No, when you free componentA which is owned by componentB, then componentA is removed from the childlist of componentB,

Re: [Lazarus] Bug in keyboard shortcut in Search Replace dialog

2008-10-02 Thread Flávio Etrusco
On Thu, Oct 2, 2008 at 6:01 AM, Luk Vandelaer [EMAIL PROTECTED] wrote: On Wednesday 01 October 2008 15:44, Graeme Geldenhuys wrote: Hi, Can anybody else confirm this before I submit a bug report. When you open the Search Replace dialog. Pressing Alt+A for replace all doesn't work. I'm

Re: [Lazarus] Exception when I change betwen forms

2008-10-02 Thread Usuario Anónimo
project1.lpr program project1; {$mode objfpc}{$H+} uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset Forms { add your units here }, Unit1; begin Application.Initialize; Application.CreateForm(TForm1, Form1);

Re: [Lazarus] Event editing on ARM Linux

2008-10-02 Thread Mark Morgan Lloyd
Mark Morgan Lloyd wrote: Mattias Gärtner wrote: Please test with svn r16827. I'm afraid I ended up with the latest SVN rather than that version, it fixes the event-editing problem but still fails on exit. Should I specifically be doing further testing based on r16827, i.e. is this the best

Re: [Lazarus] Extending the editor's hinting functionality

2008-10-02 Thread Reenen Laurie
I just tested it, and very very cool. You see it by hovering over the selected keyword. Also (dunno if this was fixed earlier) but the little box expands now so you can see the whole syntax. I don't think there is any other IDE's that does this. Lazarus rocks! Question: When adding a comment

Re: [Lazarus] Event editing on ARM Linux

2008-10-02 Thread Mattias Gaertner
On Thu, 02 Oct 2008 18:00:13 + Mark Morgan Lloyd [EMAIL PROTECTED] wrote: Mark Morgan Lloyd wrote: Mattias Gärtner wrote: Please test with svn r16827. I'm afraid I ended up with the latest SVN rather than that version, it fixes the event-editing problem but still fails on exit.

[Lazarus] To increase Speed under WinCE: Drop components onto a form or create components in run-time

2008-10-02 Thread Usuario Anónimo
To increase Speed under WinCE: Drop components onto a form or create components in run-time. For I can drop a TSqlite3Dataset onto DataModule or I can create the TSqlite3Dataset when I create the DataModule in run-time. What is the recommendable thing? Best regards.

Re: [Lazarus] To increase Speed under WinCE: Drop components onto a form or create components in run-time

2008-10-02 Thread Felipe Monteiro de Carvalho
2008/10/2 Usuario Anónimo [EMAIL PROTECTED]: To increase Speed under WinCE: Drop components onto a form or create components in run-time. Increase speed of what? A component is a component. If you are droping it in the form or creating in runtime it doesn't matter. It behaves the same and