Chris Tammes
- 活动总数 131
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 46
-
创建于 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... -
创建于 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 (... -
创建于 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 ... -
创建于 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... -
创建于 Find File not working
已回答For 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...