martin mucha
- Total activity 41
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
Created Any intentions are not offered
AnsweredI had 2 working installations on 2 PCs, and both evolved into this defective state. Say I have if-else statement, and I want to negate it, and swap both blocks. Or, I replace condition with say `tr... -
Created how to use oracle tnsnames.ora?
AnsweredHi, I know that "how-to" is described in documentation. The problem is, that it does not work. I have tnsnames.ora in my home directory, so I set field TNSADMIN to /home/mmucha, specified TNSNAME... -
Created how to disable changelists?
AnsweredHi, is there a way how to disable changelists? Motivation: I'm not working on 20 things at once and commits should be small and focused anyways. Thus for me this feature does not have any sens... -
Created Excluding integration tests in pattern-drive JUnit run configuration
AnsweredHi, In run configration of JUnit, if I use pattern, what syntax is expected there? For example this regex ^.*(?!LimitIT)$ is happily selecting *all* JUnit tests, however it should (if we assume, th... -
Edited Setting up development environment - missing modules
Hi, I'm closely following this page: http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/setting_up_environment.html however: if I open the checkouted project, I end up with badly ... -
Created 'disabling' / 'taming' autoformating in 14.1.2
Hi, I've got problem with too eager autoformat. I write a text wait for a second thinking and what I wrote is suddenly somewhere else.Examples:• In javadoc I write @throws in wrong line and before ... -
Created toString template, generate getters for field.
Hi,maybe I'm missing something; I cannot figure out, how generate getters in toString, instead of field references.There's $method.fieldName String The name of the field this getter method covers... -
Created maven integration: supported features intellij vs eclipse
Hi,I'd like to ask this question. Mine colleagues uses eclipse and have, as I observe it, better support of maven. For example, there can be defined variables almost everywhere (web.xml, context.xm... -
Created jsp taglib & resource uri configuration
hi,I'd like to ask question, probably a stupid one. Sorry about it, but I can't figure it out.I've got here simple JSP page, with core taglib, it includes line like this:<%@ taglib uri="http://java...