Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2015 09:44:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195985] [MAINTAINER] java/eclipse: Update to 4.4.1
Message-ID:  <bug-195985-13-EyOqU23BrC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195985-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195985-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195985

--- Comment #10 from mizhka@gmail.com ---
Hi,

At first, thank you for your effort!

I would like to share my experience of usage of Eclipse 4.4.1. I installed it
on December and use it for my daily tasks (Java, Python, C).

Extensions:

 I installed no extension from ports, all extension have been installed from
update sites and stored into $HOME/.eclipse folder. CDT/PyDev/MAT work fine,
but jgit caused 100% cpu, so I don't use it. To be honest, my preferable way of
extension installation is from Update Site, because:
 - I can drop them all when I want (no need of root access), 
 - Eclipse notifies me when new version is released,
 - All extensions are installed in same way (to be honest not all extensions
are present in ports), except native libs.
Disclaimer: I don't know how/why CDT from update site works fine on my machine
(may be thanks to linuxulator).

Theme:

 Original UI disappointed me. So I've adjusted GTK theme and updated eclipse
shell script like:
GTK2_RC_FILES=${ECLIPSE_HOME}/gtkrc.eclipse JAVA_VERSION... exec
"${ECLIPSE_HOME}/eclipse" $@

The file gtkrc.eclipse is:
style "gtkcompact" {
GtkButton::default_border={0,0,0,0}
GtkButton::default_outside_border={0,0,0,0}
GtkButtonBox::child_min_width=0
GtkButtonBox::child_min_heigth=0
GtkButtonBox::child_internal_pad_x=0
GtkButtonBox::child_internal_pad_y=0
GtkMenu::vertical-padding=1
GtkMenuBar::internal_padding=0
GtkMenuItem::horizontal_padding=4
GtkToolbar::internal-padding=0
GtkToolbar::space-size=0
GtkOptionMenu::indicator_size=0
GtkOptionMenu::indicator_spacing=0
GtkPaned::handle_size=4
GtkRange::trough_border=0
GtkRange::stepper_spacing=0
GtkScale::value_spacing=0
GtkScrolledWindow::scrollbar_spacing=0
GtkTreeView::vertical-separator=0
GtkTreeView::horizontal-separator=0
GtkTreeView::fixed-height-mode=TRUE
GtkWidget::focus_padding=0
font_name = "xxxxx 9"
}
class "GtkWidget" style "gtkcompact"

After that change UI looks match better. 

Eclipse 4.4.2: 
   Eclipse 4.4.2 is to be released tomorrow, so it will be nice if you can
update ports to version 4.4.2.

Please feel free to ask me any questions.

Sincerely yours,
  Michael

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195985-13-EyOqU23BrC>