Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Exlipse as a new language editor(I made some xml base language.I need to create a eclipse version for that.)
icon10.gif  Exlipse as a new language editor [message #1731922] Wed, 11 May 2016 05:17 Go to next message
Madushanka Kodikara is currently offline Madushanka KodikaraFriend
Messages: 2
Registered: May 2016
Junior Member
I build a xml tag base language.Now I used sublime-text as a editor. This language no need to compile at the moment.It's done by another tool.

Basically I need code hint, code suggestion and auto complete the tags.

To do this task IDE must have file compare with tag and it's attributes.
I need do something similar to below as a first step.

Example :

#data.xml
<Data>
<DataField id="Username" dbcolumnName="tbluser.username">
<DataField id="Password" dbcolumnName="tbluser.password">
<DataField id="PasswordTip" dbcolumnName="tbluser.passwordtip">
</Data>

#FormUser.xml
<Form dataFiled ="data.xml"> <!-- this mean refer the data.xml and get id fields -->
<Field id="dataFiled.Username" />
<Field id="dataFiled.Password" />
<Field id="dataFiled.PasswordTip" />
</Form>
Re: Exlipse as a new language editor [message #1732011 is a reply to message #1731922] Wed, 11 May 2016 16:35 Go to previous messageGo to next message
Tauno Voipio is currently offline Tauno VoipioFriend
Messages: 742
Registered: August 2014
Senior Member
Do you have a DTD for your XML?



--

Tauno Voipio
Re: Exlipse as a new language editor [message #1732027 is a reply to message #1732011] Thu, 12 May 2016 05:26 Go to previous messageGo to next message
Madushanka Kodikara is currently offline Madushanka KodikaraFriend
Messages: 2
Registered: May 2016
Junior Member
No.It's not define.
Re: Exlipse as a new language editor [message #1732036 is a reply to message #1732027] Thu, 12 May 2016 07:36 Go to previous message
Tauno Voipio is currently offline Tauno VoipioFriend
Messages: 742
Registered: August 2014
Senior Member
OK.

You could then start at e.g. <http://www.w3schools.com/xml/xml_dtd_intro.asp>.

The Eclipse XML editor can do most of what you're asking for, if you provide it with a suitable DTD.



--

Tauno Voipio
Previous Topic:Cannot find source code for Neon package
Next Topic:outline dialog not visible
Goto Forum:
  


Current Time: Wed Apr 24 23:40:09 GMT 2024

Powered by FUDForum. Page generated in 0.07765 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top