[Lazarus] Do the make commands have a way of listing the options and possible values for them?

2015-03-31 Thread vfclists .
The ./configure command used by a lot of unix programs can list the options
and possible values for them. Do the make commands for Lazarus and FPC have
such an option?

-- 
Frank Church

===
http://devblog.brahmancreations.com
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Can the Lazarus IDE itself be compiled for a different OS and architecture?

2015-03-31 Thread vfclists .
Is it possible to compile the Lazarus version of Windows 32bit or 64bit on
a Linux system, including the components, zip it up and transfer it to a
Windows system for installation?
-- 
Frank Church

===
http://devblog.brahmancreations.com
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Building IDE setting don't ripple to packages

2015-03-31 Thread Martin Frb

On 21/03/2015 10:59, Mattias Gaertner wrote:

The options in the Configure Build Lazarus options are the macro
$(IDEBuildOptions). Many packages added that macro to their custom
options, but not all.

To apply options to all packages you can use:
http://wiki.lazarus.freepascal.org/IDE_Window:_Compiler_Options#Add_a_flag_to_project_and_all_packages



Unfortunately this feature is currently broken.
http://bugs.freepascal.org/view.php?id=27752

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Can the Lazarus IDE itself be compiled for a different OS and architecture?

2015-03-31 Thread Dmitry Boyarintsev
On Tue, Mar 31, 2015 at 11:25 AM, vfclists . vfcli...@gmail.com wrote:


 Is it possible to compile the Lazarus version of Windows 32bit or 64bit on
 a Linux system, including the components, zip it up and transfer it to a
 Windows system for installation?


It is possible, as long as FPC cross-compilers are set up.
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] svn version of Lazarus broken?

2015-03-31 Thread John Landmesser

found the solution: TSynEdit!!

http://forum.lazarus.freepascal.org/index.php?topic=15106.0


it's nearly the same as TSynMemo

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Do the make commands have a way of listing the options and possible values for them?

2015-03-31 Thread Mattias Gaertner
On Tue, 31 Mar 2015 13:43:14 +0100
vfclists . vfcli...@gmail.com wrote:

 The ./configure command used by a lot of unix programs can list the options
 and possible values for them. Do the make commands for Lazarus and FPC have
 such an option?

There is a start:
make help

Mattias

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] SynMemo will be deprecated - Use SynEdit instead

2015-03-31 Thread Martin Frb

For general info:

In Lazarus 1.5 SynMemo will be deprecated. please read here:
http://wiki.lazarus.freepascal.org/Lazarus_1.6.0_release_notes#SynMemo_is_now_Deprecated

SynMemo can be used in all cases. So their is no need to have both.

It is recommended not to use SynMemo in 1.4. This will only mean you 
have to replace it in future.


The 2 extra methods from SynEdit will be available on SynEdit in Lazarus 
1.4. They have the same warnings as describe in the linked page.



--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] SynMemo will be deprecated - Use SynEdit instead

2015-03-31 Thread Martin Frb

On 01/04/2015 00:24, Martin Frb wrote:

For general info:

In Lazarus 1.5 SynMemo will be deprecated. please read here:
http://wiki.lazarus.freepascal.org/Lazarus_1.6.0_release_notes#SynMemo_is_now_Deprecated 



SynMemo can be used in all cases. So their is no need to have both.

That should have been:
SynEdit can be used in all cases. So their is no need to have both.



It is recommended not to use SynMemo in 1.4. This will only mean you 
have to replace it in future.


The 2 extra methods from SynEdit will be available on SynEdit in 
Lazarus 1.4. They have the same warnings as describe in the linked page.



--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus



--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Coolbar: IDE shows a drag cursor on buttons

2015-03-31 Thread Vojtěch Čihák

Hi,
 
I ask here because I wasn't enough fast to ask on bugtracker. Issue is already 
closed.
 
About 27762: IDE shows a drag cursor on the coolbar
 
IMO it was GTk2 issue rather than CoolBar issue, I couldn't reproduce on Qt.
 
Cursor changing was implemented intentionally, if coolband can be sized, user 
can see crHSplit before he presses left mouse button and 
if coolband can be moved, user can see crDrag before he actually presses mouse. 
Someone wanted it on forum and I found it user freindly too.
 
While I think the patch is not wrong, I still would like to revert previous 
behviour and the real issue should be resolved: Gtk2 speed buttons should not 
accept cursor of parent
and should use their own.
 
V.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Coolbar: IDE shows a drag cursor on buttons

2015-03-31 Thread Martin Frb

On 31/03/2015 23:00, Vojtěch Čihák wrote:


Hi,

I ask here because I wasn't enough fast to ask on bugtracker. Issue is 
already closed.


About 27762: IDE shows a drag cursor on the coolbar

IMO it was GTk2 issue rather than CoolBar issue, I couldn't reproduce 
on Qt.


Cursor changing was implemented intentionally, if coolband can be 
sized, user can see crHSplit before he presses left mouse button and


if coolband can be moved, user can see crDrag before he actually 
presses mouse. Someone wanted it on forum and I found it user freindly 
too.


While I think the patch is not wrong, I still would like to revert 
previous behviour and the real issue should be resolved: Gtk2 speed 
buttons should not accept cursor of parent


and should use their own.


The change was (afaik) not because of the GTK part. I wrote (none 
public) before about the drag cursor being always shown:
Well at least for Windows that is wrong. (And I guess for other OS it 
is too)


The drag cursor is to b shown while dragging. The drag cursor is not 
meant to be an indicator of possible dragging.


And dragging does not start with mouse down (so the cursor does not 
change on mouse down). Dragging starts, when the cursor has been moved 
a certain distance, while the button was held down. That makes it 
different to a click. The distance is configured in the windows 
settings. So it should be retrieved from the windows API.


This is how all applications on window behave. Showing the drag cursor 
while dragging is not active is counter intuitive. When and while it was 
happening, I always thought the IDE had started dragging (somehow 
triggered despite I did not click the mouse)
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Coolbar: IDE shows a drag cursor on buttons

2015-03-31 Thread Vojtěch Čihák

OK, so the patch is fine.
 
V.
__

Od: Martin Frb laza...@mfriebe.de
Komu: Lazarus mailing list lazarus@lists.lazarus.freepascal.org
Datum: 01.04.2015 00:13
Předmět: Re: [Lazarus] Coolbar: IDE shows a drag cursor on buttons

The change was (afaik) not because of the GTK part. I wrote (none public) before about the drag cursor being always shown: 
Well at least for Windows that is wrong. (And I guess for other OS it is too) 

The drag cursor is to b shown while dragging. The drag cursor is not meant to be an indicator of possible dragging. 

And dragging does not start with mouse down (so the cursor does not change on mouse down). Dragging starts, when the cursor has been moved a certain distance, while the button was held down. That makes it different to a click. The distance is configured in the windows settings. So it should be retrieved from the windows API. 
This is how all applications on window behave. Showing the drag cursor while dragging is not active is counter intuitive. When and while it was happening, I always thought the IDE had started dragging (somehow triggered despite I did not click the mouse)



--

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus 
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus