Saturday, August 22, 2015

xubuntu eclipse mars 4.5 look fix

I just download and start using eclipse under latest xubuntu. but look was awfull especially tabs and toolbars. and it was effecting some windows not to show textboxes.

looks like this



after a small research I fould the solution. its very easy just put this line into your bashrc file

export SWT_GTK3=0

or before starting eclipse give this command. here is the result




C# scan cs file and find variables values and names

using Microsoft . CodeAnalysis ; using Microsoft . CodeAnalysis . CSharp ; using Microsoft . CodeAnalysis . CSharp . Syntax ; using Xunit . ...