Building Eclipse IDE from scratch - how to choose CDT over JDT?

后端 未结 2 660
北海茫月
北海茫月 2021-01-21 20:33

Lately I decided to build the Eclipse IDE from scratch - so I have the freedom to tweak it to my needs. The very first action I\'m taking is enlarging the icons. Even the newest

2条回答
  •  无人共我
    2021-01-21 20:58

    For your CDT issue, I would try getting the pure UI first then add in the CDT

    As for your Maven issue, look at the maven code and see if there are options for how to build. I can't really help too much without being able to see the maven file.

提交回复
热议问题