Copy link to clipboard
Copied
I use the latest version of macOS Mojave and DW 2019.
DW 2014 shows the unicode character of a non breaking space as a little gray circle in the code view. That's fine.
See a screenshot: Dropbox - Screenshot 2018-12-08 09.52.18.png
DW 2019 does not show it.
How can I get DW 2019 to visualize a non breaking space in the code view and as well in the design view.
A typical visualization in a text processing software like office word is to show a little circle:
Dropbox - Screenshot 2018-12-12 09.54.20.png
Thanks for your help.
Copy link to clipboard
Copied
This is a duplicate question of Insert the unicode character for a non-breaking space instead of the html entity "& nbsp"
Rather than delete this post, I have locked it. If there is a disagreement, please PM me and I will unlock it.
Has been unlocked as per request from the OP and subject line has been changed..
Copy link to clipboard
Copied
@Ben
Thanks.
Energize​
was so kind to answer my question in another thread (while this was locked).
His helpful answer:
***
As Brackets is the code editor in Dreamweaver you could try this extension to 'visualise' non breaking spaces and tabs in code view:
GitHub - DennisKehrig/brackets-show-whitespace: Show Indentations in Brackets
I'm a windows user and would copy the Brackets extension folder to path:
C:\Users\paulm\AppData\Roaming\Adobe\Dreamweaver CC 2019\en_US\Configuration\Brackets\extensions\user\
So you need the equivalent on Mac.
***
I found the equivalent folder on macOS:
~/Library/Application Support/Adobe/Dreamweaver CC 2019/de_DE/Configuration/Brackets/extensions/user
It worked fine.
Now the "non breaking spaces" are visualized in the code view as a red dot.
But they are still not visualiszed in the design view.
Is that posible too?