Re: [Lazarus] Fw: New Features for source editor

2009-02-26 Thread Alexander Klenin
On Wed, Feb 25, 2009 at 04:41, Lee Jenkins l...@datatrakpos.com wrote: -Autocompletion in real-time (no type Ctrl+Space) This by far, is one of the most productive enhancements that any code editor can have.  It is just amazing how fast you can code with this feature as well as reduce

Re: [Lazarus] Fw: New Features for source editor

2009-02-26 Thread Lee Jenkins
Alexander Klenin wrote: On Wed, Feb 25, 2009 at 04:41, Lee Jenkins l...@datatrakpos.com wrote: -Autocompletion in real-time (no type Ctrl+Space) This by far, is one of the most productive enhancements that any code editor can have. It is just amazing how fast you can code with this feature

Re: [Lazarus] Fw: New Features for source editor

2009-02-26 Thread Alexander Klenin
On Thu, Feb 26, 2009 at 22:17, Lee Jenkins l...@datatrakpos.com wrote: Alexander Klenin wrote: While I am not against adding this to Lazarus, I would like to note that this is one Delphi 2007 feature I actively do not like, and always turn off. Hmmm.  I didn't think Delphi had this feature.  

Re: [Lazarus] Fw: New Features for source editor

2009-02-26 Thread Leonardo M. Ramé
I just downloaded a snapshot of Lazarus 0.9.27 Beta to see this feature and it doesn't seems to be installed/enabled. How do I configure it? Leonardo M. Ramé Griensu S.A. - Medical IT Córdoba Tel.: 0351 - 4247979 Lee Jenkins escribió: Lucas wrote: -Autocompletion in real-time (no type

Re: [Lazarus] New Features for source editor

2009-02-26 Thread Paul Ishenin
Graeme Geldenhuys wrote: Add the following to your lazarus.dci file. Type begin and press ENTER, and the end will be added and the cursor indented to the correct position. To set this up via Lazarus IDE, go to: Environment | Code Templates. I have built up a huge collection for myself over

Re: [Lazarus] Fw: New Features for source editor

2009-02-26 Thread Lee Jenkins
Alexander Klenin wrote: On Thu, Feb 26, 2009 at 22:17, Lee Jenkins l...@datatrakpos.com wrote: Alexander Klenin wrote: While I am not against adding this to Lazarus, I would like to note that this is one Delphi 2007 feature I actively do not like, and always turn off. Hmmm. I didn't think

[Lazarus] Component palette issues

2009-02-26 Thread Kostas Michalopoulos
I think the component palette needs a little attention. First of all the default height of the palette is too tall. There is a bit of wasted space and it obscures the titles of the other windows (at least in Vista - I think this is a Vista issue because Vista has an extra padding property for

Re: [Lazarus] Component palette issues

2009-02-26 Thread Vincent Snijders
Kostas Michalopoulos schreef: I think the component palette needs a little attention. First of all the default height of the palette is too tall. Fix the code to determine the correct height for your theme in TMainIDE.OnApplyWindowLayout(ALayout: TIDEWindowLayout) in lazarus\ide\main.pp

Re: [Lazarus] Component palette issues

2009-02-26 Thread Hans-Peter Diettrich
Kostas Michalopoulos schrieb: Also the components need to be reorganizable. In other words you must be able to swap components around. The palette entry is determined by the component package(s), you'll have to rearrange everything after every rebuild of the IDE. It might help to have some

Re: [Lazarus] Fw: New Features for source editor

2009-02-26 Thread Hans-Peter Diettrich
Alexander Klenin schrieb: -Autocompletion in real-time (no type Ctrl+Space) While I am not against adding this to Lazarus, ACK I would like to note that this is one Delphi 2007 feature I actively do not like, and always turn off. Most of the input features are helpful only to beginners,

Re: [Lazarus] Fw: New Features for source editor

2009-02-26 Thread Reenen Laurie
I just think that 10 finger typists with these tools could be equal to a 15 finger typists... :-) On Thu, Feb 26, 2009 at 5:12 PM, Hans-Peter Diettrich drdiettri...@aol.comwrote: Alexander Klenin schrieb: -Autocompletion in real-time (no type Ctrl+Space) While I am not against adding

Re: [Lazarus] Fw: New Features for source editor

2009-02-26 Thread Hans-Peter Diettrich
Reenen Laurie schrieb: I just think that 10 finger typists with these tools could be equal to a 15 finger typists... :-) What's the benefit of using 15 fingers, at the speed of one? DoDi ___ Lazarus mailing list Lazarus@lazarus.freepascal.org

[Lazarus] To all SVN-followers = incompatible change

2009-02-26 Thread Martin Friebe
Any one who uses SVN, you may encounter a problem if updating to Version 18829 or above. This applies if: - you build Lazarus from within the IDE - have the new SynEdit-design package installed The make bigide should not be effected. Here is how to solve the issue: - Uninstall SynEdit-design

Re: [Lazarus] Fw: New Features for source editor

2009-02-26 Thread Lee Jenkins
Hans-Peter Diettrich wrote: Alexander Klenin schrieb: -Autocompletion in real-time (no type Ctrl+Space) While I am not against adding this to Lazarus, ACK I would like to note that this is one Delphi 2007 feature I actively do not like, and always turn off. Most of the input