Difference between revisions of "Projects using Lazarus - Editors and IDEs"

From Free Pascal wiki
Jump to navigationJump to search
(New "Projects using Lazarus - Editors and IDEs" page)
 
(Remove duped entry - see Developer utilities page)
Line 26: Line 26:
  
 
[[File:cudatext.png|400px]]
 
[[File:cudatext.png|400px]]
 
== Dexed ==
 
 
[https://github.com/Akira13641/dexed dexed], formerly known as Coedit, is a small, open-source, cross-platform IDE for the [http://dlang.org/ D language]. It features:
 
* full featured project format and advanced project editor.
 
* compile and run directly from the UI.
 
* instant run (without saving, script-like).
 
* synchronized edition in a block.
 
* D2 syntax highlighter, folding, identifier markup.
 
* module symbol list.
 
* static libraries manager.
 
* search and replace.
 
* user-defined tools powered by a string interpolation system.
 
* [https://github.com/Hackerpilot/DCD D Completion Daemon] integration for completion proposal and source code hints.
 
* mini file browser.
 
 
[[Image:coedit.linux.kde.png|400px]]
 
  
 
== Hagen - cross platform HTML generator ==
 
== Hagen - cross platform HTML generator ==

Revision as of 10:45, 25 July 2020

AksiIDE

AksiIDE is a light freeware multi-platform text editor written in Lazarus. very useful for PHP developers. It has these features:

  • PHP Project Wizard
  • Portable Version Available
  • Live View Browser
  • Project Management
  • Class Generator
  • Integrated With Database Explorer (mysql + postgresql)
  • Database Browser
  • FTP Explorer
  • File Explorer
  • Code Explorer with Function List
  • Code Snippet
  • PHP Source Minifier
  • PHP Source Formatter
  • Syntax Checker
  • Multi Workspace Layout

Aksi IDE.jpeg

CudaText Editor

CudaText is an advanced code editor for Windows, Linux, macOS.

cudatext.png

Hagen - cross platform HTML generator

Hagen is a open source (lgpl) cross platform html generator (or client side cms). It supports the web developer by generating a website and writing the pages. For that purpose Hagen will automate as much tasks as it can. Features:

  • project management
    • variables, functions and settings
    • template based and (page) divisions
    • source files (.source) for content
  • editor
    • syntax highlighting
    • Markdown
    • search over all pages
    • insert colors, images, tables and references
  • repository
    • for data exchange
    • for templates
  • automation
    • automate menu generating
    • internal and user defined variables and funktions
    • printing page
    • generates whole website

LazEdit

LazEdit is a simple text editor with tabbed document interface, supporting various syntax highlighters. It also has built-in functions for editing HTML.

Mep LA

Mep LA is a simple and fast text editor. Key features: working with txt and html/php files, replacement and some customizable scripts with shortcuts. You can configure replacement and run it with a click or keyboard combination.

NotePas

NotePas is an open source multi-platform text editor written in Lazarus. It can be compiled for multiple platforms and widget sets. Downloads.

notepas - code folding.png