- Local time
- Today, 05:27
- Joined
- Feb 19, 2013
- Messages
- 17,176
Something I'm experiencing on Chrome.
If I have written a bit of code, then highlight and click the </> button (shown here with the quote button)
it only selects the first row.
I have to highlight, copy the code, click the </> button then paste and it double spaces the rows
anyone else seeing the same thing?
If I have written a bit of code, then highlight and click the </> button (shown here with the quote button)
Function test()
dim s as string
'do something
end function
it only selects the first row.
I have to highlight, copy the code, click the </> button then paste and it double spaces the rows
Code:
Function test()
dim s as string
'do something
end function
anyone else seeing the same thing?