Simple Language Example

Does anyone have a simple getting started to writing your own language using
the OpenAPI?

Thanks in advance.
Regards
- Percy

0
5 comments
Avatar
Permanently deleted user

Does anyone have a simple getting started to writing your own language using
the OpenAPI?

This is the ONLY tutorial available about developing language plug-ins for IntelliJ:
http://www.jetbrains.com/idea/plugins/developing_custom_language_plugins.html

As Jetbrains declared newly on the documentation forum, there are no plans for 6.0 to release
more documentation on developing plug-ins of any kind.

Under these conditions, developing plug-ins is more a "detective work", than a programmer work :( .

Ahmed.

0
Avatar
Permanently deleted user

I agree about the detective work, was hoping that someone had a much simpler
step by step guide to just get me started?


On 17/8/06 21:44, in article ec2kfe$ka3$1@is.intellij.net, "Ahmed Mohombe"
<amohombe@yahoo.com> wrote:

>> Does anyone have a simple getting started to writing your own language using
>> the OpenAPI?

This is the ONLY tutorial available about developing language plug-ins for
IntelliJ:
http://www.jetbrains.com/idea/plugins/developing_custom_language_plugins.html

As Jetbrains declared newly on the documentation forum, there are no plans for
6.0 to release
more documentation on developing plug-ins of any kind.

Under these conditions, developing plug-ins is more a "detective work", than a
programmer work :( .

Ahmed.


0
Avatar
Permanently deleted user

Hello Percy,

PW> I agree about the detective work, was hoping that someone had a much
PW> simpler step by step guide to just get me started?

Unfortunately the development of custom language plugins is not trivial,
so there is no "much simpler" guide. You can find a number of open-source
custom language plugins, most of which are simpler than the bundled JavaScript
plugin, at:
http://plugins.intellij.net/category/?category_id=48

And I did try to organize my article in a step-by-step way.

If you have any more specific questions or problems, feel free to ask, and
we'll try to help you.

--
Dmitry Jemerov
Software Developer
http://www.jetbrains.com/
"Develop with Pleasure!"


0
Avatar
Permanently deleted user

http://plugins.intellij.net/category/?category_id=48


I found, that "Flex support" is good minimalist canditate to be starting
point of learning.

- Olli -

0

haven't written a guide yet,

though i'm doing this kind of detective work for a month already so i can try to answer your questions, share sources or help in any other way. So if it'll help you feel free to write at a4blank at yahoo com or email shown at my profile

0

Please sign in to leave a comment.