Pietro Polsinelli

- Total activity 71
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 25
-
Created Java live templates disabled in JSP scriptlets context
this issuehttp://www.jetbrains.net/jira/browse/IDEADEV-2111is marked as closed in 3428 but is still here in 3429. -
Created 3396 - jsp code exceptions as warnings, how to globally disable html warnings
well, with 3396 we almost have what we need:1. jsp code exceptions are no longer marked as errors, but they are now marked as needing some treatment, which is false. moreover the ide suggests to in... -
Created 3394 - jsp code exceptions as errors, how to disable html warning
Hi, first of all compliments for release 3394, it has some beautiful jsp features. 1. It would be usable if it didn't mark any method used in a jsp which throws an exception is marked as needing a... -
Created [3296] Code reformat issue
in 96 code reformat (CTRL-ALT-L) behaves creatively. Up to 90, it worked fine. -
Created 3281 repaint problems on windows XP
I am getting a lot of repaint problems on mydev machine with the interface; for example opening settings, suddenly the border disappears and so on. Everything works fine with 4.0.4, and on other XP... -
Created how to get devkit to deploy plugin.xml correctly
this is probably trivial, but i don't get it: my META-INF/plugin.xml is deployed by devkit (in 3126) in the classes folder, instead of the folder above, where it deploys a meaningless plugin.xml. h... -
Created plugin development: classpath
hi, I am trying to develop a plugin for issue tracking that will connect to a db through hibernate (which is what i do normally).until the persistence part, the plugin works fine. I then created a ... -
Created jsp long standing bugs and little evolution
hi,I am writing because of a long standing severe bug in intellij jsp handling: it simply treats jsp:include just like a @ include file hence it gets includes, variables scopes all wrong. this... -
Created jsp variable scope wrong in include page in 4.5 and 4.5.1
using <jsp:include page=".."/>,variables defined in the included page are treated as present in the including page, which is wrong scope (it ain't a file include). This is a very old bug which unfo... -
Created form reverse engineering for swing applications
hi,I have the following problem: I have a lot of hand written swing code, and I would like to start using intellij GUI editor instead. does anyone know how to automate (even partially) the conversi...