Insert the unicode character for a non-breaking space instead of the html entity "& nbsp"
I use the latest version of macOS Mojave and the localized german version of DW 2019.
Which config file do I have to edit, when I want to change the behaviour of CMD+SHIFT+SPACE in the code and design view?
Standard behaviour: & n b s p ; (spaces only for this forum posting)
I wish to get the unicode character " "
Why do I like to change the behaviour?
The readability of source code is a lot better, with less entities.
What did I try?
I edited
/Applications/Adobe Dreamweaver CC 2019/Configuration/Objects/Characters/NBSP.htm
var nbspChar = " ";
to
var nbspChar = " ";
I has no effect to CMD+SHIFT+SPACE
Thanks for your help.
