Difference between revisions of "Lazarus Documentation/ja"

From Free Pascal wiki
Jump to navigationJump to search
Line 42: Line 42:
 
*[[Install Packages/ja]] - パッケージをインストールするための方法
 
*[[Install Packages/ja]] - パッケージをインストールするための方法
 
*[[Extending the IDE/ja]] - Lazarus IDEに機能を追加する方法
 
*[[Extending the IDE/ja]] - Lazarus IDEに機能を追加する方法
 +
*[[Adding Kylix Help]] - How to use the Borland Help files within the IDE editor.
 +
*[[Using Lazarus for other computer languages]] - How to use the IDE for C, Java, etc.
 +
*[[IDE Development]] - Various pages about current development of the IDE.
  
=== Delphiからの移行 ===
+
===LCL===
*[[Lazarus For Delphi Users/ja|DelphiユーザーのためのLazarus]] - Delphiユーザーのために書かれたLazarusの始め方。
 
*[[Code Conversion Guide/ja|コード変換ガイド]] - 既存のDelphiやKylixのコードやコンポーネントを変換する方法。
 
 
 
=== (メンテナンス中) ===
 
 
*[[doc:lcl/ja|LCL documentation]] - LCLオンライン文書 (作業中)。
 
*[[doc:lcl/ja|LCL documentation]] - LCLオンライン文書 (作業中)。
 +
*[[Autosize / Layout]] - How to design forms that work on all platforms.
 +
*[[Main Loop Hooks]] - How to handle multiple event sources
 +
*[[Asynchronous Calls]] - How to queue methods for later execution
 
*[[File size and smartlinking/ja|ファイルサイズとスマートなリンクの方法]] - いかにしてアプリケーションをスマートにリンクするか、そして小さい実行ファイルの作り方。
 
*[[File size and smartlinking/ja|ファイルサイズとスマートなリンクの方法]] - いかにしてアプリケーションをスマートにリンクするか、そして小さい実行ファイルの作り方。
 +
*[[Accessing the Interfaces directly]] - Example how to access the LCL widgetsets
 +
*[[Add Help to Your Application]] - How to create a Online Help for your application
 +
*[[Anchor Sides]] - Description of Anchor Sides Feature
 +
*[[LCL Tips]] - Tips and tricks
 +
*[[LCL Defines]] - Choosing the right options to recompile LCL
 +
 +
===Developing===
 +
*[[The Power of Proper Planning and Practices]] - common-sense programming best practices for the Free Pascal and Lazarus developer
 
* [[Multiplatform Programming Guide/ja |マルチプラットホームプログラミングガイド]] - クロスプラットホームアプリケーションを開発する方法、そしてプラットホーム間の移植の方法。
 
* [[Multiplatform Programming Guide/ja |マルチプラットホームプログラミングガイド]] - クロスプラットホームアプリケーションを開発する方法、そしてプラットホーム間の移植の方法。
 
*[[Using Pascal Libraries with .NET and Mono/ja | .NET や Mono から Pascal ライブラリを使用する]] - .NET や Mono を使ってFree Pascal のコードを利用する。
 
*[[Using Pascal Libraries with .NET and Mono/ja | .NET や Mono から Pascal ライブラリを使用する]] - .NET や Mono を使ってFree Pascal のコードを利用する。
 +
*[[Deploying Your Application]] - How to create an installer for your application
 +
*[[Cross compiling]] - Creating executables of one platform, on another.
 +
*[[Remote Debugging]] - How to debug your Lazarus application from another machine.
 +
*[[Application Icon]] - Setting the application icon
 +
 +
===Tools===
 +
*[[Lazarus Documentation Editor]] - Using "lazde" to create documentation
 +
*[[LazDoc]] - An integrated editor for documentation files
 +
*[[FPDoc Updater]] - A GUI tool for updating FPDoc files
 +
*[[lazbuild]] - Compiling projects and packages without the IDE
 +
 +
=== Delphiを利用している方へ ===
 +
*[[Lazarus Components]] - Comparison between Lazarus and Turbo Delphi components
 +
*[[Lazarus For Delphi Users/ja|DelphiユーザーのためのLazarus]] - Delphiユーザーのために書かれたLazarusの始め方。
 +
*[[Code Conversion Guide/ja|コード変換ガイド]] - 既存のDelphiやKylixのコードやコンポーネントを変換する方法。
  
 
==Lazarus開発者ガイド==
 
==Lazarus開発者ガイド==

Revision as of 15:17, 9 April 2008

العربية (ar) Deutsch (de) English (en) español (es) suomi (fi) français (fr) magyar (hu) Bahasa Indonesia (id) italiano (it) 日本語 (ja) 한국어 (ko) Nederlands (nl) português (pt) русский (ru) slovenčina (sk) Türkçe (tr) 中文(中国大陆)‎ (zh_CN) 中文(台灣)‎ (zh_TW)

日本語版メニュー
メインページ - Lazarus Documentation日本語版 - 翻訳ノート - 日本語障害情報


日本語翻訳に参加頂ける方は翻訳ノートを御覧ください。


LazarusとPascalのチュートリアル

Lazarusユーザーガイド

インストール方法

IDE

LCL

Developing

Tools

Delphiを利用している方へ 

Lazarus開発者ガイド

LCL - Lazarus コンポーネントライブラリ

Interfaces



翻訳

  • Getting translation strings right A few notes for programmers on how to create and use translateable strings in your application. Quickly discusses general things about creating strings, offers a few hints on implementation issues and points out some things to consider when using English as base language in particular.
  • 翻訳ノート:
  • ドイツ語翻訳ノート - Lazarus IDE をドイツ語に翻訳するためののノートとガイドライン。ここには翻訳する際によく参照するような単語の辞書を含んでいます。
  • Add language barWiki の各ページのトップに各言語の翻訳リストを設置する方法

コード変換ガイド

IDE文書

付加コンポーネント文書

Free Pascal コンパイラ文書

In addition to this site, the latest version of the documentation can also be found online and in a variety of downloadable formats on the main Free Pascal Compiler site. There is now also a WiKi site for FreePascal [1] very similar in style to this one, to allow developers to submit documentation in addition to the official FPC documents below.

Lazarus related blogs

  • 初心者の冒険 - チュートリアルを見ながら Lazarus を使い始めた初心者の記録
  • On the road with Lazarus/Freepascal - A blog dedicated to register my experiences while programming with Lazarus and Freepascal (by Luiz Américo)
  • Porting to Lazarus - This blog describes the porting of a medium-sized application (~100 kloc) from D7 with CLX to Lazarus (by Alexsander da Rosa)
  • Living Lazarus - One mans exploration into the possibilities of an open source RAD (by Wibblytim).
  • Bee.ography just (another) Bee’s buzz!