martin mucha
- Total activity 48
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
Created How to open multiple diffs at once?
AnsweredI'm working on bigger/harder fix, analyzing previous commits. From 1 commit, I want to view say 3 diff windows, of different classes and see them at the same time on screen. I have sufficient scree... -
Created How to make run configuration to show in services and how to remove it from there?
AnsweredHow to make run configuration to show in services and how to remove it from there? According to search and AI there used to be some checkbox to control that, but it cannot be found anywhere … Can s... -
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...