Recent

Author Topic: Lazarus Release 2.0.0  (Read 126746 times)

yurkad

  • Full Member
  • ***
  • Posts: 173
  • development
Where can be obtain English version of Lazarus 2.0.0?
« Reply #105 on: February 24, 2019, 09:50:58 pm »
I am in Argentina. Perhaps by this - by mi IP - I can download only Spanish version. It is good.
But I need English version too.

Thanks!

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9754
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus Release 2.0.0
« Reply #106 on: February 24, 2019, 10:43:47 pm »
All languages are included in the download. But by default it follows your OS settings.

Menu: Tools > Options
Page: Environment > General

there is a dropdown to select your language

FTurtle

  • Sr. Member
  • ****
  • Posts: 292
Re: Lazarus Release 2.0.0
« Reply #107 on: February 25, 2019, 05:17:21 pm »
And don't forget restart Lazarus after changing language.

SnoopyDog

  • New Member
  • *
  • Posts: 26
Re: Lazarus Release 2.0.0
« Reply #108 on: February 25, 2019, 11:19:54 pm »
Hey, nice catch! I can see that it is same in the trunk version of FPC. Can you file a bug report so this won't be forgotten?

Done: https://bugs.freepascal.org/view.php?id=35150

My suggested fix on the previous page was incomplete, I added a full suggestion to the bug report

yurkad

  • Full Member
  • ***
  • Posts: 173
  • development
Re: Lazarus Release 2.0.0
« Reply #109 on: February 26, 2019, 02:13:05 pm »
Is Solved.

Very good now.

Thank you all !
« Last Edit: February 26, 2019, 02:19:10 pm by yurkad »

pakionet

  • Newbie
  • Posts: 1
Re: Lazarus Release 2.0.0
« Reply #110 on: March 07, 2019, 07:52:12 pm »
There is trouble:
ComboBox - when style is csDropDownList, its color can not be changed.

jamie

  • Hero Member
  • *****
  • Posts: 6077
Re: Lazarus Release 2.0.0
« Reply #111 on: March 10, 2019, 02:26:01 pm »
If you are on WINDOWS, and I assume you are, the OS uses its own colors for those controls and many like them..

The Themes settings handles that but you still can't override them...

If you want you can select a OwnerDrawFixed type of combobox. You will need to do the drawing of each
row yourself but, it gives you the opportunity to set the Brush colors for the background as you do so.

 There are plenty of examples online both in Delphi and Lazarus.

 It's been this way for a long time.

The only true wisdom is knowing you know nothing

antispam88

  • Jr. Member
  • **
  • Posts: 60
Re: Lazarus Release 2.0.0
« Reply #112 on: March 10, 2019, 10:04:10 pm »
Hi,
thx for the release.
But I found a difference behavior between 1.8.4 and 2.0.0:
The part behind the last dot in target file name is truncated (project1.test.64 -> project1.test; tested with IDE and lazbuild).
It had worked at least since version 1.6.4 but with 2.0.0 our build scripts didn't find target files anymore.
I don't know if this behavior is desired or documented.

Best regards,
antispam88

Lazarus: 2.0.0
FPC: 3.0.4
x86_64-win64-win32/win64 + i386-win32-win32/win64

VTwin

  • Hero Member
  • *****
  • Posts: 1215
  • Former Turbo Pascal 3 user
Re: Lazarus Release 2.0.0
« Reply #113 on: March 11, 2019, 05:58:51 pm »
The latest 2.0 fixes branch on Mac cocoa is not working.

Code: Pascal  [Select][+][-]
  1. $ svn up
  2. Updating '.':
  3. At revision 60652.
  4. $ make clean all LCL_PLATFORM=cocoa CPU_TARGET=x86_64
  5. ...
  6. $ open startlazarus.app --args "--pcp=~/.laz_2_0"

generates the message box:

"startlazarus
Cannot execute empty command-line.
Press OK to ignore and risk data corruption.
Press Abort to kill the program."

after displaying the Lazarus 2.0.1 splash screen.

This has worked in all previous versions. I reverted:

Code: Pascal  [Select][+][-]
  1. $ svn update -r 60568

and that is working.
« Last Edit: March 11, 2019, 06:16:27 pm by VTwin »
“Talk is cheap. Show me the code.” -Linus Torvalds

Free Pascal Compiler 3.2.2
macOS 12.1: Lazarus 2.2.6 (64 bit Cocoa M1)
Ubuntu 18.04.3: Lazarus 2.2.6 (64 bit on VBox)
Windows 7 Pro SP1: Lazarus 2.2.6 (64 bit on VBox)

Bart

  • Hero Member
  • *****
  • Posts: 5265
    • Bart en Mariska's Webstek
Re: Lazarus Release 2.0.0
« Reply #114 on: March 11, 2019, 06:30:52 pm »
This has worked in all previous versions. I reverted:

Code: Pascal  [Select][+][-]
  1. $ svn update -r 60568

