Chris Tammes
- Total activity 131
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 46
-
Created database console - large result fields
Is there a way to display a large field from within the Database Console window without having to Copy to Clipboard? Something like a popup window when the field gets focus?Chris -
Created Subversion only uses commandline client
In 13 beta IntelliJIDEA (133.124) insists on using the Subversion commandline client, although the checkbox is not checked. Because there is no commandline client on my system, I get an errormessag... -
Created exception in unknown plugin - BatchRunConfigurationProducer
Hi,Sometimes this error appears, I have no clue what triggers it. See attached file. The 'Report to JetBrains' button is not active.Using IU-133.79.Attachment(s):BatchRunConfigurationProducer.error... -
Created Select Methods to Implement missing?
Hi,When I use the Java GUI designer, I add a JButton, click Create Listener -> Action Listener, the dialog Select Methods to Implement is skipped. In the generated code an error appears ('Anonymous... -
Created multiple deployment mappings
Hi,I have a project with testfiles that have to be deployed to my remote server.Part of those files have to be deployed to one directory, part of them to another. I have added two deployment mappin... -
Created check out from VCS - source files not found
Hi,I have a problem getting creating a php project from BitBucket.I chose 'Check out from Version Control' in the main IntelliJ screen. I connect to BitBucket, select my repo and the files and dire... -
Created switch off spellchecker in Commit Changes -> Comment
Hi,Is there a way to switch off the spellchecker in Commit Changes -> Comment? I have Spelling unmarked in Settings, but still get spelling suggestions when I commit work. -
Created Changelist emptied after commit
I can think of reasons to empty the changelist after commit, but I would rather prefer to do it myself. It is an easy way to keep track of the files I am/was working on. Besides, a commit is seldom... -
Created spelling check in commit text
In Project Settings I have checked-out the Spelling, but it is still active in (SVN) commit text. Is there a way to switch it off in every part of the IDE? -
Created undefined class DOMDocument
Hi,When I use the DOMDocument class in my PHP project, it runs as expected, but the IDE does not recognize the class, so I have no code assistance.I cannot figure out why this is; do I have to incl...