Google Code Exporter

Results 21406 comments of Google Code Exporter

``` You're right that the comma is more readable. I did experiment with additional color specifications first (in the form of "rgb(1,0,0)", among other things, before I found out about...

``` The semicolon sounds good; I've committed it with this option. (Slightly edited your patch, so I hope I didn't break anything.... seems to work for me.) ``` Original comment...

``` Any possibility of adding support for what was originally requested: changing the main editor background and text colors? I've discovered that I can change them by globally changing the...

``` I'm aware that the request to configure the main text and background colors hasn't been implemented yet; one issue with this is that I think the Qt styling features...

``` I just found out that it is already possible to change the color of the background and the color of the text using stylesheets (see http://doc.trolltech.com/4.5/stylesheet.html). If you create,...

``` Wow, that is really useful information. Thanks a lot. You can even use a background image if you want with: background-image: url('filename') ...though of course you need to choose...

``` Hello, I use Windows XP SP2 and Texworks 0.3 r670 installed with miktex 2.9. I tried the stylesheet trick, and I have a problem: Texworks starts normally with black...

``` Strange, AFAIK, the -stylesheet option should be handled automatically and not passed to the Tw command line parser. Could you test this with a non-MiKTeX build (like on http://web.student.tuwien.ac.at/~e0325258/projects/c/texworks/)...

``` I tested with that build on XP and on Windows 7 too, and I get the same problem. ``` Original comment by `[email protected]` on 13 Nov 2010 at 7:23

``` OK, I can confirm this. While, e.g., on Linux, the complete "-stylesheet test.css" string is handled automatically and removed from the command line options that are passed to Tw...