Google Code Exporter

Results 21406 comments of Google Code Exporter

``` I was searching for this issue and ended up finding this feature request. I think what everybody here (and I'll add myself to the list) is asking for is...

Original comment by `st.loeffler` on 31 Jan 2010 at 10:08 - Added labels: **Type-Enhancement** - Removed labels: **Type-Defect**

``` Hello, I would like to propose extension to this and Issue 533: highlighting or emphasizing entire \begin{}-\end{} block, e.g. \begin{equation} \exp^{\imath\phi}=\cos\phi+\imath\sin\phi \end{equation} What I expect: the entire block would...

``` (2) can actually be fixed to use red Y \\textcolor\s*\{red\}\s*\{(\\\}|[^}])*\} instead of red Y \\textcolor\s*\{red\}\s*\{[^}]*\} i.e., symbol "}" will not be treated at the end of expression only when...

``` Currently, the syntax highlighting colors are configurable (see the file syntax-patterns.txt in the texworks configuration folder), but the basic text and background colors are not, they are simply black...

``` I'd like it if it were more configurable than it is now in syntax-patterns.txt; for example, I prefer to use the Tango palette for syntax highlighting, and I like...

``` I just read (http://doc.trolltech.com/4.5/qcolor.html#details) that you can use the "#rrggbb" notation for the colors as well. I'm not sure if this works for all versions of Qt, but you...

``` Note that you must prefix a space character if defining a foreground color; otherwise the line will be interpreted as a comment line. ``` Original comment by `st.loeffler` on...

``` The attached patch should: 1) add the possibility for setting bold, italic, underline formats in syntax-patterns.txt 2) update the comments in syntax-patterns.txt to include these new feature and the...

``` This looks fine, thanks! Just one thought - how about using comma rather than vertical-bar as the separator between colors and style flags? Seems to me that blue/yellow,B looks...