RSS feed [root] /weblog /java /eclipse




login:

password:

title search:




 


Thu Apr 06 06:33:16 GMT 2023

eclipse



(google search) (amazon search)
second
download zip of files only

Tue Nov 04 14:55:09 GMT 2014 From /weblog/java/eclipse

tips


A tip of how to debuy any application remotely in eclipse
http://jroller.com[..]y=debugging_any_application_with_eclipse

List of eclipse plugins with code checking
http://www-128.ibm.com[..]ava/library/j-ap01117/index.html?ca=drs-

A list of good eclipse tutorial
http://www.intelligentedu.com[..]tes/440/Best-27-Eclipse-Tutorials-by-IBM

A list of useful plugins for netbeans
http://www.adam-bien.com[..]/abien?entry=over_eclipsed_10_reasons_to

A list of useful tools which can use with or without IDE, like ant, p6spy
http://www.adam-bien.com[..]ge/abien?entry=some_useful_tools_for_the

A very good way to editing source code at remote unix machine, integrate eclipse and vim - http://eclim.sourceforge.net/

GUI test - http://www.eclipse.org[..]documents/userguides/Intro-Auto-GUI.html http://jemmy.netbeans.org/

How to get old eclipse version - http://eclipser-blog.blogspot.com[..]w-to-find-other-versions-of-eclipse.html

Nice example of customizing code template - http://dev.eclipse.org/blogs/jdtui/2007/11/20/text-templates-1/

How to make swt test work for all platform - http://www.nabble.com[..]clipse-swt-linux-library-td19103219.html

Fix copy and paste in Java - http://www.luisdelarosa.com/2012/11/21/fixing-copy-in-eclipse/

Fix the autocomplete of eclipse! - http://ananthchellathurai.blogspot.com.au[..]how-to-make-eclipse-autocomplete-to.html

http://blog.jooq.org[..]27/top-5-useful-hidden-eclipse-features/

http://keyholesoftware.com/2014/02/25/developers-are-lazy/

Using favourite - http://blog.jooq.org[..]27/top-5-useful-hidden-eclipse-features/

(google search) (amazon search)


Sun Nov 10 10:51:44 GMT 2013 From /weblog/java/eclipse

plugins


Good decompiler - http://mchr3k.github.com/jdeclipse-realign/

fatjar - http://kurucz-grafika.de/fatjar

Builder generator - https://code.google.com/a/eclipselabs.org/p/bob-the-builder/

And my old stuff - https://carfield.tadalist.com/lists/18316

(google search) (amazon search)


Fri Feb 24 16:23:44 GMT 2012 From /weblog/java/eclipse

pair


ECF provide some support about this area - http://wiki.eclipse.org/DocShare_Plugin

Saros - http://www.saros-project.org/

(google search) (amazon search)


Fri Mar 25 17:44:46 GMT 2011 From /weblog/java/eclipse

hadoop


https://grid.sara.nl[..]Hadoop/MapReduce_Development_Environment

(google search) (amazon search)


Thu Dec 31 09:29:28 GMT 2009 From /weblog/java/eclipse

shortcut


Ctrl + Shift + O : Organize imports

Ctrl + Shift + T : Open Type

Ctrl + Shift + F4 : Close all Opened Editors

Ctrl + O : Open declarations

Ctrl + E : Open Editor

Ctrl + / : Line Comment

Alt + Shift + R : Rename

Alt + Shift + L : extract to Local Variable

Alt + Shift + M : extract to Method

F3 : Open Declaration

CTRL-3: Quick Access

CHTL-H: Search & Replace

ALT-SHIFT-X: Run As ......

ALT-SHIFT-D: Debug As ......

ALT-SHIFT-Q: Open View ......

CTRL-TAB / SHIFT-CTRL-TAB: cycle open editors

Alt+Shift+Up - select whole string , if press multiple time, can select whole method. If select more than want, Alt+Shift+Down to reverse - http://eclipseone.wordpress.com[..]hods-in-eclipse-with-a-single-keystroke/



http://sureshkrishna.wordpress.com[..].com/2007/09/15/top-10-eclipse-shotcuts/

HoverToViewSource , but not working for me... - http://www.vasanth.in/2007/11/09/EclipseTipHoverToViewSource.aspx

(google search) (amazon search)



Thu Dec 20 03:34:00 GMT 2007 From /weblog/java/eclipse

rcp


Tutorial - http://www.ibm.com[..]ce/library/os-eclipse-snippet/index.html , shorter one - http://nricheton.homeip.net/?p=149

Lotus higher level framework base on RCP - http://www.ibm.com/developerworks/lotus/library/expeditor-intro/

Using M$ Office via OLE - http://www.vogella.de[..]EclipseMicrosoftIntegration/article.html

Default open views dialogs - _showViewMenu = ContributionItemFactory.VIEWS_SHORTLIST.create(window);

Glimmer, DSL for building SWT interface for jruby - http://andymaleh.blogspot.com/2007/11/sneak-peak-at-glimmer.html

(google search) (amazon search)