Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
SynEdit
»
Synedit wordwrap
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
CCR Bugs
IRC channel
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
New VirtualTreeView for L...
by
El Salvador
[
Today
at 11:22:37 pm]
capture apl_exec stdout
by
toby
[
Today
at 11:07:32 pm]
GetObjectProp: Sample fro...
by
af0815
[
Today
at 10:50:27 pm]
error release when memo.s...
by
dseligo
[
Today
at 10:36:24 pm]
Want to see something fun...
by
OC DelGuy
[
Today
at 10:33:29 pm]
Best way to parse file.
by
Warfley
[
Today
at 09:14:30 pm]
lazreport load image from...
by
hamacker
[
Today
at 08:55:01 pm]
is there a "Lazarus.ini"?
by
qk
[
Today
at 08:53:20 pm]
pls advice for good style...
by
KodeZwerg
[
Today
at 08:17:23 pm]
GtoH
by
circular
[
Today
at 08:08:50 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Synedit wordwrap (Read 252 times)
Tommi
Full Member
Posts: 204
Synedit wordwrap
«
on:
November 17, 2022, 11:50:00 pm »
Hi,
is there in synedit any wordwrap option ? I cannot see it but it seems very strange that a so big and complex library has no word wrap.
Thank you
Logged
Martin_fr
Administrator
Hero Member
Posts: 8600
Debugger - SynEdit - and more
Re: Synedit wordwrap
«
Reply #1 on:
November 18, 2022, 12:40:47 am »
Yes, there is. But it's kind of beta... in progress.
Code: Pascal
[Select]
[+]
[-]
uses
SynEditWrappedView
;
begin
TLazSynEditLineWrapPlugin
.
Create
(
ASynEdit
)
;
Logged
From the wiki:
Ide Tools, Code completion and more
/
IDE cool features
/
Debugger Status
Tommi
Full Member
Posts: 204
Re: Synedit wordwrap
«
Reply #2 on:
November 18, 2022, 01:10:16 pm »
Ok, thank you. And how to disable it after it has been enabled?
Logged
Martin_fr
Administrator
Hero Member
Posts: 8600
Debugger - SynEdit - and more
Re: Synedit wordwrap
«
Reply #3 on:
November 18, 2022, 01:43:09 pm »
That isn't implemented yet....
You may be able to do something like
Code: Pascal
[Select]
[+]
[-]
FLineMapView
:
=
aSynEdit
.
TextViewsManager
.
SynTextViewByClass
[
TSynEditLineMappingView
]
;
aSynEdit
.
TextViewsManager
.
RemoveSynTextView
(
FLineMapView
)
;
and add it back later...
Mind that is only the visualization... So the rest is still running in the background.
I have not tested this.
Logged
From the wiki:
Ide Tools, Code completion and more
/
IDE cool features
/
Debugger Status
Martin_fr
Administrator
Hero Member
Posts: 8600
Debugger - SynEdit - and more
Re: Synedit wordwrap
«
Reply #4 on:
November 18, 2022, 01:44:48 pm »
Depending on what you need you may want to checkout AtSynEdit.
It has had wrapping for much longer...
Logged
From the wiki:
Ide Tools, Code completion and more
/
IDE cool features
/
Debugger Status
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
SynEdit
»
Synedit wordwrap
TinyPortal
© 2005-2018