Activity overview
Latest activity by MateFarkas
Hi,
Thanks for the answer and the accepted bug ticket.
Meanwhile I found a solution. I copied the #sqlScript css class from the old SqlDoc2 and replaced the new.
So I changed the Master.css in the Style1 folder from this:
#sqlScript {
font-family: Consolas, Monaco, Menlo, "Courier New", monospace;
overflow-x: auto;
white-space: pre;
}
to this:
#sqlScript {
font-family: Consolas, Monaco, Menlo, "Courier New", monospace;
text-wrap: normal;
word-wrap: break-word;
}
And this solved. / comments
Hi,
Thanks for the answer and the accepted bug ticket.
Meanwhile I found a solution. I copied the #sqlScript css class from the old SqlDoc2 and replaced the new.
So I changed the Master.css in the ...
Hi,
This is a CHF help file. You don't experience this issue?
Just generate a simple CHF help file from any database with sql scripts and then open the CHF (Help Viewer) and try to copy the sql script.
Regards,
Mate / comments
Hi,
This is a CHF help file. You don't experience this issue?
Just generate a simple CHF help file from any database with sql scripts and then open the CHF (Help Viewer) and try to copy the sql scr...
SqlCode does not contain linebreaks
Hi RedGate!
In SQL Doc2 when I copy an sql script from the generated help file and paste it to a query window in SSMS then it was the same as in the help file.
Now the line breaks are disappeared s...