and that is working.

Can you bisect the guilty revision?

Bart

VTwin

  • Hero Member
  • *****
  • Posts: 1215
  • Former Turbo Pascal 3 user
Re: Lazarus Release 2.0.0
« Reply #115 on: March 11, 2019, 06:44:20 pm »
This has worked in all previous versions. I reverted:

Code: Pascal  [Select][+][-]
  1. $ svn update -r 60568

and that is working.

Can you bisect the guilty revision?

Bart

Thanks, I'll give it a shot.
“Talk is cheap. Show me the code.” -Linus Torvalds

Free Pascal Compiler 3.2.2
macOS 12.1: Lazarus 2.2.6 (64 bit Cocoa M1)
Ubuntu 18.04.3: Lazarus 2.2.6 (64 bit on VBox)
Windows 7 Pro SP1: Lazarus 2.2.6 (64 bit on VBox)

VTwin

  • Hero Member
  • *****
  • Posts: 1215
  • Former Turbo Pascal 3 user
Re: Lazarus Release 2.0.0
« Reply #116 on: March 11, 2019, 07:27:30 pm »

Can you bisect the guilty revision?

Bart

Thanks, I'll give it a shot.

60602 is working, 60603 is not.

These are updates 60602->60603:

Code: [Select]
Updating '.':
U    components/codetools/definetemplates.pas
U    components/leakview/leakinfo.pas
U    ide/ideinfodlg.pas
U    ide/idefpcinfo.pas
U    ide/etfpcmsgparser.pas
U    ide/compiler.pp
U    ide/lazarusmanager.pas
U    ide/checkcompileropts.pas
U    ide/buildlazdialog.pas
U    ide/showcompileropts.lfm
U    ide/frames/compiler_compilation_options.pas
U    ide/showcompileropts.pas
U    ide/buildmanager.pas
U    ide/main.pp
U    ide/compileroptions.pp
 U   .
Updated to revision 60603.
« Last Edit: March 11, 2019, 07:34:59 pm by VTwin »
“Talk is cheap. Show me the code.” -Linus Torvalds

Free Pascal Compiler 3.2.2
macOS 12.1: Lazarus 2.2.6 (64 bit Cocoa M1)
Ubuntu 18.04.3: Lazarus 2.2.6 (64 bit on VBox)
Windows 7 Pro SP1: Lazarus 2.2.6 (64 bit on VBox)

Cyrax

  • Hero Member
  • *****
  • Posts: 836
Re: Lazarus Release 2.0.0
« Reply #117 on: March 12, 2019, 02:23:51 pm »
The latest 2.0 fixes branch on Mac cocoa is not working.

Code: Pascal  [Select][+][-]
  1. $ svn up
  2. Updating '.':
  3. At revision 60652.
  4. $ make clean all LCL_PLATFORM=cocoa CPU_TARGET=x86_64
  5. ...
  6. $ open startlazarus.app --args "--pcp=~/.laz_2_0"

generates the message box:

"startlazarus
Cannot execute empty command-line.
Press OK to ignore and risk data corruption.
Press Abort to kill the program."

after displaying the Lazarus 2.0.1 splash screen.

This has worked in all previous versions. I reverted:

Code: Pascal  [Select][+][-]
  1. $ svn update -r 60568

and that is working.

Please update fixes branch to r60653 at least.

VTwin

  • Hero Member
  • *****
  • Posts: 1215
  • Former Turbo Pascal 3 user
Re: Lazarus Release 2.0.0
« Reply #118 on: March 12, 2019, 09:36:00 pm »
Please update fixes branch to r60653 at least.

Thank you! I am on r60659, and that is working.  :)
“Talk is cheap. Show me the code.” -Linus Torvalds

Free Pascal Compiler 3.2.2
macOS 12.1: Lazarus 2.2.6 (64 bit Cocoa M1)
Ubuntu 18.04.3: Lazarus 2.2.6 (64 bit on VBox)
Windows 7 Pro SP1: Lazarus 2.2.6 (64 bit on VBox)

pixelink

  • Hero Member
  • *****
  • Posts: 1260
Re: Lazarus Release 2.0.0
« Reply #119 on: March 16, 2019, 09:25:53 pm »
Hi, I upgarded to 2.0
Now any packages I installed are not read even though my external packages/livaries are in a separate folder, which has not moved.

I got KControls reinstalled but, TlzRichedit and Evc_LazRichEdit is working.

I can re-install the Evc_LazRichedit, but whn opening the app it says can't find, but I installed it.

I con't seem to find TlzRichedit anywhere on my system.
Does anyonw know whaere I can fins "TlzRichedit" package??

Thanks
Can't Type - Forgetful - Had Stroke = Forgive this old man!
LAZ 2.2.0 •  VSSTUDIO(.Net) 2022 • Win10 • 16G RAM • Nvida GForce RTX 2060

 

TinyPortal © 2005-2018