Lazarus
Home
Forum
Help
TinyPortal
Search
Login
Register
Lazarus
»
Programming
»
LCL
»
[SOLVED] SynEdit - What option disables the red block highlighting?
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
FAQ
Wiki
Bugtracker
Packages
IRC channel
Developer Blog
Follow us on Twitter
Latest SVN
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
Search
Advanced search
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] SynEdit - What option disables the red block highlighting? (Read 1046 times)
knuckles
Full Member
Posts: 116
[SOLVED] SynEdit - What option disables the red block highlighting?
«
on:
March 12, 2017, 09:14:26 pm »
I am trying to use SynEdit in my project and need to disable the red block highlighting as shown from the attached image.
What property is this linked to? Also I believe the attached SynPas highlighter is responsible but I couldn't find exactly what option to disable the block highlighting?
Thanks.
«
Last Edit: March 13, 2017, 01:56:23 am by knuckles
»
Logged
Martin_fr
Administrator
Hero Member
Posts: 4553
Re: SynEdit - What option disables the red block highlighting?
«
Reply #1 on:
March 13, 2017, 12:42:01 am »
This is done by TSynEditMarkupWordGroup
You can either disable it via (repeat for each blocktype)
Code: Pascal
[Select]
Highlighter
.
foldconfig
[
ord
(
cfbtBeginEnd
)
]
.
Modes
:
=
Highlighter
.
foldconfig
[
ord
(
cfbtBeginEnd
)
]
.
Modes
-
[
fmMarkup
]
;
Or
Code: Pascal
[Select]
SynEdit
.
MarkupManager
.
MarkupByClass
[
TSynEditMarkupWordGroup
]
.
enabled
:
=
false
;
Logged
knuckles
Full Member
Posts: 116
Re: SynEdit - What option disables the red block highlighting?
«
Reply #2 on:
March 13, 2017, 01:56:10 am »
Brilliant thanks Martin_fr
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Programming
»
LCL
»
[SOLVED] SynEdit - What option disables the red block highlighting?
Recent
Ubuntu Launcher not using...
by
KarenT
[
Today
at 05:31:30 pm]
[TCocoaMenuItem _setMenuO...
by
skalogryz
[
Today
at 04:43:48 pm]
how to disable directive
by
Thaddy
[
Today
at 04:21:14 pm]
Insert check mark symbol
by
lainz
[
Today
at 03:32:07 pm]
Material Design
by
lainz
[
Today
at 03:12:09 pm]
Fpcupdeluxe
by
EMartin
[
Today
at 02:53:07 pm]
An advice - um conselho
by
hrayon
[
Today
at 02:43:40 pm]
macOS 32-bit app warning
by
Phil
[
Today
at 02:40:10 pm]
IDE output window shown, ...
by
Lyvia
[
Today
at 02:26:23 pm]
lazSubTitlesTranslator fo...
by
laguna
[
Today
at 12:41:07 pm]