I know I can insert new line with shift+enter
but how can I insert tab?
I know I can insert new line with shift+enter but how can I insert
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use \t in your resource string. But pay attention on the fact that if you’re using your resource string in a Web Context it won’t work. If it’s the case, put a
<pre>tag before your resource string and a</pre>at the end. This way it will work well.