Chris Tammes
- Total activity 131
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 46
-
Created Choose database to run script to
Hi,I want to run a database script file to fill a database. I use the Files view, right-click the file and click Run. I am asked what database schema I want to use, but not what database within tha... -
Created Using scope in Find File by Name
Is it possible to define a scope when using Ctrl-Sh-N (Navigate File)? I can limit the search to filetype, but I would like to search only in specific project folders, like the Scope in Ctrl-Sh-F (... -
Created Transpose function
I use the Transpose function often when editing records. I have two suggestions for improvement: show the selected record in the Data ViewNow, the view always starts with record 1 and the selected ... -
Created All settings gone after power failure??
Last Friday we had a power failure, while I was working with IntelliJ. Now I start the IDE, but every setting seems to be gone. Errors about "$ROOT_CONFIG$/colors" and "config/options" xml files, s... -
Created Find File not working
AnsweredFor some reason I cannot use Find File (Ctrl-Sh-N) to find .sh (bash) files. A file that is present, is not shown. When I use Search Everywhere (Shift-Shift), I can see the file under Files. Bash i... -
Created Using symlinks to project
Hi,I have problems using a project accessed by a symlink in the Python plugin (4.0 139.129), IntelliJ 139.1117.The projects were made in a previous Linux version. I installed a new version in a new... -
Created share task between projects
Is it possible to share a task between different projects? Example: I have a frontend project and a backend project. Sometimes I have a task (Jira issue) that needs frontend work as well as backend... -
Created remember hidden columns
Hi,Is there a way that 0xDBE remembers hidden columns for tables in a database? I have certain tables where I always hide colums so I do not have to scroll to see relevant information. For instance... -
Created how to add code to python project
I have a project to write plug-ins for gimp. Therefore I need to include python source code from /usr/lib/gimp/2.0. This directory contains several subdirectories with python code, including gimpfu... -
Created debug unittest via symlink
I have a python project located on another (linux) partition. In my homedir I have a symlink to the location where the project files are.When I debug a function, the debugger does not step into the...