Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
SynEdit
»
Synedit wordwrap
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
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
TChart: +32% Processor lo...
by
Thaddy
[
Today
at 05:09:52 pm]
CompareText improvement
by
Stefan Glienke
[
Today
at 05:07:58 pm]
An ASCII logo for Pascal ...
by
Fred vS
[
Today
at 03:34:59 pm]
Setup landmap - databse
by
WimVan
[
Today
at 03:31:15 pm]
Improvement of packages/f...
by
lagprogramming
[
Today
at 03:12:57 pm]
[SOLVED] SysTraIcon event...
by
SWM1
[
Today
at 02:40:47 pm]
pdfium.dll loadfromfile f...
by
domasz
[
Today
at 02:14:41 pm]
[SOLVED] Timer
by
Pe3s
[
Today
at 12:36:33 pm]
QT5 PageControl Tab sizes
by
zeljko
[
Today
at 12:07:55 pm]
[ SOLVED ] Json parse pro...
by
superc
[
Today
at 11:58:37 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Synedit wordwrap (Read 345 times)
Tommi
Full Member
Posts: 210
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: 8738
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: 210
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: 8738
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: 8738
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