Jacques Morel

- Total activity 1033
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 346
-
Created Somewhat I cannot run a webapp configuration anymore on 1151
Tomcat 5.0 starts but my webapp is not deployed. The working directory under IDEA_HOME/system is empty.I converted my project that was working fine under 1147 to 1151.Anybody seen that behavior?Jac... -
Created Where is the code style option to keep simple method in one line?
Was there something like that at one point? Where did it go?public void setI(int i) { this.i = i;}would becomepublic void setI(int i) {this.i = i;}Jacques -
Created Interesting Eclispe 3.0 M6 features
From http://download.eclipse.org/downloads/drops/S-3.0M6-200312182000/eclipse-news-M6.htmlNote: Eclipse is catching up fast in the areas that were originally IDEA's differentiator: refactoring, cod... -
Created [ANN] JUnitTestPlugin 0.25 available for Aurora
http://www.intellij.org/twiki/bin/view/Main/JUnitTestPluginhttp://plugins.intellij.net/plugins/view/?id=unitTestFix incorrect identification of test class as class to be tested in multi-module proj... -
Created WebApp: is there a way to have stacktraces from a web run link to the jsp source?
I must be missing something. The debugging works great. I can debug tomcat from directly IDEA and breakpoints in jsps work beautifully.However if I get a stacktrace from tomcat I would expect the c... -
Created [ANN] ClearCasePlugin 0.24.1 available for Aurora
Changes: Migrate to 1117 Fix Cancel in Check In File dialog marking the file as up-to-date (Reported by Vincent Mallet) Checked out/hijacked files show up blue (modified) in editor. CAVEA... -
Created [ANN] JUnitTestPlugin 0.24.1 available for Aurora
A quick fix to the NoClassDefFountError that crippled 0.24 Fix detection of test class/tested class when used in project with multiple modules Fix method template for tested method that throw an ex... -
Created [ANN] JUnitTestPlugin 0.24 available for Aurora
Fix detection of test class/tested class when used in project with multiple modules Fix method template for tested method that throw an exception Fix button to go from config to template editorht... -
Created What is the different between projectScope and allScope?
I had a bug in the junit plugin due to its inability to find the PsiClass for junit.framework.TestCase.It would find it if I used the deprecated PsiManager.findClass(String) but would not find it w... -
Created FileStatusProvider statuses not taken into account in Check In Project
Olesya, I am trying to provide my own statuses and I have a questions/suggestion:Shouldn't CheckInDialog.analyzeChanges() use the statuses to figure out what need to be shown in the diff view? Isn'...