[Lazarus] Uninstalling of Lazarus 1.8.2 under Win 10 (64) incomplete

2018-05-22 Thread Joe via Lazarus
I clicked on 'Einstellungen', then 'Apps', then 'Lazarus 1.8.2' and 
'Deinstallieren'. A message appeared: 'Diese App und alle dazugehörigen 
Infos werden deinstalliert.' Again I clicked on 'Deinstallieren' and 
rebootet.


Lazarus was removed, but not the offer to remove it under Einstellungen 
->  Apps. There is still 'Lazarus 1.8.2.
I clicked on it, clicked again on 'Deinstallieren' and eventually got 
the error message 'D:\lazarus\unins000 konnte nicht gefunden werden. 
Stellen Sie sicher, dass Sie den Namen richtig eingegeben haben, und 
wiederholen Sie den Vorgang.'


Happens under Windows Version 1803 Build 17134.48.

joe
--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] Lazarus Release 1.8.4

2018-05-22 Thread Mattias Gaertner via Lazarus
The Lazarus team is glad to announce the release of Lazarus 1.8.4. This is a 
bugfix release.

The release was built with FPC 3.0.4.

Here is the list of changes for Lazarus and Free Pascal:
http://wiki.lazarus.freepascal.org/Lazarus_1.8.0_release_notes
http://wiki.lazarus.freepascal.org/User_Changes_3.0.4

Here is the list of fixes for Lazarus 1.8.x:
http://wiki.freepascal.org/Lazarus_1.8_fixes_branch

The release is available for download on SourceForge:
http://sourceforge.net/projects/lazarus/files/

Choose your CPU, OS, distro and then the "Lazarus 1.8.4" directory.

Checksums for the SourceForge files:
http://www.lazarus-ide.org/index.php?page=checksums#1_8_4

Minimum requirements:

Windows:
2k, XP, Vista, 7, 8, 8.1 and 10, 32 or 64bit.
optional qt 4.5 or 5.6 for qt apps

FreeBSD/Linux:
gtk 2.8 for gtk2, qt4.5 for qt, qt5.6 for qt5, 32 or 64bit.

Mac OS X:
10.5 to 10.12; Carbon (32bit), Cocoa (64bit, not stable), qt and qt5 (32 or 
64bit).

The svn tag is
http://svn.freepascal.org/svn/lazarus/tags/lazarus_1_8_4

For people who are blocked by SF, the Lazarus releases from SourceForge are 
mirrored at:
ftp://ftp.freepascal.org/pub/lazarus/releases/
and later at (after some time for synchronization)
http://mirrors.iwi.me/lazarus/


Mattias
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] IDE multi-caret options wishes

2018-05-22 Thread hdv@gmail via Lazarus
On 2018-05-22 11:03, Michael Van Canneyt via Lazarus wrote:
> 
> 
> On Tue, 22 May 2018, AlexeyT via Lazarus wrote:
> 
>> You're right, but: IDE is for major audience, so need to use major terms, of
>> current time: cursor is mouse cursor.
> 
> What is the keyboard cursor then in modern day languag ?
> 
> I thought it was the keyboard cursor and mouse pointer ?

To make things even more confusing, for fossils like me, there's also the 
"caret"...

This is what the Apple Human User Interface Guidelines have to say on this topic
(admittedly not the most recent version, as I don't have that one):

[caret] A generic term for a symbol that indicates where the next text will be
inserted. The caret used in Macintosh text is a vertical bar (|).

[cursor] See pointer.

[pointer] A small shape on the screen that follows the movement of the mouse or
shows where the user’s next action will take place. The pointer can be an arrow,
an I-beam, a crossbar, a wristwatch, or other appropriate image. Called the
cursor in Macintosh technical manuals. See also insertion point.

[insertion point] The position where text will be inserted, usually marked by a
blinking vertical bar.

As far as I can see from browsing the latest version on their site, the
terminology hasn't changed since my version was published.

Microsoft on their site state this in their Design guidelines:

Physically moving the mouse moves the graphic pointer (also referred to as the
cursor) on the screen.
...

The caret is the flashing vertical bar that is displayed when the user is typing
into a text box or other text editor. The caret is independent of the pointer;
by default, Windows hides the pointer while the user is typing.

See 
https://msdn.microsoft.com/en-us/library/windows/desktop/dn742466(v=vs.85).aspx

So it seems as though for HID Guidelines "cursor" and "pointer" refer to the
same thing.

Grx HdV
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] IDE multi-caret options wishes

