Hi Taras, Currently there are no plans for an ANTLR Studio plugin for Idea, although i might be releasing a standalone version some time later.
That is a pity. Although I use IDEA for almost all development tasks, I bought a ANTLR Studio (the Eclipse plugin) license just for the increased pruductivity in building/maintaining various parsers. I would gladly buy another license for an IDEA integrated tool of equal functionality. Aren't the core parts or ANTLR studio Eclipse-independent?
Kind regards, and thanks for the nice tool,
Taras
P.S. Looking forward to the incremental parsing in ANTLR3. Do you have an paper or article available on the algorithm?
> >> Hi Taras, >> Currently there are no plans for an ANTLR Studio plugin for Idea, >> although i might be releasing a standalone version some time later. >
That is a pity. Although I use IDEA for almost all development tasks, I bought a ANTLR Studio (the Eclipse plugin) license just for the increased pruductivity in building/maintaining various parsers. I would gladly buy another license for an IDEA integrated tool of equal functionality. Aren't the core parts or ANTLR studio Eclipse-independent?
>
Kind regards, and thanks for the nice tool,
>
Taras
>
P.S. Looking forward to the incremental parsing in ANTLR3. Do you have an paper or article available on the algorithm?
>Aren't the core parts or ANTLR studio Eclipse-independent?
The core parts are independent , but antlr studio is all about ui :) Due to high level of integration, almost 80% of the code is tightly tied to eclipse. Also the fact that Eclipse uses SWT and not swing makes it even more difficult to switch.
>Looking forward to the incremental parsing in ANTLR3. Do you have an >paper or article available on the algorithm?
I was hoping to publish a paper soon, but Terence had some problems and we couldnt get down to it.
When can we expect to see Intellij Idea 6 final? Will it be around this summer or until the end of the year?
Was there ever an official JetBrains answer to this question?
I am interested because we are going to start a new project soon and would really like the 6.0 functionality, especially team server.
I already have a personal license to 5.0, but the rest if the team will be new to IntelliJ. I don't really want to start them off on 5.0 if I can avoid it. I also won't be able to get approval for the cost of the upgrade only a month or two after the project starts.
Yes, even i was looking for an official answer for jetbrains, since i am working on a plugin for Intellij Idea (not antlr studio).
I guess that it is in these areas that Eclipse really outshines Jetbrains. Those guys have a proper roadmap for release dates and the documentation and suport for plugin development is great.
Things like these on part of Jetbrains just discourage people from writing plugins for it.
>> When can we expect to see Intellij Idea 6 final? >> Will it be around this summer or until the end of the year? TH> Was there ever an official JetBrains answer to this question?
Sure. The current plan is to release IntelliJ IDEA in the middle of summer 2006.
-- Dmitry Jemerov Software Developer JetBrains, Inc. http://www.jetbrains.com "Develop with pleasure!"
As I remember, Dimitry told that IDEA 6 final will release in this summer.
Hello Prashant,
Any chance we'll see an ANTLR plugin?
Hi Taras,
Currently there are no plans for an ANTLR Studio plugin for Idea, although i might be releasing a standalone version some time later.
Hi,
Hello Taras,
I have a beta one if you really need it :)
It only highlights and builds the PSI tree for a file.
It has bugs but it seems usable. I can provide you with a IDEA 5.1 build
if you would like.
Mihai
>> When can we expect to see Intellij Idea 6 final?
>> Will it be around this summer or until the end of the year?
Hello Prashant,
That is a pity. Although I use IDEA for almost all development tasks, I bought
a ANTLR Studio (the Eclipse plugin) license just for the increased pruductivity
in building/maintaining various parsers. I would gladly buy another license
for an IDEA integrated tool of equal functionality. Aren't the core parts
or ANTLR studio Eclipse-independent?
Kind regards, and thanks for the nice tool,
Taras
P.S. Looking forward to the incremental parsing in ANTLR3. Do you have an
paper or article available on the algorithm?
On the topic of ANTLR, has anyone done a language plugin for idea that
uses antlr for lexing, rather than Jflex?
On Wed, 03 May 2006 10:22:55 -0400, Taras Tielkes
<taras.tielkes@gmail.com> wrote:
>
>> Hi Taras,
>> Currently there are no plans for an ANTLR Studio plugin for Idea,
>> although i might be releasing a standalone version some time later.
>
>
>
>
>
>
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Take a look at http://groovy.codehaus.org/IntelliJIDEAPlugin
Not sure if they already got it 100% working though...
>Aren't the core parts or ANTLR studio Eclipse-independent?
The core parts are independent , but antlr studio is all about ui :)
Due to high level of integration, almost 80% of the code is tightly tied to eclipse.
Also the fact that Eclipse uses SWT and not swing makes it even more difficult to switch.
>Looking forward to the incremental parsing in ANTLR3. Do you have an
>paper or article available on the algorithm?
I was hoping to publish a paper soon, but Terence had some problems and we couldnt get down to it.
Though now we are all geared up to include the algorithm in antlr 3, as is evident from this thread-
http://groups.google.co.in/group/il-antlr-interest/browse_thread/thread/fb3561d14a92c80/27edd35e03bf5ec2?lnk=st&rnum=2#27edd35e03bf5ec2
Prashant
Thanks for the tip! This will be very useful to compare to the javascript
plugin.
On Wed, 03 May 2006 15:38:32 -0400, maas <no_reply@jetbrains.com> wrote:
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Prashant wrote:
Was there ever an official JetBrains answer to this question?
I am interested because we are going to start a new project soon and would really like the
6.0 functionality, especially team server.
I already have a personal license to 5.0, but the rest if the team will be new to IntelliJ.
I don't really want to start them off on 5.0 if I can avoid it. I also won't be able to
get approval for the cost of the upgrade only a month or two after the project starts.
Yes, even i was looking for an official answer for jetbrains, since i am working on a plugin for Intellij Idea (not antlr studio).
I guess that it is in these areas that Eclipse really outshines Jetbrains.
Those guys have a proper roadmap for release dates and the documentation and suport for plugin development is great.
Things like these on part of Jetbrains just discourage people from writing plugins for it.
Hello Tim,
>> When can we expect to see Intellij Idea 6 final?
>> Will it be around this summer or until the end of the year?
TH> Was there ever an official JetBrains answer to this question?
Sure. The current plan is to release IntelliJ IDEA in the middle of summer
2006.
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
>The current plan is to release IntelliJ IDEA in the middle of summer 2006.
That would mean which month?
May, June or July?
Hello Prashant,
>> The current plan is to release IntelliJ IDEA in the middle of summer
>> 2006.
>>
PD> That would mean which month? May, June or July?
Definitely not May. :)
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
Dmitry,
Now that we are in the middle of the (northern hemisphere) Summer, should we expect the release of Idea 6 at any moment? ;)
What is the latest estimate?