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
