Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
General
»
How to build own ide in Lazarus
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
TIdSMTP problems
by
DragoRosso
[
Today
at 06:36:37 pm]
Operators overriding and ...
by
ackarwow
[
Today
at 06:32:52 pm]
Nested declarations insid...
by
Thaddy
[
Today
at 06:28:20 pm]
MQTT Client
by
cdbc
[
Today
at 06:08:38 pm]
const declaration
by
BrunoK
[
Today
at 05:20:13 pm]
String replace or add ' ...
by
Thaddy
[
Today
at 05:09:22 pm]
TColor preview tool of br...
by
slicke
[
Today
at 04:36:20 pm]
fbclient on macOS 14
by
Tango600
[
Today
at 04:09:55 pm]
CADSys4 3D.
by
mdadali
[
Today
at 03:00:04 pm]
Making sense of pparser, ...
by
JernejL
[
Today
at 02:53:56 pm]
Problem with cell comment
by
wp
[
Today
at 02:40:51 pm]
File operations blocking ...
by
jamie
[
Today
at 01:57:08 pm]
Help basic Image Quality ...
by
wp
[
Today
at 01:51:33 pm]
SetPart ?
by
circular
[
Today
at 01:10:21 pm]
H2Pas can't handle EXP CA...
by
Zvoni
[
Today
at 10:28:37 am]
TImage colors incorrect
by
Thaddy
[
Today
at 09:26:22 am]
Any RequestOpenDirectory ...
by
eolandro
[
Today
at 08:50:30 am]
Add additional Components...
by
cdbc
[
Today
at 07:03:25 am]
Creating a SDL child wind...
by
TRon
[
Today
at 06:17:08 am]
[solved] triple click
by
dbannon
[
Today
at 01:46:22 am]
SDL2 image rotation Probl...
by
Fred vS
[
Today
at 01:13:15 am]
TRichMemo High Lighted te...
by
What I can do
[January 15, 2025, 11:20:37 pm]
Lazarus/FPC Flatpak appli...
by
Chronos
[January 15, 2025, 09:56:54 pm]
The mouse and using ptcgr...
by
TBMan
[January 15, 2025, 09:15:40 pm]
SDL2: Runtime Error 216 o...
by
TRon
[January 15, 2025, 07:44:59 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to build own ide in Lazarus (Read 901 times)
Packs
Sr. Member
Posts: 402
How to build own ide in Lazarus
«
on:
October 06, 2024, 09:53:05 pm »
I would like to build my own ide like Lazarus ide.
There should be component plate with minimum component.
Minimum property,form,object inspector
Please guide me
Logged
Warfley
Hero Member
Posts: 1846
Re: How to build own ide in Lazarus
«
Reply #1 on:
October 06, 2024, 10:15:02 pm »
Some of the components like the code editor (synedit) or the property editor are easily usable packages. A long time ago I've built this:
https://github.com/Warfley/AU3IDE
But granted it's not the best code base, especially the form editor is kinda terrible in retrospect.
Other than that, personally I prefer building add-ons for vscode, that's way easier than building your own ide from scratch
Logged
GitHub:
https://github.com/Warfley
af0815
Hero Member
Posts: 1381
Re: How to build own ide in Lazarus
«
Reply #2 on:
October 07, 2024, 11:05:14 am »
Object inspector is a (standalone) component. See examples objectinspector (..path to lazarus..\lazarus\examples\objectinspector)
Logged
regards
Andreas
Ștefan-Iulian Alecu
New Member
Posts: 21
Re: How to build own ide in Lazarus
«
Reply #3 on:
October 08, 2024, 09:40:47 pm »
Adding to the example Warfley gave, D has an IDE named Dexed that might as well be Lazarus from another universe looks-wise:
https://gitlab.com/basile.b/dexed
. This used to be maintained too:
https://github.com/rpcope1/Coedit
.
https://github.com/oliverhermanni/XC-Edit
is another example, but it's debatable if it's an IDE or not.
In terms of text editors (smaller in scope), you can take a look at
https://github.com/parmaja/miniedit
or
https://github.com/Alexey-T/CudaText
.
https://github.com/dertuxmalwieder/groffstudio
is even smaller than those two, but hey, it's worth shouting it out, it's pretty good at its job.
https://github.com/mse-org/mseide-msegui
I've been keeping an eye on this particular project, it's definitely made in Free Pascal, but the MSE people have their own toolkit. Might be relevant, might be not.
Logged
Packs
Sr. Member
Posts: 402
Re: How to build own ide in Lazarus
«
Reply #4 on:
October 10, 2024, 08:56:56 am »
jvRuntimeDesigner componet gives form at runtime and user can able to button,label,image , panel
Logged
Edson
Hero Member
Posts: 1318
Re: How to build own ide in Lazarus
«
Reply #5 on:
October 10, 2024, 05:50:51 pm »
I've several libraries that can be used for building an IDE:
Setting forms:
https://github.com/t-edson/MiConfig
SynEdit Highlighter:
https://github.com/t-edson/SynFacilSyn
SynEdit Completion tool and highlighter:
https://github.com/t-edson/SynFacilCompletion
Utilities for SynEdit:
https://github.com/t-edson/SynFacilUtils
You can check my IDE/compiler in order to see how it's implemented using these libraries:
https://github.com/t-edson/P65Pas
Logged
Lazarus 2.2.6 - FPC 3.2.2 - x86_64-win64 on Windows 10
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
General
»
How to build own ide in Lazarus
TinyPortal
© 2005-2018