Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] CDT-Windows (MSVC)

Hi Henning,

> Is there a way to set the color of the vertical bar (where 
> you can un-/fold code)? Though, if I want to have a dark 
> editor scheme, this bar is a little annoying in color. 

No way. While the line number ruler column inherits the background color
of the editor, the projection ruler column overrides it with the system
color SWT.COLOR_LIST_BACKGROUND.
Please file a bug against Platform/Text to change this.

Toni
--
Anton Leherbauer
Wind River CDT Team, Austria

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of kesselhaus@xxxxxxx
> Sent: Thursday, February 15, 2007 4:13 PM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] CDT-Windows (MSVC)
> 
> Hi,
> 
> I'm using the 4.0 branch builds, and wanted to try/test the 
> MSVC plugin.
> 
> * Where do I adapt the paths in the MSVC projects?
> 
>   Every path (macro/environment) starts with "nullVC"
>    e.g. INCLUDE = 
> "nullVC\Include;nullVC\Include\Sys;nullInclude;nullInclude\gl;
> D:\Win16App\Microsoft Visual Studio .NET 2003\SDK\v1.1\include\"
> 
> * Also, where did the MinGW target go? Can't select this 
> anymore. There is now only cygwin and Windows (using MSVC). 
> Or is the MSVC plugin overwriting the MinGW, because I think 
> the MinGW targets were also called Windows?
> 
> Are these bugs and if yes, are these already reported?
> 
> BTW., I must admit that CDT4.0 looks like a lot of 
> improvement work. I'm really impressed, e.g. by the PDOM, 
> content assist and syntax highlighting.
> 
> Is there a way to set the color of the vertical bar (where 
> you can un-/fold code)? Though, if I want to have a dark 
> editor scheme, this bar is a little annoying in color.
> 
> I'm still thinking about something like:
>  * add unit test support extension
>  * code coverage support using gcc/gcov
> 
> Regards,
> Henning
> 
> -- 
> "Feel free" - 5 GB Mailbox, 50 FreeSMS/Monat ...
> Jetzt GMX ProMail testen: www.gmx.net/de/go/mailfooter/promail-out
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top