Chris Tammes
- Total activity 131
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 46
-
Created arrow in Quick Documentation window
Hi,What are the left and right arrows in the Quick Documentation window supposed to do? They don't work for scrolling through the whole database, only the part you have seen already when using the ... -
Created Copy to Clipboard include column names
CompletedIs it possible to include column names when copying query results to the clipboard?Chris -
Created code completion including variables?
Would it be possible to include sql variables (like @var) in code completion? I get suggestions for database tables and columns, but not for variables after I used the set-command.Chris -
Created multiple tabs for same table in different databases
When I have databases with the same name open on more than one server (development / test servers) and I open the same table, the tab name displays some weird UID. When I hover over the tab, I can ... -
Created how to collapse a class
Hi,When I have java or php code, I cannot collapse a class, there is no + sign in the gutter. In python however, this does work. Using IntelliJ 134.1007.Chris -
Created python plugin not working under 134.1342
I tried to run my Python project after installing 134.1342, but I cannot add a Python SDK. I installed python plugin 3.1.1.134.1462. Project Settings -> Project -> Project SDK -> New -> Python SDK ... -
Created problem with Python plugin and Intellilang (133.818)
Hi,Since a few days (after the latest update ??) my Python project behave strange: when I type a line with quotes (single or double) in it, the cursor refuses to advance to the next line, unless I ... -
Created scala -> other settings -> injection settings incomplete
Hi,The list presented in Settings->Scala->Other settings->Injection settings can not be viewed or added to. It shows only one line; the vertical scrollbar seems to be missing. It is not possible to... -
Created comment/uncomment error in css file
Hi,There is a problem when commenting and uncommenting a line in css code that had part of it commented before. After uncommenting the original comment markers are removed as well.Example:before co... -
Created scala script problems after class rename
Hi,I get problems with executing (simple) Scala scripts after the imported class is renamed. One of the scripts (script.scala) only has a println in it, the other (Test_totaliseer.scala) imports th...