Difference between revisions of "Projects using Lazarus - Developer utilities"

From Lazarus wiki
Jump to navigationJump to search
(New category page)
 
(Added new project entries)
Line 18: Line 18:
  
 
[https://github.com/tristan2468/Hexy Hexy] is a cross-platform tool for embedded C developers. It automatically converts binary files into C header files containing hexadecimal arrays for integration into embedded projects.
 
[https://github.com/tristan2468/Hexy Hexy] is a cross-platform tool for embedded C developers. It automatically converts binary files into C header files containing hexadecimal arrays for integration into embedded projects.
 +
 +
== PasDoc ==
 +
 +
[[PasDoc]] ([http://pasdoc.sourceforge.net/ webpage])  is an open-source documentation generator for ObjectPascal source code. It reads documentation from comments in your source code (an option to read it from an external file is also available), and generates nice docs in HTML, LaTeX or other formats. We have a console program, and a cross-platform GUI version using Lazarus.
 +
 +
== QFront ==
 +
[http://www.ullihome.de QFront] is a platform independent frontend for the CPU Emulator QEmu
 +
 +
== Win32 API Manager ==
 +
 +
The [http://www.benibela.de/tools_en.html#apim API Manager] is a very old program giving a GUI for Win32 API functions. It can do everything there is an API function for, e.g. list all processes, change their priority or kill them; list all windows and change their attributes (e.g. change a password, edit to a normal, readable edit) ... It was originally written with D4 for Win98, but I ported it to Lazarus and added support for NT-platform functions. So, it should still work nowadays.
  
 
[[Category:Lazarus]]
 
[[Category:Lazarus]]

Revision as of 10:03, 25 July 2020

Convert POs

Lazarus project, whose fusion an original po file and the translated po file. You can save your po language file after.

Diacrit

Diacrit is a utility to help with access to Unicode characters, choose the language you want. click the character button and paste into your application. Diacrit was first written in Turbo Pascal for Windows back in 1996, migrated to Delphi, and now upgraded to FPC/Lazarus.

Double Commander

Double Commander is a cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.

ExPress

ExPress is a GUI wrapper for UPX (Ultimate Packer for eXecutables).

Hexy

Hexy is a cross-platform tool for embedded C developers. It automatically converts binary files into C header files containing hexadecimal arrays for integration into embedded projects.

PasDoc

PasDoc (webpage) is an open-source documentation generator for ObjectPascal source code. It reads documentation from comments in your source code (an option to read it from an external file is also available), and generates nice docs in HTML, LaTeX or other formats. We have a console program, and a cross-platform GUI version using Lazarus.

QFront

QFront is a platform independent frontend for the CPU Emulator QEmu

Win32 API Manager

The API Manager is a very old program giving a GUI for Win32 API functions. It can do everything there is an API function for, e.g. list all processes, change their priority or kill them; list all windows and change their attributes (e.g. change a password, edit to a normal, readable edit) ... It was originally written with D4 for Win98, but I ported it to Lazarus and added support for NT-platform functions. So, it should still work nowadays.