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

From Lazarus wiki
Jump to navigationJump to search
(6 intermediate revisions by 3 users not shown)
Line 21: Line 21:
  
 
[[File:Aksi_IDE.jpeg|400px]]
 
[[File:Aksi_IDE.jpeg|400px]]
 +
 +
== Anoa-Code-Editor ==
 +
 +
[http://anoa-projects.com/anoa-code-editor/ Anoa-Code-Editor] is easy, simple, & powerful code editor. It's '''FREE''' for you.
 +
 +
[http://anoa-projects.com/anoa-code-editor/ Download]
 +
 +
[[File:Anoa-Syntax-Editor.png|400px]]
 +
 +
'''Why Anoa-Code-Editor?'''
 +
* '''Easy''' to install & easy to use.
 +
* '''Simple''' user interface and simple navigation.
 +
* '''Powerful''', support many popular languages & simply running code directly for selected languages.
 +
 +
'''What can I do with Anoa-Code-Editor?'''
 +
* Open many kind of text files, especially for codes.
 +
* Edit multiple files at the same time.
 +
* Syntax highlighting and syntax completion for many popular languages.
 +
* Find and replace text with several options, including replace text with special character like carriage return or tab.
 +
* Folding code for better readibility.
 +
* Easy drag for reordering tabs.
 +
* Working with theme you love.
 +
* Running code directly from app.
  
 
== CudaText Editor ==
 
== CudaText Editor ==
Line 27: Line 50:
  
 
[[File:cudatext.png|400px]]
 
[[File:cudatext.png|400px]]
 +
 +
== Dexed ==
 +
 +
[https://gitlab.com/basile.b/dexed Dexed], the D Extended Editor, is an IDE for the [https://dlang.org/ D programming language], its compilers, tools and libraries. Overview:
 +
*available for Linux and Windows
 +
*supports all the D compilers (DMD, GDC, LDC)
 +
*supports DUB
 +
*full [https://github.com/dlang-community/DCD D Completion Daemon] integration
 +
*dynamic [https://github.com/dlang-community/D-Scanner D-Scanner] linting with results displayed in the editor gutter
 +
*debugging with GDB GUI on Linux
 +
*integrated terminal emulator on Linux with GTK2 widget set
  
 
== Hagen - cross platform HTML generator ==
 
== Hagen - cross platform HTML generator ==
Line 72: Line 106:
 
[[Image:notepas_-_code_folding.png|400px]]
 
[[Image:notepas_-_code_folding.png|400px]]
  
== Anoa-Syntax-Editor ==
 
 
[https://github.com/ah4d1/anoa-syntax-editor Anoa-Syntax-Editor] is a free and open source syntax editor.
 
 
Main Features :
 
* Open single or multiple files.
 
* Save file.
 
* Easy-to-use editor.
 
* Edit files in multiple tabs.
 
* Reordering tabs easily using drag and drop.
 
* Syntax highlighting.
 
* Syntax completion.
 
* Find & replace capability.
 
* Code folding.
 
* Line numbering.
 
* Support many popular languages.
 
* Switch editor color.
 
 
[https://sourceforge.net/projects/anoa-syntax-editor/ Download]
 
  
 
[[Category:Lazarus]]
 
[[Category:Lazarus]]

Revision as of 23:42, 4 November 2020

Projects using
Free Pascal
Business Software
Communications software
Components and Libraries
Databases and Tools
Developer utilities
Editors and IDEs
Educational software
Games
Hobby software
Medical and Scientific software
Multimedia
User utilities
Web

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

Anoa-Code-Editor

Anoa-Code-Editor is easy, simple, & powerful code editor. It's FREE for you.

Download

Anoa-Syntax-Editor.png

Why Anoa-Code-Editor?

  • Easy to install & easy to use.
  • Simple user interface and simple navigation.
  • Powerful, support many popular languages & simply running code directly for selected languages.

What can I do with Anoa-Code-Editor?

  • Open many kind of text files, especially for codes.
  • Edit multiple files at the same time.
  • Syntax highlighting and syntax completion for many popular languages.
  • Find and replace text with several options, including replace text with special character like carriage return or tab.
  • Folding code for better readibility.
  • Easy drag for reordering tabs.
  • Working with theme you love.
  • Running code directly from app.

CudaText Editor

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

cudatext.png

Dexed

Dexed, the D Extended Editor, is an IDE for the D programming language, its compilers, tools and libraries. Overview:

  • available for Linux and Windows
  • supports all the D compilers (DMD, GDC, LDC)
  • supports DUB
  • full D Completion Daemon integration
  • dynamic D-Scanner linting with results displayed in the editor gutter
  • debugging with GDB GUI on Linux
  • integrated terminal emulator on Linux with GTK2 widget set

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

Hex

Hex is an open source hex editor with some features which are useful for analyzing binary files ("reverse-engineering"):

  • Numeric viewer: displays the byte selected by the cursor and the following bytes to standard Pascal numeric data types (byte, shortint, word, ..., singe, double, real48) as a usual number.
  • Record viewer: allows to construct "records" from the basic Pascal types. The record elements are displayed in "human-readable" form. Commands are available to scroll through the file record by record.
  • Object viewer: displays embedded images.

hex.png

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