Eclipse RCP to auto complete java code -
i developing rcp application in eclipse. right minimalistic , consists of 1 part containing text object such:
class="lang-java prettyprint-override">public class mainpart { private text txtinput; @postconstruct public void createcomposite(composite parent) { parent.setlayout(new gridlayout(1, false)); txtinput = new text(parent, swt.border); txtinput.setlayoutdata(new griddata(griddata.fill_horizontal)); } } i add together auto-completion functionality minimalistic rcp, works in text object. how approach problem?
the auto-completion should, @ to the lowest degree when finished, able auto-complete java code. want re-create auto-completion exists in eclipse, , set in minimalistic rcp. poke in right direction of begin when constructing auto-completion functionality much appriciated indeed.
please note new subject of rcp, , have been searching lot in different forums answers, cannot seem find core ingredients necessary create auto-completion functionality.
eclipse-rcp code-completion content-assist
No comments:
Post a Comment