For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 9 replies, 3 voices, and was last updated 21 years ago by
Riyad Kalla.
-
AuthorPosts
-
hanma0MemberEclipse reproducibly hangs when editing the uri-attribute of a taglib-directive inside JSPs when they have the following form:
<%@ taglib uri=”http://jakarta.apache.org/struts/tags-tiles” prefix=”tiles” %>
My guess is that the JSP plugin tries to look up the listed uri and fails, but only after the standard tcp/ip-timeout.
myeclipse version: 3.8.4+QF2 BetaFor3.1
Eclipse version: 3.1.0, Build id: 200412162000February 24, 2005 at 9:29 am #225678
Riyad KallaMemberEclipse reproducibly hangs when editing the uri-attribute of a taglib-directive inside JSPs when they have the following form:
If you mean “hangs up for an extended period of time before allowing you to type again” we are aware of the problem, and yes you are correct as to why it is happening. I will file this as a reminder that we need to introduce a reparse delay to minimize this “freezing” effect.
March 1, 2005 at 8:33 am #225954
Chris.dMemberMy JSPs do not include the above tag, but I’ve had 5 times over the last 1.5 weeks (after upgrading to 3.8.4) when Eclipse refuses all key presses, Ctrl-S still works, but things like Ctrl-V/Ctrl-C pop up a dialog box about an unsupported operation. I’ve only had patient to wait for a couple minutes, but a quit/restart Eclipse at least temporarily eliminates the problem.
This has happened while editing JSPs, but usually after a Ctrl-C in one JSP, switch to another JSP and before my Ctrl-V. One symptom seems to be that the Javascript is in all black text instead of being interpreted for keywords.
Mine isn’t reproducible, though, just random. 3 times in one afternoon was very frustrating though.
March 1, 2005 at 9:39 am #225956
Riyad KallaMemberChris,
I will look into this behavior later today, I will try many copy-pastes between JSP pages. Also if you are doing copy pastes between <script> code blocks and Javasciprt, this MIGHT be the catalyst for the problem…March 1, 2005 at 10:52 am #225963
Chris.dMemberDefinitely from Javascript block in file1 to Javascript block in file2.
March 1, 2005 at 10:59 am #225965
Riyad KallaMemberCan you paste a sample JSP page that you use so I can use it and try and reproduce the problem more effectively? Be sure to wrap it in code blocks (use the code button below).
March 3, 2005 at 9:31 am #226090
Chris.dMemberIf you are talking to me, I don’t think I can for the following reasons:
- The JSPs I’m working with are 780+ lines long
The Javascript section alone are 290+ lines long
They are for a contract for an intranet site for a private company
They include extensive custom TagLib tagsSo the code itself for the 2 JSPs I’ve had the problems with would mean I post over 1500+ lines. That and it hasn’t been reliably reproducible for me. (Hmm [ list ] doesn’t tag each line with a number or anything…)
March 3, 2005 at 10:18 am #226097
Riyad KallaMemberChris.d,
If you can share a small subset of the project (With 1 page that exhibits the problem) can you export the project using File > Export > ZIP and email it to support@genuitec.com ATTN Riyad with a link to this forum so we know why we are getting the file?March 3, 2005 at 4:23 pm #226130
Chris.dMemberSorry, no can do. I checked and am told that it is proprietary so I can’t let even 1 page go public, even if it is only to your company.
March 3, 2005 at 4:32 pm #226132
Riyad KallaMemberChris, no worries, I will throw something together later this week and use it as a sample page to try and reproduce this. If I find problems I’ll file them in our internal ssytem so they will get fixed.
-
AuthorPosts
