Topic: simpleviewer editor creates unwanted double quotes
whenever I add pro options the editor adds double quotes. this means that when I save and edit again i have to manually remove all the quotes because they keep adding up.
for example
showAutoPlayButton="TRUE"
becomes
showAutoPlayButton=""TRUE""
the only way to make it work is to type it without the quotes, then the editor adds only one pair but each time i make a change i have to copy/paste the whole thing (or manually remove all the quotes)