Difference between revisions of "User:Dbannon"

From Lazarus wiki
Jump to navigationJump to search
(17 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
I use this page to 'bookmark' some pages I keep referring back to but always have problems finding.
 
I use this page to 'bookmark' some pages I keep referring back to but always have problems finding.
  
 +
 +
===IDE===
 +
http://wiki.lazarus.freepascal.org/Lazarus_IDE_Tools
 +
 +
http://wiki.lazarus.freepascal.org/Lazarus_2.0_fixes_branch
 +
 +
https://sourceforge.net/projects/lazarus/files/
  
 
== General ==
 
== General ==
Line 16: Line 23:
 
http://wiki.freepascal.org/LazLogger
 
http://wiki.freepascal.org/LazLogger
  
== Installing ==
+
http://wiki.freepascal.org/Multiplatform_Programming_Guide
I'd like to make some changes to how the FPC/Lazarus install process is described on the Wiki. Its inconsistent and not very user focused in some places.
+
 
See
+
http://wiki.freepascal.org/How_To_Use_TFPExpressionParser
  
http://wiki.freepascal.org/Installing_Lazarus is quite comprohesive but dated in parts and a bit inconsisten in a number of ways. It infers near the top its only going to talk about a developers intall but then gives possibly the clearest default (user) binary install of FPC/FPC-SRC/Lazarus under heading of FPC Install. It deals with some complicated install modes with explaining to a new user what the different options are.
+
https://wiki.freepascal.org/Creating_A_Patch
  
http://wiki.lazarus.freepascal.org/Getting_Lazarus#Download_and_install_Lazarus_release_version - is sort of presented as a binary install page but does then has a discussion on how to build from src but has a link to what it describes as a better page. .
+
https://wiki.freepascal.org/Platform_defines  should mention Widget Set Defines, LCLGTK2, LCLGTK3, LCLQT5 etc
  
Get your binaries from here -
+
https://wiki.freepascal.org/Portal:HowTo_Demos
sourceforge
 
ftp://ftp.freepascal.org/pub/lazarus/releases/
 
  
=== Types of install ===
+
https://wiki.freepascal.org/Components_and_Code_examples
* Binaries, every thing in predefined, read only access.
 
  * From SourceForge, newest release, reliable
 
  * From Your Package Distrubuter, easy install, risks ....
 
  
* Src, everything installed in your user space, write access.
+
'''Constants'''
  * Trunk, careful....
+
 
  * A release, safer but not newest possible.
+
http://lazarus-ccr.sourceforge.net/docs/lcl/lcltype/index-2.html
  
 
== Language ==
 
== Language ==
Line 53: Line 55:
  
 
https://www.freepascal.org/docs-html/current/rtl/sysutils/stringfunctions.html
 
https://www.freepascal.org/docs-html/current/rtl/sysutils/stringfunctions.html
 +
 +
https://www.freepascal.org/docs-html/rtl/system/index-5.html
 +
 +
https://lazarus-ccr.sourceforge.io/docs/rtl/strutils/extractword.html
  
 
== Mac ==
 
== Mac ==
Line 59: Line 65:
  
 
http://wiki.freepascal.org/Mac_Preferences_and_About_Menu
 
http://wiki.freepascal.org/Mac_Preferences_and_About_Menu
 +
 +
http://wiki.freepascal.org/Cocoa_Internals/Application - mention of clipboard
  
 
== Pages I have contributed to ==
 
== Pages I have contributed to ==
 +
 +
I like to keep track of -
  
 
http://wiki.freepascal.org/How_to_use_a_TrayIcon
 
http://wiki.freepascal.org/How_to_use_a_TrayIcon
Line 73: Line 83:
  
 
http://wiki.freepascal.org/Clipboard
 
http://wiki.freepascal.org/Clipboard
 +
 +
http://wiki.freepascal.org/Command_line_parameters_and_environment_variables
 +
 +
http://wiki.freepascal.org/IDE_tricks
 +
 +
http://wiki.freepascal.org/Installing_Lazarus_on_Linux

Revision as of 01:16, 16 June 2021

Hi, I'm David, Davo or DBannon, as you like.

A new Lazarus user in 2017, I once used Delphi One and Two, long long ago, in a universe far away !

I use this page to 'bookmark' some pages I keep referring back to but always have problems finding.


IDE

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

http://wiki.lazarus.freepascal.org/Lazarus_2.0_fixes_branch

https://sourceforge.net/projects/lazarus/files/

General

http://wiki.freepascal.org/Executing_External_Programs#Example_of_.22talking.22_with_aspell_process

http://wiki.freepascal.org/Turn_warnings_and_hints_on_or_off

http://wiki.freepascal.org/FPC_and_DBus

http://wiki.freepascal.org/LazLogger

http://wiki.freepascal.org/Multiplatform_Programming_Guide

http://wiki.freepascal.org/How_To_Use_TFPExpressionParser

https://wiki.freepascal.org/Creating_A_Patch

https://wiki.freepascal.org/Platform_defines should mention Widget Set Defines, LCLGTK2, LCLGTK3, LCLQT5 etc

https://wiki.freepascal.org/Portal:HowTo_Demos

https://wiki.freepascal.org/Components_and_Code_examples

Constants

http://lazarus-ccr.sourceforge.net/docs/lcl/lcltype/index-2.html

Language

http://wiki.freepascal.org/Step-by-step_instructions_for_creating_multi-language_applications

UTF8

http://wiki.freepascal.org/UTF8_strings_and_characters

http://wiki.freepascal.org/UTF-8

http://wiki.freepascal.org/Unicode_Support_in_Lazarus


Strings

https://www.freepascal.org/docs-html/current/rtl/sysutils/stringfunctions.html

https://www.freepascal.org/docs-html/rtl/system/index-5.html

https://lazarus-ccr.sourceforge.io/docs/rtl/strutils/extractword.html

Mac

http://wiki.freepascal.org/Installing_Lazarus_on_MacOS_X

http://wiki.freepascal.org/Mac_Preferences_and_About_Menu

http://wiki.freepascal.org/Cocoa_Internals/Application - mention of clipboard

Pages I have contributed to

I like to keep track of -

http://wiki.freepascal.org/How_to_use_a_TrayIcon

http://wiki.freepascal.org/spelling

http://wiki.freepascal.org/KControls/KmemoNotes

http://wiki.freepascal.org/RichMemo/WorkArounds

http://wiki.freepascal.org/Installing_Lazarus_on_MacOS_X

http://wiki.freepascal.org/Clipboard

http://wiki.freepascal.org/Command_line_parameters_and_environment_variables

http://wiki.freepascal.org/IDE_tricks

http://wiki.freepascal.org/Installing_Lazarus_on_Linux