Title: Сообщение

> 1. Does planed IntelliJ support for ClearCase version control integration?

We are planning to open some API which will allow any 3rd parties to create integration with any VCS system they are using.

Cool :)

> 2. Does planed IntelliJ support for User-Writen Plugins?

It’s planned for Ariadna

Very Cool :)

>  2.1 And API for drawing windows and consoles as it can be view on SlickEdit?

I’m not sure what do you mean. Do you mean another views like Project View, Commander? Such support is also planned for Ariadna

Windows like look other window in IntelliJ interface look. For example, i can use myself writen plugin, and in show properties of file (this properties plugin get by selt algorithm), and i wand to integrate it properties look into common IntelliJ GUI interface - show a window, but for show i using API of drawing by IntelliJ, not Swing or other.

> And I try use IntelliJ 609 and found some trouble (maybe not I at one):
>
1. Changes in Options not saved and applied (maybe even lost), if I after change continue work in IntelliJ and not close IntelliJ window > and open it again.

We haven’t heard about such behavior. Can you describe it in more details? (Which options are you changing, when do you lost it etc.)

I change colors and look feel (not saved), Class Templates, Code Style. For to be saved i must close and open application just after change. BTW, Exteranl Tool too.

> 2. I already post quest about this trouble. But I suppose that I not correctly say description of triouble, I will repeat:

> <%@ page include="/includes/top.jsp" %>

I think this directive is incurred. You should use <%@ include file="/includes/top.jsp" %>. If I change this directive, everything works here as intended. Please try it.

I not right write code. Excuse me. Exatly code look like:

<%@ include file="/includes/top.jsp" %>

<%
// Without imports write follow code:
List list = new ArrayList();
// This not requere imports becose imports are declared into /includes/top.jsp
// But ItelliJ not success regognize that. It recognize all variables and method from /includes/top.jsp but not imports and other directives.

// For example not allowed using of <%@ page contentType=".." %> more that one times.
%>

 And it not working in Web Application.

-----Original Message-----
From: Mike Aizatsky [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 06, 2002 5:33 PM
To: [EMAIL PROTECTED]
Subject: RE: [Eap-list] Precatory words

Alexey,

> 1. Does planed IntelliJ support for ClearCase version control integration?

We are planning to open some API which will allow any 3rd parties to create integration with any VCS system they are using.

> 2. Does planed IntelliJ support for User-Writen Plugins?

It’s planned for Ariadna

>  2.1 And API for drawing windows and consoles as it can be view on SlickEdit?

I’m not sure what do you mean. Do you mean another views like Project View, Commander? Such support is also planned for Ariadna

> And I try use IntelliJ 609 and found some trouble (maybe not I at one):
>
1. Changes in Options not saved and applied (maybe even lost), if I after change continue work in IntelliJ and not close IntelliJ window > and open it again.

We haven’t heard about such behavior. Can you describe it in more details? (Which options are you changing, when do you lost it etc.)

> 2. I already post quest about this trouble. But I suppose that I not correctly say description of triouble, I will repeat:

> <%@ page include="/includes/top.jsp" %>

I think this directive is incurred. You should use <%@ include file="/includes/top.jsp" %>. If I change this directive, everything works here as intended. Please try it.

 

Best regards,

Mike Aizatsky.

------------------------------

IntelliJ Software, "Develop with pleasure!" http://www.intellij.com

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Alexey A. Efimov
Sent:
Wednesday, March 06, 2002 4:59 PM
To: [EMAIL PROTECTED]
Subject: [Eap-list] Precatory words

 

Hello, IntelliJ Team
1. Does planed IntelliJ support for ClearCase version control integration?
2. Does planed IntelliJ support for User-Writen Plugins?
  2.1 And API for drawing windows and consoles as it can be view on SlickEdit?

And I try use IntelliJ 609 and found some trouble (maybe not I at one):
1. Changes in Options not saved and applied (maybe even lost), if I after change continue work in IntelliJ and not close IntelliJ window and open it again.

2. I already post quest about this trouble. But I suppose that I not correctly say description of triouble, I will repeat:

we have Web Application (609 build support this one):
myTomcatRoot/
  includes/
    top.jsp
  index.jsp

The structure of index is:
<%-- Include Static File with common imports (relative include, from application root) --%>
<%@ page include="/includes/top.jsp" %>

<%
// Without imports write follow code:
List list = new ArrayList();
// This not requere imports becose imports are declared into /includes/top.jsp
// But ItelliJ not success regognize that. It recognize all variables and method from /includes/top.jsp but not imports and other directives.

// For example not allowed using of <%@ page contentType=".." %> more that one times.
%>

Ok, then file top.jsp
// Define common imports
<%@ page import="java.util.*" %>

A have reply ansver for my previos sending ("recommended using Web Application"), but I test it exactly in Web Application support.

Thanks,

Alexey Efimov - Software Engineer
Sputnik Labs
1st Kolobovsky per., 6/3
Moscow, 103051, Russia
Phone: +7 (095) 725 5444
Direct: +7 (501) 401 3217
Fax: +7 (095) 725 5443
E-Mail: mailto:[EMAIL PROTECTED]
http://www.spklabs.com

Reply via email to