anisha.silva 0 Posting Whiz in Training

Hi,

I am implement a plugin project in eclipse in java language. I have a parse which is in s simple txt file. Below is the txt for the parser.

id=app1 [String]
#type=app [String]
mainView=top
name=First App [String]
children: size=1
=== child[0] ===
class=View
id=top [String]
#type=View [String]
#line=8 [Integer]
#info=
name=View [String]
parent=app1
#pos=0 [String]
children: size=4
=== child[0.0] ===
class=Widget
id=l1 [String]
#type=Label [String]
text=Hello [String]
#line=9 [Integer]
#info=
name=Label [String]
parent=top
#pos=0.0 [String]
=== child[0.1] ===
class=Widget
id=b1 [String]
#type=Button [String]
text=Press [String]
#line=10 [Integer]
#info=
name=Button [String]
parent=top
#pos=0.1 [String]

im trying to implement the code assist in the plugin project, but im having difficulities in finding how to code the code completion in java. I looked online too , i didnt get as many resource for me to understand how to impleemnt it.I would appreciate if someone know to give me a tip on how should I go start implementing it
greatly appreciate a reply,
thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.