n370 / texmaker

Automatically exported from code.google.com/p/texmaker
0 stars 0 forks source link

escape '%' in tabular assistant #1460

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use tab assistant and fill the cells, one with a '%' char
2. Generate
3. The char is not correctly escape, and comment all the line

What is the expected output? What do you see instead?
Having the '%' escaped with a backslash to avoid this problem

What version of the product are you using?
4.4.1

Original issue reported on code.google.com by ld.black...@gmail.com on 25 Feb 2015 at 7:30

GoogleCodeExporter commented 9 years ago
the % must be escaped by the user like in the standard latex code

Original comment by pa.brac...@gmail.com on 25 Feb 2015 at 7:35

GoogleCodeExporter commented 9 years ago
no feedback....

Original comment by pa.brac...@gmail.com on 3 Mar 2015 at 3:05

GoogleCodeExporter commented 9 years ago
This does not make sens since we complete cells that are automatically 
delimited: Since a user fill cells, having unescaped '%' character will comment 
the line, and will generate error at compilation in most of the cases. 
Furthermore, since it is in a wizard, and because a wizard aims to help the 
user giving an UI easy to use, this add confusion.

Original comment by ld.black...@gmail.com on 19 Mar 2015 at 11:32