2018-05-22 Thread Martin Frb via Lazarus

On 22/05/2018 18:08, wkitty42--- via Lazarus wrote:

On 05/22/2018 04:55 AM, AlexeyT via Lazarus wrote:
You're right, but: IDE is for major audience, so need to use major 
terms, of current time: cursor is mouse cursor.



not when i'm typing in the/an editor... that mouse thing is just trash 
to be moved out of the way so i can read what is typed... the proper 
name for that mouse thing is "pointer"...


https://en.wikipedia.org/wiki/Cursor_(databases)
*cursor* is a control structure that enables traversal 
 over the records 
 in a database.


SCNR

But
https://en.wikipedia.org/wiki/Cursor
Cursor (user interface) 
, an 
indicator used to show the current position for user interaction on a 
computer monitor or other display device


Current position can be mouse or text-mark.

-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] IDE multi-caret options wishes

2018-05-22 Thread wkitty42--- via Lazarus

On 05/22/2018 05:12 AM, AlexeyT via Lazarus wrote:

Okay,  so better use "text cursor" and "mouse pointer".



yes! :)


--
 NOTE: No off-list assistance is given without prior approval.
   *Please keep mailing list traffic on the list unless*
   *a signed and pre-paid contract is in effect with us.*
--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] IDE multi-caret options wishes

2018-05-22 Thread wkitty42--- via Lazarus

On 05/22/2018 04:55 AM, AlexeyT via Lazarus wrote:
You're right, but: IDE is for major audience, so need to use major terms, of 
current time: cursor is mouse cursor.



not when i'm typing in the/an editor... that mouse thing is just trash to be 
moved out of the way so i can read what is typed... the proper name for that 
mouse thing is "pointer"...




--
 NOTE: No off-list assistance is given without prior approval.
   *Please keep mailing list traffic on the list unless*
   *a signed and pre-paid contract is in effect with us.*
--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] lazreport to fpReport converter

2018-05-22 Thread Gabor Boros via Lazarus

2018. 05. 06. 12:47 keltezéssel, Graeme Geldenhuys via Lazarus írta:

Kudos to Christian. The last push to finally say goodbye to LazReport.
Also well done to all that took the original fpReport and ran with it -
improving and fixing it further than the time I had available. The
absolute joy of seeing open source development at its best. FPC really
have a gem of a reporting tool now!



Is it have LazReport like script feature?

Gabor
--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] "End of source not found" error in Trunk.

2018-05-22 Thread Mattias Gaertner via Lazarus
On Tue, 22 May 2018 16:57:19 +0300
Sergey Bodrov via Lazarus  wrote:

> I got annoing "End of source not found" when use autocompletion
> (Ctrl-Space) on random places of code. After adding/removing empty line in
> such place, autocompletion works, but over some time error repeats again.
> What's wrong? It's Codetools bug or some incorrect options setting? I not
> sure, but maybe that's begins after installing LAMW and laz4android modules
> from fpcupdeluxe.

Can you reproduce it?

Mattias
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] "End of source not found" error in Trunk.

2018-05-22 Thread Sergey Bodrov via Lazarus
I got annoing "End of source not found" when use autocompletion
(Ctrl-Space) on random places of code. After adding/removing empty line in
such place, autocompletion works, but over some time error repeats again.
What's wrong? It's Codetools bug or some incorrect options setting? I not
sure, but maybe that's begins after installing LAMW and laz4android modules
from fpcupdeluxe.


