Re: incomplete theming when using dark theme

2012-09-01 Thread Liviu Andronic
On Fri, Aug 31, 2012 at 1:31 PM, Jean-Marc Lasgouttes wrote: > We have support for using system themes colors. Try to find out if > there are suitable colors we could pick for syntax highlighting. > There are several dark themes for IDEs (say, geany-themes [1]). We could easily take that as inspir

[patch] add some cmake files to .gitignore

2012-09-01 Thread Scott Kostyshak
I don't know much about git and I don't know much about cmake so I wouldn't be surprised if this is incorrect. The attached patch asks git to ignore temporary cmake files, which are created after running "cmake .". Could someone check? Thanks, Scott diff --git a/.gitignore b/.gitignore index 2bc7

[patch] typos

2012-09-01 Thread Scott Kostyshak
The attached patch cleans up some comments, LFUN documentation, an error message, and lyx --help output. Scott diff --git a/lib/layouts/stdsections.inc b/lib/layouts/stdsections.inc index d9d7476..26da87c 100644 --- a/lib/layouts/stdsections.inc +++ b/lib/layouts/stdsections.inc @@ -3,7 +3,7 @@ #

[patch] constify

2012-09-01 Thread Scott Kostyshak
The attached patch does some constifying that has been hanging around. Scott diff --git a/src/Buffer.cpp b/src/Buffer.cpp index cb856b0..5386520 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -1391,7 +1391,7 @@ bool Buffer::makeLaTeXFile(FileName const & fname, ofdocstream ofs;