Eclipse 4 RCP (aka E4) documentation

后端 未结 6 2101
夕颜
夕颜 2021-02-05 08:49

Is there at least anything other than Vogella\'s tutorials and his book, which is completely based on those tuts? Examples from his repo are often either incomp

6条回答
  •  生来不讨喜
    2021-02-05 09:39

    Lars Vogel's Tutorials are the most complete and up-to-date documentation on Eclipse 4 development. Second to this is asking questions in Eclipse 4 Community Forum. Last option is to google for specific technical problems, which will in most cases lead you to blog posts from the same people that are active on the forums. (Mainly single supporters like Lars, some Eclipse devs and the guys from www.eclipsesource.com)

    I discourage using the wiki, since much of the information may be outdated and may be more confusing than an actual help. Documentation for JFace and SWT can be reused from Eclipse 3.x since there are few to none changes in Eclipse E4.

提交回复
热议问题