-- 
*Bodrov Sergey*
software development, IT consulting
http://www.serbod.com
*Phone (Belarus):* +375(25)794-21-58
*Skype:* sergey.bodrov1
*e-mail:* ser...@gmail.com, oxot...@yandex.ru
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] Gtk2 CheckListbox: items checked on simple click

2018-05-22 Thread AlexeyT via Lazarus
If i click items on text area (much rigther than checkbox), checkbox 
toggles. It's not good for UI, Win32 works not so. I see it as valid 
issue, pls fix?


--
Regards,
Alexey

--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Lazarus Make Parameters

2018-05-22 Thread Joe via Lazarus

Am 22.05.2018 um 13:16 schrieb Mattias Gaertner via Lazarus:

On Tue, 22 May 2018 11:44:30 +0200
Joe via Lazarus  wrote:


[
Until now, I only did Lazarus SVN CheckOut and Lazarus Make with Trunk.
How to do it with 'Release' and 'Fix' Versions?

The same.
Just other svn URLs. For example:
The 1.8.2 release:
https://svn.freepascal.org/svn/lazarus/tags/lazarus_1_8_2
The fixes branch:
https://svn.freepascal.org/svn/svn/lazarus/branches/fixes_1_8



Whats the exact difference between these versions?

http://wiki.lazarus.freepascal.org/Version_Numbering



Are there more versions available than Trunk, Release and Fix?

These are the most important ones.
Sometimes developers create a branch to work on a big feature, which
is later merged.

You can use the svn list command:
svn list https://svn.freepascal.org/svn/lazarus/

Mattias


Mattias,
this helps a lot. Thanx.
Joe

--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Lazarus Make Parameters

2018-05-22 Thread Mattias Gaertner via Lazarus
On Tue, 22 May 2018 11:44:30 +0200
Joe via Lazarus  wrote:

>[
> Until now, I only did Lazarus SVN CheckOut and Lazarus Make with Trunk. 
> How to do it with 'Release' and 'Fix' Versions?

The same.
Just other svn URLs. For example:
The 1.8.2 release:
https://svn.freepascal.org/svn/lazarus/tags/lazarus_1_8_2
The fixes branch:
https://svn.freepascal.org/svn/svn/lazarus/branches/fixes_1_8


> Whats the exact difference between these versions?

http://wiki.lazarus.freepascal.org/Version_Numbering


> Are there more versions available than Trunk, Release and Fix?

These are the most important ones.
Sometimes developers create a branch to work on a big feature, which
is later merged.

You can use the svn list command:
svn list https://svn.freepascal.org/svn/lazarus/

Mattias
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] IDE multi-caret options wishes

2018-05-22 Thread Vojtěch Čihák via Lazarus

Yes, even on my first PC - Commodore 64 - it was "cursor". Therefore it is 
stupid that Delphi named that property Cursor: TCursor and it means image of mouse 
pointer.
 
V.
__

Od: Graeme Geldenhuys via Lazarus 


The "text cursor" has been around for much longer than the mouse device
existed. Think by how many years the terminal interface on Mainframes,
UNIX workstations and even DOS predates the Mouse device.

--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/ 

My public PGP key:  http://tinyurl.com/graeme-pgp 

--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus 


-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Lazarus Make Parameters

2018-05-22 Thread Mattias Gaertner via Lazarus
On Tue, 22 May 2018 11:44:30 +0200
Joe via Lazarus  wrote:

> Some silly questions from an Make beginner:
> Where can I find a enumeration and explanations of the Lazarus Make 
> parameters like OPT='-dLCLGtk2Fix30545' and '-dVerboseKeyboard'?

These are experimental flags, used sometimes by Lazarus developers to
hunt bugs. They are not supported.


Mattias
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] Lazarus Make Parameters

2018-05-22 Thread Joe via Lazarus

