Skip to main content

Home/ InfokeyDEV/ Group items tagged eclipse

Rss Feed Group items tagged

Benx Shen

Eclipse 3.4 Hidden Treasures | Eclipse Zone - 0 views

  • Format Only Edited LinesThe "Save Actions" is one of my favorite features in Eclipse 3.3 (read my original post about it). In Eclipse 3.4 there are several improvements including some new formatting features. One of the complaints against the Save Actions feature was that it will change the entire file, thus, making it very hard to compare to previous revisions when using a source control. It can become very annoying if some team members use it and some don't.For that purpose there's a new feature which allows changing just the edited lines, keeping the rest of the file intact. I highly recommend using the Save Actions feature. It is inactive by default, so go ahead and activate it.
Ching Yi Chan

JDT - 0 views

Ching Yi Chan

Understanding Decorators in Eclipse - 0 views

  •  
    Chinese new year animals horoscope2016
    Happy Chinese new year 2016 messages & quotes
    Happy new year 2016 greetings for Chinese
    Chinese new year 2016 funny poems
Benx Shen

JDT/UI and Text Team Blog » Blog Archive » 3.4 New and Noteworthy - 0 views

  • The most important new features in the JDT are: Rich hovers: Follow links in Javadoc hover Quick fix problems in problem hover Inspect variable values in the debug hover Java Editor Breadcrumb: Know where you are while in the editor Various Content Assist improvements SWT Templates: Build your UI the fast way Format edited lines on save: Keep outgoing changes to a minimum Extract Class refactoring: Replace a set of fields by a new class Compiler supports multi CPU-machines: Compile your workspace faster
Benx Shen

Eclipse Flow Chart Generator - 0 views

  •  
    Chinese new year animals horoscope2016 Happy Chinese new year 2016 messages & quotes Happy new year 2016 greetings for Chinese Chinese new year 2016 funny poems
Benx Shen

Initialization on demand holder idiom - Wikipedia, the free encyclopedia - 0 views

  • public class Something { private Something() { } private static class LazyHolder { private static final Something something = new Something(); } public static Something getInstance() { return LazyHolder.something; } }
    • Benx Shen
       
      Singleton pattern 終極解法!
  •  
    Java Singlton 模式的終極解決之道!
  •  
    對了會發現這篇文章,是因為 http://www.eclipsezone.com/eclipse/forums/t97263.rhtml 這裡討論在 eclipse 裡如何使用最簡單的步驟創建一個 singlton 類別設計。
Benx Shen

Fast Code Eclipse Plugin - 4 views

1 - 20 of 44 Next › Last »
Showing 20 items per page