Some silly questions from an Make beginner:
Where can I find a enumeration and explanations of the Lazarus Make 
parameters like OPT='-dLCLGtk2Fix30545' and '-dVerboseKeyboard'?
Until now, I only did Lazarus SVN CheckOut and Lazarus Make with Trunk. 
How to do it with 'Release' and 'Fix' Versions? Whats the exact 
difference between these versions? Are there more versions available 
than Trunk, Release and Fix?


Joe

--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] IDE multi-caret options wishes

2018-05-22 Thread AlexeyT via Lazarus

Okay,  so better use "text cursor" and "mouse pointer".

>I thought it was the keyboard cursor and mouse pointer ?

--
Regards,
Alexey

--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] IDE multi-caret options wishes

2018-05-22 Thread Graeme Geldenhuys via Lazarus
On 2018-05-22 10:03, Michael Van Canneyt via Lazarus wrote:
> I thought it was the keyboard cursor and mouse pointer ?

My point exactly - you simply worded it much better than I did (no
surprise).

I've never regarded the mouse pointer as a "cursor", but I was concerned
it might be my age showing. ;-)

Regards,
  Graeme

-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] IDE multi-caret options wishes

2018-05-22 Thread Michael Van Canneyt via Lazarus



On Tue, 22 May 2018, AlexeyT via Lazarus wrote:

You're right, but: IDE is for major audience, so need to use major 
terms, of current time: cursor is mouse cursor.


What is the keyboard cursor then in modern day languag ?

I thought it was the keyboard cursor and mouse pointer ?

Michael.
--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] IDE multi-caret options wishes

2018-05-22 Thread AlexeyT via Lazarus
You're right, but: IDE is for major audience, so need to use major 
terms, of current time: cursor is mouse cursor.


Thanks for your work on github Lazarus mirror..

PS. Russian people (age<35) don't know what are mainframes, Unix 
workstations: so cursor is always mouse cursor :)



On 22.05.2018 10:37, Graeme Geldenhuys via Lazarus wrote:

The "text cursor" has been around for much longer than the mouse device
existed. Think by how many years the terminal interface on Mainframes,
UNIX workstations and even DOS predates the Mouse device.


--
Regards,
Alexey

--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Property editor is set ?

2018-05-22 Thread Michael Van Canneyt via Lazarus



On Tue, 22 May 2018, Mattias Gaertner via Lazarus wrote:


On Tue, 22 May 2018 09:15:37 +0200 (CEST)
Michael Van Canneyt via Lazarus  wrote:


Hello,

How can I check whether a property editor is set for a certain property in
the lazarus IDE interface ?


I guess you mean function GetEditorClass.


Chances are pretty big I do... I should have thought of this myself :(

Thanks!

Michael.
--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Property editor is set ?

2018-05-22 Thread Mattias Gaertner via Lazarus
On Tue, 22 May 2018 09:15:37 +0200 (CEST)
Michael Van Canneyt via Lazarus  wrote:

> Hello,
> 
> How can I check whether a property editor is set for a certain property in
> the lazarus IDE interface ?

I guess you mean function GetEditorClass.

 
Mattias
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] IDE multi-caret options wishes

2018-05-22 Thread Graeme Geldenhuys via Lazarus
On 2018-05-21 10:07, AlexeyT via Lazarus wrote:
> 1c) better name for "Multi caret move with cursor" is "Move multi-caret 
> by arrow keys". coz CURSOR is mouse cursor. 

The "text cursor" has been around for much longer than the mouse device
existed. Think by how many years the terminal interface on Mainframes,
UNIX workstations and even DOS predates the Mouse device.

Probably the same reason the kids of today don't know why Windows
allocates the first hard drive to the letter C: and not A:  ;-)

Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] Property editor is set ?

2018-05-22 Thread Michael Van Canneyt via Lazarus


Hello,

How can I check whether a property editor is set for a certain property in
the lazarus IDE interface ?

I want to register a property editor for some properties, but only if it was 
not yet set.

Michael.
--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus